Skip to content

Instantly share code, notes, and snippets.

@andy0130tw
Created August 13, 2015 05:32
Show Gist options
  • Save andy0130tw/fcb440ed8086ba3332b9 to your computer and use it in GitHub Desktop.
Save andy0130tw/fcb440ed8086ba3332b9 to your computer and use it in GitHub Desktop.
Monokai theme in Qt
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Monokai">
<style name="Text" foreground="#ffffff" background="#272822"/>
<style name="Link"/>
<style name="Selection" foreground="#ffffff" background="#9d550f"/>
<style name="LineNumber" foreground="#888888"/>
<style name="SearchResult" foreground="#000000" background="#ffe792"/>
<style name="SearchScope"/>
<style name="Parentheses" foreground="#ffffff" bold="true"/>
<style name="CurrentLine" background="#3e3d32"/>
<style name="CurrentLineNumber" foreground="#888888" background="#3e3d32" bold="true"/>
<style name="Occurrences" foreground="#000000" background="#bbbbbb"/>
<style name="Occurrences.Unused" foreground="#666666" background="#bbbbbb"/>
<style name="Occurrences.Rename" foreground="#000000" background="#ff6464"/>
<style name="Number" foreground="#ae81ff"/>
<style name="String" foreground="#e6db74"/>
<style name="Type" foreground="#66d9ef" italic="true"/>
<style name="Local"/>
<style name="Field" foreground="#fd9720"/>
<style name="Static" foreground="#e6db74"/>
<style name="VirtualMethod" italic="true"/>
<style name="Function" foreground="#a6e22e"/>
<style name="Keyword" foreground="#f92672"/>
<style name="PrimitiveType" foreground="#66d9ef"/>
<style name="Operator" foreground="#f92672"/>
<style name="Preprocessor" foreground="#f92672"/>
<style name="Label" foreground="#f92672"/>
<style name="Comment" foreground="#75715e"/>
<style name="Doxygen.Comment"/>
<style name="Doxygen.Tag"/>
<style name="VisualWhitespace"/>
<style name="QmlLocalId" foreground="#fd9720" italic="true"/>
<style name="QmlExternalId" foreground="#fd9720" italic="true"/>
<style name="QmlTypeId" foreground="#a6e22e"/>
<style name="QmlRootObjectProperty" foreground="#fd9720" italic="true"/>
<style name="QmlScopeObjectProperty" italic="true"/>
<style name="QmlExternalObjectProperty" foreground="#fd9720" italic="true"/>
<style name="JsScopeVar" italic="true"/>
<style name="JsImportVar" foreground="#f92672" italic="true"/>
<style name="JsGlobalVar" foreground="#66d9ef" italic="true"/>
<style name="QmlStateName" foreground="#a6e22e" italic="true"/>
<style name="Binding" foreground="#66d9ef"/>
<style name="DisabledCode" foreground="#75715e"/>
<style name="AddedLine" foreground="#00aa00"/>
<style name="RemovedLine" foreground="#ff0000"/>
<style name="DiffFile" foreground="#000080"/>
<style name="DiffLocation" foreground="#0000ff"/>
<style name="DiffFileLine" foreground="#000000" background="#ffff00"/>
<style name="DiffContextLine" foreground="#000000" background="#afd7e7"/>
<style name="DiffSourceLine" foreground="#000000" background="#ffdfdf"/>
<style name="DiffSourceChar" foreground="#000000" background="#ffafaf"/>
<style name="DiffDestLine" foreground="#000000" background="#dfffdf"/>
<style name="DiffDestChar" foreground="#000000" background="#afffaf"/>
</style-scheme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment