Skip to content

Instantly share code, notes, and snippets.

@Vaiz
Created October 7, 2015 14:52
Show Gist options
  • Save Vaiz/4c8a7388fa06a0adc56e to your computer and use it in GitHub Desktop.
Save Vaiz/4c8a7388fa06a0adc56e to your computer and use it in GitHub Desktop.
Monokai style for QtCreator
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Monokai 2">
<style name="Text" foreground="#f80951" background="#272822"/>
<style name="Link" foreground="#88cee7" italic="true"/>
<style name="Selection" background="#49483e"/>
<style name="LineNumber" foreground="#8f908a"/>
<style name="SearchResult" foreground="#000000" background="#94caef"/>
<style name="SearchScope" foreground="#000000" background="#e2efff"/>
<style name="Parentheses" foreground="#000000" background="#94caef"/>
<style name="CurrentLine" background="#49483e"/>
<style name="CurrentLineNumber" foreground="#8f908a"/>
<style name="Occurrences" foreground="#000000" background="#b4b4b4"/>
<style name="Occurrences.Unused" foreground="#ffaa7f"/>
<style name="Occurrences.Rename" foreground="#000000" background="#ff6464"/>
<style name="Number" foreground="#c9ffb5"/>
<style name="String" foreground="#e6db74"/>
<style name="Type" foreground="#808000"/>
<style name="Local" foreground="#a0dc2c"/>
<style name="Field" foreground="#cdb200"/>
<style name="Static" foreground="#e4e3e0"/>
<style name="VirtualMethod" foreground="#66d9ef" italic="true"/>
<style name="Function" foreground="#66d9ef"/>
<style name="Keyword" foreground="#ae81ff"/>
<style name="PrimitiveType" foreground="#808000"/>
<style name="Operator" foreground="#9e9e99"/>
<style name="Preprocessor" foreground="#cc8c5b"/>
<style name="Label" foreground="#e5da74"/>
<style name="Comment" foreground="#75715e"/>
<style name="Doxygen.Comment" foreground="#75715e" italic="true"/>
<style name="Doxygen.Tag" foreground="#808080" bold="true" italic="true"/>
<style name="VisualWhitespace" foreground="#808080"/>
<style name="QmlLocalId" foreground="#e5e4e1" italic="true"/>
<style name="QmlExternalId" foreground="#2572b8" italic="true"/>
<style name="QmlTypeId" foreground="#e4e3e0"/>
<style name="QmlRootObjectProperty" foreground="#e5e4e1" italic="true"/>
<style name="QmlScopeObjectProperty" foreground="#e5e4e1" italic="true"/>
<style name="QmlExternalObjectProperty" foreground="#2572b8" italic="true"/>
<style name="JsScopeVar" foreground="#2985c7" italic="true"/>
<style name="JsImportVar" foreground="#0055af" italic="true"/>
<style name="JsGlobalVar" foreground="#0055af" italic="true"/>
<style name="QmlStateName" foreground="#e5e4e1" italic="true"/>
<style name="Binding" foreground="#e5e4e1"/>
<style name="DisabledCode" foreground="#808080"/>
<style name="AddedLine" foreground="#a6e22e"/>
<style name="RemovedLine" foreground="#ff6464"/>
<style name="DiffFile" foreground="#a6e22e"/>
<style name="DiffLocation" foreground="#2572b8"/>
<style name="DiffFileLine" background="#ffff00"/>
<style name="DiffContextLine" background="#afd7e7"/>
<style name="DiffSourceLine" background="#ffdfdf"/>
<style name="DiffSourceChar" background="#ffafaf"/>
<style name="DiffDestLine" background="#dfffdf"/>
<style name="DiffDestChar" background="#afffaf"/>
</style-scheme>
@Vaiz
Copy link
Author

Vaiz commented Oct 7, 2015

Path in linux: ~/.config/QtProject/qtcreator/styles/
Path in windows: [drive]:/Users/[username]/AppData/Roaming/QtProject/qtcreator/styles/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment