Qt Creator color scheme

后端 未结 9 1659
抹茶落季
抹茶落季 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:48

    Linux, Qt Creator >= 3.4:

    You could edit theese themes:

    /usr/share/qtcreator/themes/default.creatortheme
    /usr/share/qtcreator/themes/dark.creatortheme
    
    0 讨论(0)
  • 2021-01-30 01:50

    In newer versions of Qt Creator (Currently using 4.4.1), you can follow these simple steps:
    Tools > Options > Environment > Interface

    Here you can change the theme to Flat Dark.

    It will change the whole Qt Creator theme, not just the editor window.

    0 讨论(0)
  • 2021-01-30 01:51

    QTcreator obeys your kde-wide configurations. If you choose "obsidian-coast" as the system-wide color scheme qt creator will be all dark as well. I know it is a partial solution but it works.

    0 讨论(0)
  • 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.
    0 讨论(0)
  • 2021-01-30 02:00

    My Dark Color scheme for QtCreator is at:

    https://github.com/borzh/qt-creator-css/blob/master/qt-creator.css

    To use with Vim (dark) scheme.

    Hope it is useful for someone.

    0 讨论(0)
  • 2021-01-30 02:02

    Here is my dark theme (based on Darcula IntelliJ Theme):
    https://github.com/mervick/Qt-Creator-Darcula


    QT Creator Dark Color Scheme - Preview

    0 讨论(0)
提交回复
热议问题