Upload
This commit is contained in:
commit
a3966b7455
31
.local/share/gtksourceview-4/styles/zenburn.xml
Normal file
31
.local/share/gtksourceview-4/styles/zenburn.xml
Normal 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
16
README.md
Normal file
@ -0,0 +1,16 @@
|
||||
### Zenburn
|
||||
Dark theme for GTKSourceView.
|
||||
|
||||
### Screenshots
|
||||
|
||||

|
||||
|
||||
gEdit Adwaita Dark
|
||||
|
||||

|
||||
|
||||
gEdit Arc-Dark
|
||||
|
||||
### Installation
|
||||
git clone https://codeberg.org/chicory/zenburn-gtksourceview.git
|
||||
cp -R zenburn-gtksourceview/.local ~/.local
|
BIN
screenshots/adwaita-dark.png
Normal file
BIN
screenshots/adwaita-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 122 KiB |
BIN
screenshots/arc-dark.png
Normal file
BIN
screenshots/arc-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 124 KiB |
Loading…
Reference in New Issue
Block a user