Improve color-scheme for gtk sourceview theme

This commit is contained in:
Daniel Ruiz de Alegría 2023-09-26 12:33:32 +02:00
parent 9be3dc1557
commit 58c196dc76
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C
2 changed files with 11 additions and 10 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme id="Kali-Dark" name="Kali Dark" version="1.0">
<style-scheme id="Kali-Dark" _name="Kali Dark" version="1.0">
<author>Daniel Ruiz de Alegría</author>
<_description>Kali Dark colorscheme</_description>
@ -12,9 +12,9 @@
</metadata>
<!-- Kali-Dark colors -->
<color name="background" value="#1a1c23"/>
<color name="current-line" value="#333"/>
<color name="selection" value="#111"/>
<color name="background" value="#080a12"/>
<color name="current-line" value="#rgba(255,255,255,.07)"/>
<color name="selection" value="#rgba(255,255,255,.1)"/>
<color name="foreground" value="#ffffff"/>
<color name="purple" value="#9755b3"/>
<color name="red" value="#d41919"/>
@ -32,7 +32,7 @@
<color name="gray" value="#cccccc"/>
<style name="text" foreground="bone-white" background="background"/>
<style name="selection" foreground="selection" background="blue"/>
<style name="selection" foreground="blue" background="selection"/>
<style name="cursor" foreground="white" background="white"/>
<style name="current-line" foreground="current-line" background="current-line"/>
<style name="line-numbers" foreground="bone-white" background="background"/>
@ -40,7 +40,7 @@
<style name="bracket-mismatch" foreground="white" background="red"/>
<style name="search-match" foreground="selection" background="blue"/>
<style name="draw-spaces" foreground="light-black"/>
<style name="background-pattern" background="#151515"/>
<style name="background-pattern" background="#rgba(255,255,255,.05)"/>
<style name="def:boolean" foreground="purple"/>
<style name="def:builtin" foreground="cyan"/>

View File

@ -8,12 +8,13 @@
<property name="variant">light</property>
<property name="dark-variant">Kali-Dark</property>
<property name="accent_bg_color">#2777ff</property>
<property name="accent_fg_color">#ffffff</property>
</metadata>
<!-- Kali-Light colors -->
<color name="background" value="#ffffff"/>
<color name="current-line" value="#f9f5f5"/>
<color name="selection" value="#eee"/>
<color name="current-line" value="#rgba(0,0,0,.05)"/>
<color name="selection" value="#rgba(0,0,0,.07)"/>
<color name="foreground" value="#ffffff"/>
<color name="purple" value="#9755b3"/>
<color name="red" value="#d41919"/>
@ -31,7 +32,7 @@
<color name="gray" value="#cccccc"/>
<style name="text" foreground="light-black" background="background"/>
<style name="selection" foreground="white" background="blue"/>
<style name="selection" foreground="blue" background="selection"/>
<style name="cursor" foreground="black" background="black"/>
<style name="current-line" foreground="current-line" background="current-line"/>
<style name="line-numbers" foreground="light-black" background="background"/>
@ -39,7 +40,7 @@
<style name="bracket-mismatch" foreground="white" background="red"/>
<style name="search-match" foreground="selection" background="blue"/>
<style name="draw-spaces" foreground="gray"/>
<style name="background-pattern" background="#f9f9f9"/>
<style name="background-pattern" background="#rgba(0,0,0,.03)"/>
<style name="def:boolean" foreground="purple"/>
<style name="def:builtin" foreground="cyan"/>