Created
August 10, 2015 14:51
-
-
Save rschiang/5c66ca746470cde5c15e to your computer and use it in GitHub Desktop.
Qt Creator Monokai theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<style-scheme version="1.0" name="Monokai"> | |
<style name="Text" foreground="#f8f8f2" background="#272822"/> | |
<style name="Link" foreground="#66d9ef"/> | |
<style name="Selection" background="#49483e"/> | |
<style name="LineNumber" foreground="#8d9089"/> | |
<style name="SearchResult" foreground="#000000" background="#ffe792"/> | |
<style name="SearchScope" foreground="#000000" background="#ffe792"/> | |
<style name="Parentheses"/> | |
<style name="CurrentLine" background="#3e3d32"/> | |
<style name="CurrentLineNumber" foreground="#8d9089" background="#3e3d32"/> | |
<style name="Occurrences" foreground="#000000" background="#b4b4b4"/> | |
<style name="Occurrences.Unused" foreground="#808000"/> | |
<style name="Occurrences.Rename" foreground="#000000" background="#ff6464"/> | |
<style name="Number" foreground="#ae81ff"/> | |
<style name="String" foreground="#e6db74"/> | |
<style name="Type" foreground="#66d9ef"/> | |
<style name="Local"/> | |
<style name="Field" foreground="#f92672"/> | |
<style name="Static" foreground="#ae81ff"/> | |
<style name="VirtualMethod" foreground="#7ee22e" italic="true"/> | |
<style name="Function"/> | |
<style name="Keyword" foreground="#f92672"/> | |
<style name="PrimitiveType" foreground="#808000"/> | |
<style name="Operator"/> | |
<style name="Preprocessor" foreground="#75715e"/> | |
<style name="Label"/> | |
<style name="Comment" foreground="#75715e"/> | |
<style name="Doxygen.Comment" foreground="#75715e"/> | |
<style name="Doxygen.Tag" foreground="#75715e"/> | |
<style name="VisualWhitespace" foreground="#3b3a32"/> | |
<style name="QmlLocalId" foreground="#f92672" italic="true"/> | |
<style name="QmlExternalId" italic="true"/> | |
<style name="QmlTypeId" foreground="#66d9ef"/> | |
<style name="QmlRootObjectProperty" foreground="#fd971f" italic="true"/> | |
<style name="QmlScopeObjectProperty" foreground="#fd971f" italic="true"/> | |
<style name="QmlExternalObjectProperty" foreground="#fd971f" italic="true"/> | |
<style name="JsScopeVar" italic="true"/> | |
<style name="JsImportVar" foreground="#f92672" italic="true"/> | |
<style name="JsGlobalVar" foreground="#ae81ff" italic="true"/> | |
<style name="QmlStateName" foreground="#cfcfc2" italic="true"/> | |
<style name="Binding" foreground="#7ee22e"/> | |
<style name="DisabledCode" foreground="#3b3a32"/> | |
<style name="AddedLine" foreground="#a6e22e"/> | |
<style name="RemovedLine" foreground="#f92672"/> | |
<style name="DiffFile" foreground="#e6db74"/> | |
<style name="DiffLocation" foreground="#81ffa0"/> | |
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment