Skip to content

Instantly share code, notes, and snippets.

@carun
Created July 8, 2013 11:57
Show Gist options
  • Save carun/5948156 to your computer and use it in GitHub Desktop.
Save carun/5948156 to your computer and use it in GitHub Desktop.
Inkpot color scheme with dark background for QtCreator.
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Inkpot (Dark)">
<style name="Text" foreground="#cfcfcf" background="#141414"/>
<style name="Link" foreground="#409090"/>
<style name="Selection" foreground="#ffffff" background="#4e4e8f"/>
<style name="LineNumber" foreground="#5f5fff" background="#2e2e2e"/>
<style name="SearchResult" foreground="#000000" background="#ffef0b"/>
<style name="SearchScope" foreground="#000000" background="#f8fafc"/>
<style name="Parentheses" foreground="#ffff00" background="#4e4e8f"/>
<style name="CurrentLine" foreground="#000000" background="#2d2d32"/>
<style name="CurrentLineNumber" foreground="#a7a7f5" bold="true"/>
<style name="Occurrences" foreground="#000000" background="#ffaaff"/>
<style name="Occurrences.Unused" foreground="#808000"/>
<style name="Occurrences.Rename" foreground="#000000" background="#ff6464"/>
<style name="Number" foreground="#ff5f5f" bold="true"/>
<style name="String" foreground="#ffaf5f" background="#262626"/>
<style name="Type" foreground="#ff6fff"/>
<style name="Local"/>
<style name="Field" bold="true"/>
<style name="Static" foreground="#ff5fff"/>
<style name="VirtualMethod" italic="true"/>
<style name="Function"/>
<style name="Keyword" foreground="#01c8ff"/>
<style name="Operator" foreground="#f0f0f0"/>
<style name="Preprocessor" foreground="#00af5f"/>
<style name="Label" foreground="#e76000"/>
<style name="Comment" foreground="#626262"/>
<style name="Doxygen.Comment" foreground="#737dd5"/>
<style name="Doxygen.Tag" foreground="#4e5ab3"/>
<style name="VisualWhitespace" foreground="#646482"/>
<style name="QmlLocalId" italic="true"/>
<style name="QmlExternalId" foreground="#aaaaff" italic="true"/>
<style name="QmlTypeId" foreground="#ff8bff"/>
<style name="QmlRootObjectProperty" italic="true"/>
<style name="QmlScopeObjectProperty" 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="#ff5555"/>
<style name="DisabledCode" foreground="#626262" italic="true"/>
<style name="AddedLine" foreground="#00aa00"/>
<style name="RemovedLine" foreground="#ff0000"/>
<style name="DiffFile" foreground="#8484f3"/>
<style name="DiffLocation" foreground="#0084ff"/>
</style-scheme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment