Skip to content

Instantly share code, notes, and snippets.

@rschiang
Created March 28, 2018 21:23
Show Gist options
  • Save rschiang/f0d5a3dfc25c8ce4a30b133bee039e79 to your computer and use it in GitHub Desktop.
Save rschiang/f0d5a3dfc25c8ce4a30b133bee039e79 to your computer and use it in GitHub Desktop.
Qt Creator Style Scheme
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Monokai">
<style name="Text" foreground="#f8f8f2" background="#282828"/>
<style name="Link" foreground="#66d9ef"/>
<style name="Selection" background="#49483e"/>
<style name="LineNumber" foreground="#a6a6a3" background="#303030"/>
<style name="SearchResult" background="#888888"/>
<style name="SearchScope" background="#282828"/>
<style name="Parentheses" underlineColor="#a6e22e" underlineStyle="DotLine"/>
<style name="ParenthesesMismatch" background="#f92672"/>
<style name="CurrentLine"/>
<style name="CurrentLineNumber" foreground="#eaeae5" bold="true"/>
<style name="Occurrences" background="#49483e"/>
<style name="Occurrences.Unused" background="#49483e" underlineColor="#808000" underlineStyle="DotLine"/>
<style name="Occurrences.Rename" foreground="#ffaaaa"/>
<style name="Number" foreground="#66d9ef"/>
<style name="String" foreground="#e6db74"/>
<style name="Type" foreground="#e5c07b"/>
<style name="Local" foreground="#fd917f"/>
<style name="Field"/>
<style name="Static" foreground="#ae81ff"/>
<style name="VirtualMethod" italic="true"/>
<style name="Function"/>
<style name="Keyword" foreground="#f92672"/>
<style name="PrimitiveType" foreground="#f92672"/>
<style name="Operator" foreground="#aaaaaa"/>
<style name="Preprocessor" foreground="#75715e"/>
<style name="Label" foreground="#e5c07b"/>
<style name="Comment" foreground="#75715e"/>
<style name="Doxygen.Comment" foreground="#75715e"/>
<style name="Doxygen.Tag" foreground="#e5c07b"/>
<style name="VisualWhitespace" foreground="#75715e"/>
<style name="QmlLocalId" italic="true"/>
<style name="QmlExternalId" foreground="#c678dd"/>
<style name="QmlTypeId" foreground="#55ff55"/>
<style name="QmlRootObjectProperty" italic="true"/>
<style name="QmlScopeObjectProperty" italic="true"/>
<style name="QmlExternalObjectProperty" foreground="#b0ec38"/>
<style name="JsScopeVar" foreground="#fd971f"/>
<style name="JsImportVar" foreground="#c678dd"/>
<style name="JsGlobalVar" foreground="#66d9ef"/>
<style name="QmlStateName" italic="true"/>
<style name="Binding" foreground="#f92672"/>
<style name="DisabledCode" foreground="#75715e"/>
<style name="AddedLine" foreground="#529b2f"/>
<style name="RemovedLine" foreground="#f92672"/>
<style name="DiffFile" foreground="#ffd569"/>
<style name="DiffLocation" foreground="#ffd569"/>
<style name="DiffFileLine" foreground="#ffd569"/>
<style name="DiffContextLine" foreground="#49483e"/>
<style name="DiffSourceLine" foreground="#f92672" background="#303030"/>
<style name="DiffSourceChar" foreground="#f92672"/>
<style name="DiffDestLine" foreground="#529b2f" background="#303030"/>
<style name="DiffDestChar" foreground="#529b2f"/>
<style name="LogChangeLine" foreground="#ffd569"/>
<style name="Warning" underlineColor="#e5c07b" underlineStyle="DotLine"/>
<style name="WarningContext" underlineColor="#49483e" underlineStyle="DotLine"/>
<style name="Error" underlineColor="#f92672" underlineStyle="DotLine"/>
<style name="ErrorContext" underlineColor="#49483e" underlineStyle="DotLine"/>
</style-scheme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment