Last active
February 7, 2016 11:16
-
-
Save cassinaj/7453003e14cccdd14ddc to your computer and use it in GitHub Desktop.
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="Solarized (light) - myway"> | |
<style name="Text" foreground="#657b83" background="#fdf6e3"/> | |
<style name="Link" foreground="#268bd2"/> | |
<style name="Selection" foreground="#eee8d5" background="#93a1a1"/> | |
<style name="LineNumber" foreground="#93a1a1" background="#eee8d5"/> | |
<style name="SearchResult" background="#ffffb0"/> | |
<style name="SearchScope" foreground="#000000" background="#fff9f6"/> | |
<style name="Parentheses" foreground="#dc322f"/> | |
<style name="CurrentLine" background="#eee8d5"/> | |
<style name="CurrentLineNumber" foreground="#586e75" bold="true"/> | |
<style name="Occurrences" background="#93a1a1"/> | |
<style name="Occurrences.Unused" foreground="#808000"/> | |
<style name="Occurrences.Rename" foreground="#000000" background="#ff6464"/> | |
<style name="Number" foreground="#2aa198"/> | |
<style name="String" foreground="#2aa198"/> | |
<style name="Type" foreground="#b58900"/> | |
<style name="Local" foreground="#000000"/> | |
<style name="Field" foreground="#800000"/> | |
<style name="Static" foreground="#859900" italic="true"/> | |
<style name="VirtualMethod" italic="true"/> | |
<style name="Function" foreground="#000000"/> | |
<style name="Keyword" foreground="#586e75" bold="true"/> | |
<style name="Operator" foreground="#586e75"/> | |
<style name="Preprocessor" foreground="#6c71c4"/> | |
<style name="Label" foreground="#586e75" bold="true"/> | |
<style name="Comment" foreground="#93a1a1"/> | |
<style name="Doxygen.Comment" foreground="#93a1a1"/> | |
<style name="Doxygen.Tag" foreground="#2aa198"/> | |
<style name="VisualWhitespace" foreground="#c0c0c0"/> | |
<style name="QmlLocalId" foreground="#000000" italic="true"/> | |
<style name="QmlExternalId" foreground="#000080" italic="true"/> | |
<style name="QmlTypeId" foreground="#800080"/> | |
<style name="QmlRootObjectProperty" foreground="#000000" italic="true"/> | |
<style name="QmlScopeObjectProperty" foreground="#000000" italic="true"/> | |
<style name="QmlExternalObjectProperty" foreground="#000080" italic="true"/> | |
<style name="JsScopeVar" foreground="#2985c7" italic="true"/> | |
<style name="JsImportVar" foreground="#0055af" italic="true"/> | |
<style name="JsGlobalVar" foreground="#0055af" italic="true"/> | |
<style name="QmlStateName" foreground="#000000" italic="true"/> | |
<style name="Binding" foreground="#800000"/> | |
<style name="DisabledCode" foreground="#93a1a1"/> | |
<style name="AddedLine" foreground="#2aa198"/> | |
<style name="RemovedLine" foreground="#dc322f"/> | |
<style name="DiffFile" foreground="#859900"/> | |
<style name="DiffLocation" foreground="#b58900"/> | |
</style-scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment