Qt Creator color scheme

后端 未结 9 1788
抹茶落季
抹茶落季 2021-01-30 01:43

I like the dark \"FakeVim\" color scheme in Qt Creator. However it only makes the editor part dark while everything else stays normal, which is a bit disturbing. Is there any wa

9条回答
  •  甜味超标
    2021-01-30 01:56

    I found a way to change the Application Output theme and everything that can't be edited from .css.

    If you use osX:

    1. Navigate to your Qt install directory.
    2. Right click Qt Creator application and select "Show Package Contents"
    3. Copy the following file to your desktop> Contents/Resources/themes/dark.creatortheme or /default.creatortheme. Depending on if you are using dark theme or default theme.
    4. Edit the file in text editor.
    5. Under [Palette], there is a line that says error=ffff0000.
    6. Set a new color, save, and override the original file.

提交回复
热议问题