Created
April 30, 2015 06:33
-
-
Save chintak/e887b8824c8b85be9f08 to your computer and use it in GitHub Desktop.
Tomorrow Night Qtcreator 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="Tomorrow-Night"> | |
<style name="Text" foreground="#e6e8e7" background="#0e0f10"/> | |
<style name="Link" foreground="#81a2be" background="#0e0f10"/> | |
<style name="Selection" background="#aa007f"/> | |
<style name="LineNumber" foreground="#373b41" background="#0e0f10"/> | |
<style name="SearchResult" foreground="#1d1f21" background="#aa007f"/> | |
<style name="SearchScope" foreground="#a8c5c2" background="#0e0f10"/> | |
<style name="Parentheses" foreground="#191a1a" background="#618d45"/> | |
<style name="CurrentLine" foreground="#c5c8c6" background="#676f76"/> | |
<style name="CurrentLineNumber" foreground="#ffff00" background="#0e0f10" bold="true"/> | |
<style name="Occurrences" foreground="#c5c8c6" background="#aa007f"/> | |
<style name="Occurrences.Unused" foreground="#c5c8c6" background="#0e0f10"/> | |
<style name="Occurrences.Rename" foreground="#c5c8c6" background="#0e0f10"/> | |
<style name="Number" foreground="#de935f" background="#0e0f10"/> | |
<style name="String" foreground="#b5bd68" background="#0e0f10"/> | |
<style name="Type" foreground="#81a2be" background="#0e0f10"/> | |
<style name="Local" foreground="#c5c8c6" background="#0e0f10"/> | |
<style name="Field" foreground="#c5c8c6" background="#0e0f10"/> | |
<style name="Static" foreground="#de935f" background="#0e0f10"/> | |
<style name="VirtualMethod" foreground="#be82a9" background="#0e0f10" bold="true" italic="true"/> | |
<style name="Function" foreground="#be82a9" background="#0e0f10" bold="true"/> | |
<style name="Keyword" foreground="#cc6666" background="#0e0f10" bold="true"/> | |
<style name="Operator" foreground="#8abeb7" background="#0e0f10"/> | |
<style name="Preprocessor" foreground="#b294bb" background="#0e0f10"/> | |
<style name="Label" foreground="#cc6666" background="#0e0f10" bold="true"/> | |
<style name="Comment" foreground="#6f706f" background="#0e0f10"/> | |
<style name="Doxygen.Comment" foreground="#969896" background="#0e0f10"/> | |
<style name="Doxygen.Tag" foreground="#969896" background="#0e0f10"/> | |
<style name="VisualWhitespace" foreground="#c0c0c0" background="#0e0f10"/> | |
<style name="QmlLocalId" foreground="#81a2be" background="#0e0f10" italic="true"/> | |
<style name="QmlExternalId" foreground="#de935f" background="#0e0f10" italic="true"/> | |
<style name="QmlTypeId" foreground="#81a2be" background="#0e0f10"/> | |
<style name="QmlRootObjectProperty" foreground="#81a2be" background="#0e0f10" italic="true"/> | |
<style name="QmlScopeObjectProperty" foreground="#81a2be" background="#0e0f10" italic="true"/> | |
<style name="QmlExternalObjectProperty" foreground="#de935f" background="#0e0f10" italic="true"/> | |
<style name="JsScopeVar" foreground="#c5c8c6" background="#0e0f10" italic="true"/> | |
<style name="JsImportVar" foreground="#c5c8c6" background="#0e0f10" italic="true"/> | |
<style name="JsGlobalVar" foreground="#c5c8c6" background="#0e0f10" italic="true"/> | |
<style name="QmlStateName" foreground="#81a2be" background="#0e0f10"/> | |
<style name="Binding" foreground="#c5c8c6" background="#0e0f10" bold="true"/> | |
<style name="DisabledCode" foreground="#373b41" background="#0e0f10"/> | |
<style name="AddedLine" foreground="#c5c8c6" background="#0e0f10"/> | |
<style name="RemovedLine" foreground="#0000ff" background="#0e0f10" bold="true"/> | |
<style name="DiffFile" foreground="#c5c8c6" background="#0e0f10" bold="true"/> | |
<style name="DiffLocation" foreground="#c5c8c6" background="#0e0f10" bold="true"/> | |
<style name="DiffFileLine" foreground="#969896" background="#0e0f10"/> | |
<style name="DiffContextLine" foreground="#969896" background="#0e0f10"/> | |
<style name="DiffSourceLine" foreground="#c5c8c6" background="#0e0f10"/> | |
<style name="DiffSourceChar" foreground="#0000ff" background="#0e0f10" bold="true"/> | |
<style name="DiffDestLine" foreground="#c5c8c6" background="#0e0f10"/> | |
<style name="DiffDestChar" foreground="#c5c8c6" background="#0e0f10"/> | |
</style-scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment