kitty theming, maybe
This commit is contained in:
parent
a5368f4471
commit
400aeb7696
|
@ -0,0 +1,54 @@
|
||||||
|
background #1E1C31
|
||||||
|
foreground #CBE3E7
|
||||||
|
|
||||||
|
cursor #A1EFD3
|
||||||
|
|
||||||
|
selection_background #3E3859
|
||||||
|
selection_foreground #CBE3E7
|
||||||
|
|
||||||
|
# black
|
||||||
|
color0 #1E1C31
|
||||||
|
color8 #585273
|
||||||
|
|
||||||
|
# red
|
||||||
|
color1 #F48FB1
|
||||||
|
color9 #F02E6E
|
||||||
|
|
||||||
|
# green
|
||||||
|
color2 #A1EFD3
|
||||||
|
color10 #7FE9C3
|
||||||
|
|
||||||
|
# yellow
|
||||||
|
color3 #FFE6B3
|
||||||
|
color11 #F2B482
|
||||||
|
|
||||||
|
# blue
|
||||||
|
color4 #91DDFF
|
||||||
|
color12 #78A8FF
|
||||||
|
|
||||||
|
# magenta
|
||||||
|
color5 #D4BFFF
|
||||||
|
color13 #7676FF
|
||||||
|
|
||||||
|
# cyan
|
||||||
|
color6 #ABF8F7
|
||||||
|
color14 #63F2F1
|
||||||
|
|
||||||
|
# white
|
||||||
|
color7 #CBE3E7
|
||||||
|
color15 #8A889D
|
||||||
|
|
||||||
|
active_border_color #A1EFD3
|
||||||
|
inactive_border_color #585273
|
||||||
|
bell_border_color #F56574
|
||||||
|
|
||||||
|
active_tab_foreground #2D2B40
|
||||||
|
active_tab_background #63F2F1
|
||||||
|
active_tab_font_style bold
|
||||||
|
|
||||||
|
inactive_tab_foreground #CBE3E7
|
||||||
|
inactive_tab_background #585273
|
||||||
|
inactive_tab_font_style normal
|
||||||
|
|
||||||
|
url_color #D4BFFF
|
||||||
|
|
|
@ -1239,4 +1239,6 @@ map kitty_mod+f6 debug_config
|
||||||
# BEGIN_KITTY_THEME
|
# BEGIN_KITTY_THEME
|
||||||
# Dimmed Monokai
|
# Dimmed Monokai
|
||||||
include current-theme.conf
|
include current-theme.conf
|
||||||
|
# Embark
|
||||||
|
# include embark-kitty.conf
|
||||||
# END_KITTY_THEME
|
# END_KITTY_THEME
|
||||||
|
|
Loading…
Reference in New Issue