feat(kitty): switch to "Tango Dark" theme
This commit is contained in:
parent
45525b2bf1
commit
98b16d6895
@ -1,21 +0,0 @@
|
|||||||
background #000000
|
|
||||||
foreground #f1f1f1
|
|
||||||
cursor #4c4c4c
|
|
||||||
selection_background #414141
|
|
||||||
color0 #2a2a2a
|
|
||||||
color8 #666666
|
|
||||||
color1 #ff0000
|
|
||||||
color9 #ff007f
|
|
||||||
color2 #78ff0e
|
|
||||||
color10 #66ff66
|
|
||||||
color3 #e6be00
|
|
||||||
color11 #f3d64d
|
|
||||||
color4 #396ad6
|
|
||||||
color12 #7099ec
|
|
||||||
color5 #b348bd
|
|
||||||
color13 #da66e5
|
|
||||||
color6 #66ccff
|
|
||||||
color14 #79def1
|
|
||||||
color7 #bababa
|
|
||||||
color15 #ffffff
|
|
||||||
selection_foreground #000000
|
|
21
.config/kitty/Tango Dark.conf
Normal file
21
.config/kitty/Tango Dark.conf
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
background #000000
|
||||||
|
foreground #ffffff
|
||||||
|
cursor #ffffff
|
||||||
|
selection_background #b4d5ff
|
||||||
|
color0 #000000
|
||||||
|
color8 #555753
|
||||||
|
color1 #cc0000
|
||||||
|
color9 #ef2929
|
||||||
|
color2 #4e9a06
|
||||||
|
color10 #8ae234
|
||||||
|
color3 #c4a000
|
||||||
|
color11 #fce94f
|
||||||
|
color4 #3465a4
|
||||||
|
color12 #729fcf
|
||||||
|
color5 #75507b
|
||||||
|
color13 #ad7fa8
|
||||||
|
color6 #06989a
|
||||||
|
color14 #34e2e2
|
||||||
|
color7 #d3d7cf
|
||||||
|
color15 #eeeeec
|
||||||
|
selection_foreground #000000
|
@ -99,7 +99,10 @@ inactive_tab_font_style italic
|
|||||||
|
|
||||||
#: Color scheme {{{1
|
#: Color scheme {{{1
|
||||||
|
|
||||||
include Paul Millr.conf
|
# BEGIN_KITTY_THEME
|
||||||
|
include Tango Dark.conf
|
||||||
|
# END_KITTY_THEME
|
||||||
|
|
||||||
background_opacity 1.00
|
background_opacity 1.00
|
||||||
cursor #f41
|
cursor #f41
|
||||||
selection_background none
|
selection_background none
|
||||||
|
Loading…
Reference in New Issue
Block a user