mirror of
https://github.com/Hopiu/gruvbox-contrib.git
synced 2026-03-16 22:00:23 +00:00
53 lines
3.2 KiB
XML
53 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<style-scheme version="1.0" name="Gruvbox - Dark">
|
|
<style name="Text" foreground="#ebdbb2" background="#282828"/>
|
|
<style name="Link" foreground="#a89984"/>
|
|
<style name="Selection" foreground="#665c54" background="#ebdbb2"/>
|
|
<style name="LineNumber" foreground="#7c6f64"/>
|
|
<style name="SearchResult" foreground="#282828" background="#fabd2f"/>
|
|
<style name="SearchScope" foreground="#ebdbb2"/>
|
|
<style name="Parentheses" foreground="#ebdbb2" background="#665c54" bold="true"/>
|
|
<style name="CurrentLine" foreground="#ebdbb2" background="#3c3836"/>
|
|
<style name="CurrentLineNumber" foreground="#fabd2f" background="#3c3836"/>
|
|
<style name="Occurrences" foreground="#ebdbb2" background="#665c54" bold="true"/>
|
|
<style name="Occurrences.Unused" foreground="#ebdbb2"/>
|
|
<style name="Occurrences.Rename" foreground="#ebdbb2"/>
|
|
<style name="Number" foreground="#d3869b"/>
|
|
<style name="String" foreground="#b8bb26"/>
|
|
<style name="Type" foreground="#fabd2f"/>
|
|
<style name="Local" foreground="#ebdbb2"/>
|
|
<style name="Field" foreground="#83a598"/>
|
|
<style name="Static" foreground="#d3869b"/>
|
|
<style name="VirtualMethod" foreground="#b8bb26" bold="true" italic="true"/>
|
|
<style name="Function" foreground="#b8bb26" bold="true"/>
|
|
<style name="Keyword" foreground="#fb4934"/>
|
|
<style name="Operator" foreground="#ebdbb2"/>
|
|
<style name="Preprocessor" foreground="#8ec07c"/>
|
|
<style name="Label" foreground="#fb4934"/>
|
|
<style name="Comment" foreground="#928374" italic="true"/>
|
|
<style name="Doxygen.Comment" foreground="#fe8019"/>
|
|
<style name="Doxygen.Tag" foreground="#ebdbb2" bold="true"/>
|
|
<style name="VisualWhitespace" foreground="#3c3836"/>
|
|
<style name="QmlLocalId" foreground="#b8bb26" bold="true" italic="true"/>
|
|
<style name="QmlExternalId" foreground="#d3869b" italic="true"/>
|
|
<style name="QmlTypeId" foreground="#fabd2f"/>
|
|
<style name="QmlRootObjectProperty" foreground="#b8bb26" bold="true" italic="true"/>
|
|
<style name="QmlScopeObjectProperty" foreground="#b8bb26" bold="true" italic="true"/>
|
|
<style name="QmlExternalObjectProperty" foreground="#d3869b" italic="true"/>
|
|
<style name="JsScopeVar" foreground="#ebdbb2" italic="true"/>
|
|
<style name="JsImportVar" foreground="#ebdbb2" italic="true"/>
|
|
<style name="JsGlobalVar" foreground="#ebdbb2" italic="true"/>
|
|
<style name="QmlStateName" foreground="#b8bb26" bold="true"/>
|
|
<style name="Binding" foreground="#fb4934"/>
|
|
<style name="DisabledCode" foreground="#7c6f64"/>
|
|
<style name="AddedLine" foreground="#282828" background="#b8bb26"/>
|
|
<style name="RemovedLine" foreground="#282828" background="#fb4934"/>
|
|
<style name="DiffFile" foreground="#282828" background="#fabd2f"/>
|
|
<style name="DiffLocation" foreground="#282828" background="#fabd2f"/>
|
|
<style name="DiffFileLine" foreground="#928374" background="#3c3836" italic="true"/>
|
|
<style name="DiffContextLine" foreground="#928374" background="#3c3836" italic="true"/>
|
|
<style name="DiffSourceLine" foreground="#282828" background="#8ec07c"/>
|
|
<style name="DiffSourceChar" foreground="#282828" background="#fb4934"/>
|
|
<style name="DiffDestLine" foreground="#282828" background="#8ec07c"/>
|
|
<style name="DiffDestChar" foreground="#282828" background="#b8bb26"/>
|
|
</style-scheme>
|