Skip to content

Instantly share code, notes, and snippets.

@yeahnoob
Created November 27, 2018 07:44
Show Gist options
  • Save yeahnoob/545bdb70d2abb6e2438de3674fa24e2f to your computer and use it in GitHub Desktop.
Save yeahnoob/545bdb70d2abb6e2438de3674fa24e2f to your computer and use it in GitHub Desktop.
a dark grayscale colorscheme(style) used in QtCreator(Qt5)
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Grayscale_noobs">
<style name="Text" foreground="#f3f3f3" background="#2d2d2d"/>
<style name="Link" foreground="#00c1ff"/>
<style name="Selection" foreground="#f3f3f3" background="#308cc6"/>
<style name="LineNumber" foreground="#ffffff" background="#555753"/>
<style name="SearchResult" background="#544f05"/>
<style name="SearchScope" background="#2e3436"/>
<style name="Parentheses" background="#4e9a06" bold="true"/>
<style name="ParenthesesMismatch" background="#808080"/>
<style name="AutoComplete" foreground="#303030" background="#d0d0d0"/>
<style name="CurrentLine" foreground="#000000" background="#f2f2f2"/>
<style name="CurrentLineNumber" foreground="#808080" bold="true"/>
<style name="Occurrences" background="#b4b4b4"/>
<style name="Occurrences.Unused" underlineColor="#8f8f8f" underlineStyle="SingleUnderline"/>
<style name="Occurrences.Rename" background="#ff6464"/>
<style name="Number" foreground="#f0c1c1"/>
<style name="String" foreground="#b7cfb1"/>
<style name="Type" bold="true"/>
<style name="Local"/>
<style name="Global" foreground="#fcaf3e"/>
<style name="Field"/>
<style name="Static" italic="true"/>
<style name="VirtualMethod" italic="true"/>
<style name="Function"/>
<style name="Keyword" bold="true"/>
<style name="PrimitiveType" bold="true"/>
<style name="Operator"/>
<style name="Overloaded Operator"/>
<style name="Preprocessor" foreground="#5b5b5b" bold="true"/>
<style name="Label"/>
<style name="Comment" foreground="#808080" italic="true"/>
<style name="Doxygen.Comment" foreground="#808080" italic="true"/>
<style name="Doxygen.Tag" foreground="#808080" italic="true"/>
<style name="VisualWhitespace" foreground="#c0c0c0"/>
<style name="QmlLocalId" foreground="#f3f3f3" background="#2d2d2d" italic="true"/>
<style name="QmlExternalId" foreground="#d2d2ff" background="#2d2d2d" italic="true"/>
<style name="QmlTypeId" foreground="#ad7fa8"/>
<style name="QmlRootObjectProperty" foreground="#f3f3f3" background="#2d2d2d" italic="true"/>
<style name="QmlScopeObjectProperty" foreground="#f3f3f3" background="#2d2d2d" italic="true"/>
<style name="QmlExternalObjectProperty" foreground="#d2d2ff" background="#2d2d2d" italic="true"/>
<style name="JsScopeVar" foreground="#2985c7" background="#2d2d2d" italic="true"/>
<style name="JsImportVar" foreground="#d2d2ff" background="#2d2d2d" italic="true"/>
<style name="JsGlobalVar" foreground="#d2d2ff" background="#2d2d2d" italic="true"/>
<style name="QmlStateName" foreground="#f3f3f3" background="#2d2d2d" italic="true"/>
<style name="Binding" foreground="#ee8989"/>
<style name="DisabledCode" background="#efefef"/>
<style name="AddedLine" foreground="#636363"/>
<style name="RemovedLine" foreground="#a0a0a4"/>
<style name="DiffFile"/>
<style name="DiffLocation"/>
<style name="DiffFileLine" foreground="#ffffff" background="#000000"/>
<style name="DiffContextLine" foreground="#ffffff" background="#7f7f7f"/>
<style name="DiffSourceLine" background="#d7d7d7"/>
<style name="DiffSourceChar" background="#afafaf"/>
<style name="DiffDestLine" background="#d7d7d7"/>
<style name="DiffDestChar" background="#afafaf"/>
<style name="LogChangeLine" foreground="#c00000"/>
<style name="Warning" underlineColor="#505050" underlineStyle="SingleUnderline"/>
<style name="WarningContext" underlineColor="#505050" underlineStyle="DotLine"/>
<style name="Error" underlineColor="#000000" underlineStyle="WaveUnderline"/>
<style name="ErrorContext" underlineColor="#000000" underlineStyle="DotLine"/>
<style name="Declaration" bold="true"/>
<style name="FunctionDefinition"/>
<style name="OutputArgument" italic="true"/>
</style-scheme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment