1
0
zenburn-gtksourceview/.local/share/gtksourceview-4/styles/zenburn.xml
2024-07-13 18:48:33 +03:00

32 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<style-scheme id="zenburn" _name="Zenburn Dark" version="1.0">
<style name="bracket-match" foreground="#FFFFFF" background="#709080" bold="true"/>
<style name="bracket-mismatch" foreground="#FFFFFF" background="#F0DFAF" bold="true"/>
<style name="right-margin" foreground="#FFFFFF" background="#506070"/>
<style name="search-match" foreground="#3f3f3f" background="#DFAF8F"/>
<style name="def:comment" foreground="#DC8CC3"/>
<style name="def:shebang" foreground="#506070" bold="true"/>
<style name="def:doc-comment-element" italic="true"/>
<style name="def:constant" foreground="#60B48A"/>
<style name="def:string" foreground="#60B48A"/>
<style name="def:special-char" foreground="#DCA3A3"/>
<style name="def:special-constant" foreground="#DCA3A3"/>
<style name="def:floating-point" foreground="#DCA3A3"/>
<style name="def:identifier" foreground="#94BFF3"/>
<style name="def:statement" foreground="#FFFFFF" bold="true"/>
<style name="def:type" foreground="#8CD0D3" bold="true"/>
<style name="def:preprocessor" foreground="#DFAF8F"/>
<style name="def:error" foreground="#DCA3A3" background="#506070" bold="true"/>
<style name="def:note" background="#F0DFAF" foreground="#506070" bold="true"/>
<style name="def:underlined" italic="true" underline="true"/>
<style name="diff:added-line" foreground="#60B48A"/>
<style name="diff:removed-line" foreground="#94BFF3"/>
<style name="diff:changed-line" foreground="#DFAF8F"/>
<style name="diff:diff-file" foreground="#8CD0D3" bold="true"/>
<style name="diff:location" foreground="#8CD0D3"/>
<style name="diff:special-case" foreground="#FFFFFF" bold="true"/>
</style-scheme>