Created
May 1, 2015 06:09
-
-
Save jackoalan/ae0e47edc0f67c674795 to your computer and use it in GitHub Desktop.
My personal Qt-creator color theme
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="jacko"> | |
<style name="Text" foreground="#f6ebd6" background="#101839"/> | |
<style name="Link" foreground="#409090"/> | |
<style name="Selection" foreground="#ffffff" background="#4e4e8f"/> | |
<style name="LineNumber" foreground="#8b8bcd" background="#2e2e2e"/> | |
<style name="SearchResult"/> | |
<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="#616161"/> | |
<style name="Occurrences.Unused" foreground="#808000"/> | |
<style name="Occurrences.Rename" foreground="#000000" background="#ff6464"/> | |
<style name="Number" foreground="#f0ad6d"/> | |
<style name="String" foreground="#ff9675"/> | |
<style name="Type" foreground="#a89ac8"/> | |
<style name="Local"/> | |
<style name="Field" bold="true"/> | |
<style name="Static" foreground="#cb6ecb"/> | |
<style name="VirtualMethod" foreground="#e2912c" italic="true"/> | |
<style name="Function" foreground="#e3922c"/> | |
<style name="Keyword" foreground="#ffbbd1"/> | |
<style name="PrimitiveType" foreground="#ffbbd1"/> | |
<style name="Operator" foreground="#cfbfad"/> | |
<style name="Preprocessor" foreground="#91ffdd"/> | |
<style name="Label" foreground="#e76000"/> | |
<style name="Comment" foreground="#f3ff8c"/> | |
<style name="Doxygen.Comment" foreground="#fdbd77"/> | |
<style name="Doxygen.Tag" foreground="#fc7b08"/> | |
<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="#a0a0a4" italic="true"/> | |
<style name="AddedLine" foreground="#00aa00"/> | |
<style name="RemovedLine" foreground="#ff0000"/> | |
<style name="DiffFile" foreground="#8484f3"/> | |
<style name="DiffLocation" foreground="#0084ff"/> | |
<style name="DiffFileLine" foreground="#404040" background="#dcb178"/> | |
<style name="DiffContextLine" foreground="#404040" background="#97bac7"/> | |
<style name="DiffSourceLine" background="#8c2d2d"/> | |
<style name="DiffSourceChar" background="#c34141"/> | |
<style name="DiffDestLine" background="#277027"/> | |
<style name="DiffDestChar" background="#339d33"/> | |
</style-scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment