Skip to content

Instantly share code, notes, and snippets.

@fracek
Created December 26, 2012 14:12
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fracek/4380534 to your computer and use it in GitHub Desktop.
Save fracek/4380534 to your computer and use it in GitHub Desktop.
Monokai color theme for QT Creator. Found it somewhere on the 'net, slightly modified by me.
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Monokai">
<style name="Text" foreground="#e6e5e2" background="#272822"/>
<style name="Link" foreground="#66d9ef"/>
<style name="Selection" foreground="#e6e5e2" background="#49483e"/>
<style name="LineNumber" foreground="#a0a19c" background="#272822"/>
<style name="SearchResult" foreground="#ffffff" background="#2572b8"/>
<style name="SearchScope" foreground="#000000" background="#e2efff"/>
<style name="Parentheses" foreground="#ff0000" background="#c3e1ff"/>
<style name="CurrentLine" background="#3e3d32"/>
<style name="CurrentLineNumber" foreground="#a0a19c" background="#3e3d32"/>
<style name="Occurrences" foreground="#000000" background="#b4b4b4"/>
<style name="Occurrences.Unused" foreground="#ff0000"/>
<style name="Occurrences.Rename" foreground="#000000" background="#ff6464"/>
<style name="Number" foreground="#ae81ff"/>
<style name="String" foreground="#e6db74"/>
<style name="Type" foreground="#e6e5e2"/>
<style name="Local" foreground="#66d9ef"/>
<style name="Field" foreground="#66d9ef"/>
<style name="Static" foreground="#66d9ef"/>
<style name="VirtualMethod" foreground="#66d9ef"/>
<style name="Function" foreground="#e6e5e2"/>
<style name="Keyword" foreground="#f92672"/>
<style name="Operator" foreground="#e6e5e2"/>
<style name="Preprocessor" foreground="#a6e22e"/>
<style name="Label" foreground="#800000"/>
<style name="Comment" foreground="#808080"/>
<style name="Doxygen.Comment" foreground="#808080" italic="true"/>
<style name="Doxygen.Tag" foreground="#808080" bold="true" italic="true"/>
<style name="VisualWhitespace" foreground="#3e3d32"/>
<style name="QmlLocalId" foreground="#e6e5e2" italic="true"/>
<style name="QmlExternalId" foreground="#000080" italic="true"/>
<style name="QmlTypeId" foreground="#800080"/>
<style name="QmlRootObjectProperty" foreground="#e6e5e2" italic="true"/>
<style name="QmlScopeObjectProperty" foreground="#e6e5e2" italic="true"/>
<style name="QmlExternalObjectProperty" foreground="#000080" 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="#e6e5e2" italic="true"/>
<style name="Binding" foreground="#800000"/>
<style name="DisabledCode"/>
<style name="AddedLine" foreground="#3875d7"/>
<style name="RemovedLine" foreground="#ff0000"/>
<style name="DiffFile" foreground="#a6e22e"/>
<style name="DiffLocation" foreground="#0000ff"/>
</style-scheme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment