syntax-highlighting
Version:
Syntax Highlighting Colorschemes for many applications
83 lines (68 loc) • 3.4 kB
text/xml
<style-scheme version="1.0" name="Base 16 Atelier Cave">
<!-- main colors, skipping one of attributes (backgroud/foreground) will use color from here -->
<style name="Text" foreground="#8b8792" background="#19171c"/>
<!-- it will be underlined by default -->
<style name="Link"/>
<!-- selection, current line, search, matching brackets -->
<style name="Selection" background="#7e7887"/>
<style name="CurrentLine" background="#655f6d"/>
<style name="LineNumber" foreground="#655f6d"/>
<style name="CurrentLineNumber" foreground="#7e7887" bold="true"/>
<style name="SearchResult" background="26232a"/>
<style name="Parentheses" background="#585260" />
<!-- ??? -->
<style name="SearchScope" foreground="#000000" background="#ffffff"/>
<!-- word (symbol) under cursor: background - color of marking frame, foreground - ignored -->
<style name="Occurrences" background="#655f6d"/>
<style name="Occurrences.Rename" background="#7e7887"/>
<!-- unused variable: foreground - color of underlining -->
<style name="Occurrences.Unused" foreground="#aa573c"/>
<!-- language primitives -->
<style name="Number" foreground="#aa573c"/>
<style name="String" foreground="#2a9292"/>
<style name="Keyword" foreground="#955ae7"/>
<style name="Operator" foreground="#8b8792"/>
<style name="Preprocessor" foreground="#576ddb"/>
<style name="Label" foreground="#be4678"/>
<!-- types, classes -->
<style name="Type" foreground="#a06e3b"/>
<!-- functions, methods -->
<style name="Function" foreground="#576ddb"/>
<style name="VirtualMethod" foreground="#576ddb" italic="true"/>
<!-- variables -->
<style name="Field" foreground="#e2dfe7"/>
<style name="Local" foreground="#8b8792"/>
<style name="Static" foreground="#8b8792"/>
<style name="JsScopeVar" foreground="#8b8792" italic="true"/>
<style name="JsImportVar" foreground="#8b8792" italic="true"/>
<style name="JsGlobalVar" foreground="#8b8792" italic="true"/>
<!-- whitespace -->
<style name="VisualWhitespace" foreground="#585260"/>
<!-- comments -->
<style name="Comment" foreground="#655f6d"/>
<style name="DisabledCode" foreground="#655f6d"/>
<style name="Doxygen.Comment" foreground="#655f6d"/>
<style name="Doxygen.Tag" foreground="#655f6d"/>
<!-- QML -->
<style name="QmlTypeId" foreground="#955ae7"/>
<style name="Binding" foreground="#be4678"/>
<style name="QmlExternalId" foreground="#576ddb" italic="true"/>
<style name="QmlExternalObjectProperty" foreground="#576ddb" italic="true"/>
<style name="QmlLocalId" italic="true"/>
<style name="QmlRootObjectProperty" italic="true"/>
<style name="QmlScopeObjectProperty" italic="true"/>
<style name="QmlStateName" italic="true"/>
<!-- inline diff -->
<style name="DiffFile" foreground="#955ae7"/>
<style name="DiffLocation" foreground="#576ddb"/>
<style name="AddedLine" foreground="#2a9292"/>
<style name="RemovedLine" foreground="#a06e3b"/>
<!-- side-by-side diff -->
<style name="DiffFileLine" foreground="#955ae7"/>
<style name="DiffContextLine" foreground="#576ddb"/>
<style name="DiffSourceLine" foreground="#2a9292"/>
<style name="DiffSourceChar" foreground="#a06e3b" background="#26232a"/>
<style name="DiffDestLine" foreground="#2a9292"/>
<style name="DiffDestChar" foreground="#a06e3b" background="#26232a"/>
</style-scheme>