1
0
This commit is contained in:
Chicory 2025-08-21 17:01:20 +03:00
commit a3966b7455
Signed by untrusted user who does not match committer: chicory
GPG Key ID: AC95A793F70BEDCD
4 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,31 @@
<?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>

16
README.md Normal file
View File

@ -0,0 +1,16 @@
### Zenburn
Dark theme for GTKSourceView.
### Screenshots
![adwaita-dark](./screenshots/adwaita-dark.png)
gEdit Adwaita Dark
![arc-dark](./screenshots/arc-dark.png)
gEdit Arc-Dark
### Installation
git clone https://codeberg.org/chicory/zenburn-gtksourceview.git
cp -R zenburn-gtksourceview/.local ~/.local

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

BIN
screenshots/arc-dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB