A dark color scheme for Qt Creator
I developed this theme while working with Qt Creator for a few years. It suits my needs and taste and I want to share it with the world.
QML
C++
-
Copy the
meridian.xml
to the platform specific location- Window
%appdata%\QtProject\qtcreator\styles
- macOS & Linux
~/.config/QtProject/qtcreator/styles
- Window
-
Install Moncao font if required
- Example src https://github.com/todylu/monaco.ttf
-
Open QT Creator options
- Tools > Options
-
Set interface theme to Flat dark
- Environment > Interface > User Interface > Theme > Flat Dark
-
Visualize whitespaces
- Text Editor > Display > Visualize whitespace > Checked
-
Set font to Monaco
- Text Editor > Font & Colors > Font > Family > Monaco
-
Adjust font size as desired
- Text Editor > Font & Colors > Font > Size > 11 (for example)
-
Set color scheme to Meridian
- Text Editor > Font & Colors > Color Scheme for Qt Creator Theme "Flat Dark" > Meridian
-
Press Apply
Qt Creator 4.3.1 QML
Qt Creator 4.3.1 C++