Skip to content

Instantly share code, notes, and snippets.

@Mizux
Last active February 6, 2018 14:43
Show Gist options
  • Save Mizux/f8c3c50559eddf1d29e3351276a8f2f6 to your computer and use it in GitHub Desktop.
Save Mizux/f8c3c50559eddf1d29e3351276a8f2f6 to your computer and use it in GitHub Desktop.
QTCreator style
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Forest">
<style name="Text" foreground="#bac05f" background="#101010"/>
<style name="Link" foreground="#0055ff"/>
<style name="Selection" foreground="#000000" background="#aaaaaa"/>
<style name="LineNumber" foreground="#888888" background="#232323"/>
<style name="SearchResult" foreground="#000000" background="#ffffff"/>
<style name="SearchScope" background="#222200"/>
<style name="Parentheses" foreground="#ff5555" background="#333333"/>
<style name="CurrentLine" background="#232323"/>
<style name="CurrentLineNumber" foreground="#aaaaaa" bold="true"/>
<style name="Occurrences" background="#363636"/>
<style name="Occurrences.Unused" foreground="#a03500"/>
<style name="Occurrences.Rename" foreground="#ffaaaa" background="#553636"/>
<style name="Number" foreground="#00aa00" bold="true"/>
<style name="String" foreground="#6ba000"/>
<style name="Type" foreground="#00c08a"/>
<style name="Local" foreground="#aa7700"/>
<style name="Field" foreground="#00c019"/>
<style name="Static" foreground="#6ba000" bold="true" italic="true"/>
<style name="VirtualMethod" italic="true"/>
<style name="Function" foreground="#00805c"/>
<style name="Keyword" foreground="#00aaff" bold="true"/>
<style name="Operator" foreground="#a0684f"/>
<style name="Preprocessor" foreground="#c047c0"/>
<style name="Label" foreground="#ffff55"/>
<style name="Comment" foreground="#606060"/>
<style name="Doxygen.Comment" foreground="#006060"/>
<style name="Doxygen.Tag" foreground="#00a0a0"/>
<style name="VisualWhitespace" foreground="#c0c0c0"/>
<style name="QmlLocalId" italic="true"/>
<style name="QmlExternalId" foreground="#aaaaff" italic="true"/>
<style name="QmlTypeId" foreground="#00aa00"/>
<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="#777777" background="#222222"/>
<style name="AddedLine" foreground="#55ffff"/>
<style name="RemovedLine" foreground="#ff5555"/>
<style name="DiffFile" foreground="#55ff55"/>
<style name="DiffLocation" foreground="#ffff55"/>
</style-scheme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment