Created
August 13, 2015 08:16
-
-
Save photex/324c1c6ac37ff7db9524 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="base16-ocean"> | |
<style name="Text" foreground="#c0c5ce" background="#2b303b"/> | |
<style name="Link" foreground="#8fa1b3"/> | |
<style name="Selection" background="#4f5b66"/> | |
<style name="LineNumber" foreground="#65737e" background="#2b303b"/> | |
<style name="SearchResult" foreground="#2b303b" background="#ebcb8b"/> | |
<style name="SearchScope" background="#343d46"/> | |
<style name="Parentheses" foreground="#ebcb8b" background="#333333"/> | |
<style name="CurrentLine"/> | |
<style name="CurrentLineNumber"/> | |
<style name="Occurrences" background="#4f5b66"/> | |
<style name="Occurrences.Unused" background="#343d46"/> | |
<style name="Occurrences.Rename" foreground="#2b303b" background="#ab7967"/> | |
<style name="Number" foreground="#ebcb8b"/> | |
<style name="String" foreground="#a3be8c"/> | |
<style name="Type" foreground="#ebcb8b"/> | |
<style name="Local"/> | |
<style name="Field"/> | |
<style name="Static"/> | |
<style name="VirtualMethod" foreground="#8fa1b3"/> | |
<style name="Function" foreground="#8fa1b3"/> | |
<style name="Keyword" foreground="#b48ead"/> | |
<style name="PrimitiveType" foreground="#ebcb8b"/> | |
<style name="Operator"/> | |
<style name="Preprocessor" foreground="#8fa1b3"/> | |
<style name="Label" foreground="#b48ead"/> | |
<style name="Comment" foreground="#65737e"/> | |
<style name="Doxygen.Comment" foreground="#65737e"/> | |
<style name="Doxygen.Tag" foreground="#65737e" bold="true"/> | |
<style name="VisualWhitespace"/> | |
<style name="QmlLocalId" italic="true"/> | |
<style name="QmlExternalId" italic="true"/> | |
<style name="QmlTypeId" foreground="#ebcb8b"/> | |
<style name="QmlRootObjectProperty" italic="true"/> | |
<style name="QmlScopeObjectProperty" italic="true"/> | |
<style name="QmlExternalObjectProperty" italic="true"/> | |
<style name="JsScopeVar" italic="true"/> | |
<style name="JsImportVar" italic="true"/> | |
<style name="JsGlobalVar" italic="true"/> | |
<style name="QmlStateName" italic="true"/> | |
<style name="Binding"/> | |
<style name="DisabledCode" foreground="#65737e"/> | |
<style name="AddedLine" foreground="#55ffff"/> | |
<style name="RemovedLine" foreground="#ff5555"/> | |
<style name="DiffFile" foreground="#55ff55"/> | |
<style name="DiffLocation" foreground="#ffff55"/> | |
<style name="DiffFileLine" foreground="#000000" background="#d7d700"/> | |
<style name="DiffContextLine" foreground="#000000" background="#8aaab6"/> | |
<style name="DiffSourceLine" background="#8c2d2d"/> | |
<style name="DiffSourceChar" foreground="#000000" background="#c34141"/> | |
<style name="DiffDestLine" background="#2d8c2d"/> | |
<style name="DiffDestChar" foreground="#000000" background="#41c341"/> | |
</style-scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment