Skip to content

Instantly share code, notes, and snippets.

@szechyjs
Created June 28, 2016 17:13
Show Gist options
  • Save szechyjs/af46cea4231c0e74693a6eaa0c48e2a4 to your computer and use it in GitHub Desktop.
Save szechyjs/af46cea4231c0e74693a6eaa0c48e2a4 to your computer and use it in GitHub Desktop.
Qt Creator Monokai Theme
<?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="#CCCCCC"/>
<style name="Selection" 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="#515d6a"/>
<style name="CurrentLine" background="#3e3d32"/>
<style name="CurrentLineNumber" foreground="#F8F8F2" background="#49483E"/>
<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="#66D9EF" italic="true"/>
<style name="Local" foreground="#F8F8F2"/>
<style name="Field" foreground="#F8F8F2"/>
<style name="Static" foreground="#F92672"/>
<style name="VirtualMethod" foreground="#A6E22E"/>
<style name="Function" foreground="#A6E22E"/>
<style name="Keyword" foreground="#F92672"/>
<style name="PrimitiveType" foreground="#66D9EF" italic="true"/>
<style name="Operator" foreground="#F8F8F2"/>
<style name="Preprocessor" foreground="#F92672"/>
<style name="Label" foreground="#800000"/>
<style name="Comment" foreground="#75715E"/>
<style name="Doxygen.Comment" foreground="#75715E" italic="true"/>
<style name="Doxygen.Tag" foreground="#75715E" bold="true" italic="true"/>
<style name="VisualWhitespace" foreground="#3e3d32"/>
<style name="QmlLocalId" foreground="#42cf89" italic="true"/>
<style name="QmlExternalId" foreground="#0000da" italic="true"/>
<style name="QmlTypeId" foreground="#b500b5"/>
<style name="QmlRootObjectProperty" foreground="#66d9ef" italic="true"/>
<style name="QmlScopeObjectProperty" foreground="#66d9ef" italic="true"/>
<style name="QmlExternalObjectProperty" foreground="#0000da" 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="#66d9ef" italic="true"/>
<style name="Binding" foreground="#c10000"/>
<style name="DisabledCode" foreground="#000000"/>
<style name="AddedLine" foreground="#3875d7"/>
<style name="RemovedLine" foreground="#ff0000"/>
<style name="DiffFile" foreground="#a6e22e"/>
<style name="DiffLocation" foreground="#0000ff"/>
<style name="DiffFileLine" foreground="#3e3d32" background="#ffff48"/>
<style name="DiffContextLine" foreground="#a0a19c" background="#39474c"/>
<style name="DiffSourceLine" foreground="#e10000" background="#272822"/>
<style name="DiffSourceChar" foreground="#ff0000" background="#484739"/>
<style name="DiffDestLine" foreground="#00e100" background="#272822"/>
<style name="DiffDestChar" foreground="#00ff00" background="#484739"/>
</style-scheme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment