Created
October 17, 2019 14:34
-
-
Save imaami/c5c16b559e73e56e8cf76e83999fd4e3 to your computer and use it in GitHub Desktop.
QtCreator color scheme for Flat Dark
This file contains 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="Imaami's Ten-Armed Kiwi"> | |
<style name="Text" foreground="#dcdcdc" background="#000000"/> | |
<style name="Link" foreground="#0055ff"/> | |
<style name="Selection" background="#3f6e9c" bold="true"/> | |
<style name="LineNumber" foreground="#569cf1" background="#121213"/> | |
<style name="SearchResult" background="#505050"/> | |
<style name="SearchScope" background="#222200"/> | |
<style name="Parentheses" foreground="#dcdcdc" background="#0e4583"/> | |
<style name="ParenthesesMismatch" foreground="#ff5555" background="#3c3c3c"/> | |
<style name="AutoComplete" foreground="#000000" background="#add8e6"/> | |
<style name="CurrentLine" background="#3c3c3c"/> | |
<style name="CurrentLineNumber" foreground="#dcdcdc" bold="true"/> | |
<style name="Occurrences" background="#00a1f1"/> | |
<style name="Occurrences.Unused" underlineColor="#808000" underlineStyle="SingleUnderline"/> | |
<style name="Occurrences.Rename" foreground="#ffaaaa" background="#553636"/> | |
<style name="Number" foreground="#c8c8c8"/> | |
<style name="String" foreground="#d69d85"/> | |
<style name="Type" foreground="#4ec9b0"/> | |
<style name="Local"/> | |
<style name="Global"/> | |
<style name="Field"/> | |
<style name="Static" foreground="#569cf1" italic="true"/> | |
<style name="VirtualMethod" italic="true"/> | |
<style name="Function"/> | |
<style name="Keyword" foreground="#569cf1"/> | |
<style name="PrimitiveType" foreground="#569cf1"/> | |
<style name="Operator"/> | |
<style name="Overloaded Operator" foreground="#00d1f5"/> | |
<style name="Punctuation" foreground="#dcdcdc"/> | |
<style name="Preprocessor" foreground="#a54bff"/> | |
<style name="Label" foreground="#569cf1"/> | |
<style name="Comment" foreground="#777c83"/> | |
<style name="Doxygen.Comment" foreground="#45823a"/> | |
<style name="Doxygen.Tag" foreground="#45823a"/> | |
<style name="VisualWhitespace" foreground="#272336"/> | |
<style name="QmlLocalId" foreground="#fa57ff" italic="true"/> | |
<style name="QmlExternalId" foreground="#aaaaff" italic="true"/> | |
<style name="QmlTypeId" foreground="#55ff55"/> | |
<style name="QmlRootObjectProperty" foreground="#cfb20d" italic="true"/> | |
<style name="QmlScopeObjectProperty" foreground="#65c684" italic="true"/> | |
<style name="QmlExternalObjectProperty" foreground="#aaaaff" italic="true"/> | |
<style name="JsScopeVar" foreground="#8888ff" italic="true"/> | |
<style name="JsImportVar" foreground="#8888ff" italic="true"/> | |
<style name="JsGlobalVar" foreground="#8888ff" italic="true"/> | |
<style name="QmlStateName" italic="true"/> | |
<style name="Binding" foreground="#66bad6"/> | |
<style name="DisabledCode" foreground="#777777" background="#080808"/> | |
<style name="AddedLine" foreground="#57a64a"/> | |
<style name="RemovedLine" foreground="#ff5555"/> | |
<style name="DiffFile" foreground="#569cf1"/> | |
<style name="DiffLocation" foreground="#569cf1"/> | |
<style name="DiffFileLine" foreground="#000000" background="#d7d700"/> | |
<style name="DiffContextLine" foreground="#000000" background="#8aaab6"/> | |
<style name="DiffSourceLine" background="#8c2d2d"/> | |
<style name="DiffSourceChar" foreground="#000000" background="#c34141"/> | |
<style name="DiffDestLine" background="#2d8c2d"/> | |
<style name="DiffDestChar" foreground="#000000" background="#41c341"/> | |
<style name="LogChangeLine" foreground="#808000"/> | |
<style name="Warning" underlineColor="#ffbe00" underlineStyle="SingleUnderline"/> | |
<style name="WarningContext" underlineColor="#ffbe00" underlineStyle="DotLine"/> | |
<style name="Error" underlineColor="#ff0000" underlineStyle="SingleUnderline"/> | |
<style name="ErrorContext" underlineColor="#ff0000" underlineStyle="DotLine"/> | |
<style name="Declaration"/> | |
<style name="FunctionDefinition" foreground="#dcdcdc"/> | |
<style name="OutputArgument" foreground="#949d0e" background="#000000" italic="true"/> | |
<style name="LastStyleSentinel"/> | |
</style-scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment