refactor(kitty): improve kitty theme
This commit is contained in:
parent
2fa9f955dd
commit
0f02563bf3
@ -1,12 +1,10 @@
|
|||||||
# vim:ft=kitty
|
|
||||||
|
|
||||||
## name: Kanagawa
|
## name: Kanagawa
|
||||||
## license: MIT
|
## license: MIT
|
||||||
## author: Tommaso Laurenzi
|
## author: Tommaso Laurenzi
|
||||||
## upstream: https://github.com/rebelot/kanagawa.nvim/
|
## upstream: https://github.com/rebelot/kanagawa.nvim/
|
||||||
|
|
||||||
|
|
||||||
background #1F1F28
|
background #000000
|
||||||
foreground #DCD7BA
|
foreground #DCD7BA
|
||||||
selection_background #2D4F67
|
selection_background #2D4F67
|
||||||
selection_foreground #C8C093
|
selection_foreground #C8C093
|
||||||
@ -14,14 +12,18 @@ url_color #72A7BC
|
|||||||
cursor #C8C093
|
cursor #C8C093
|
||||||
|
|
||||||
# Tabs
|
# Tabs
|
||||||
active_tab_background #2D4F67
|
active_tab_background #E6C384
|
||||||
active_tab_foreground #DCD7BA
|
active_tab_foreground #1F1F28
|
||||||
inactive_tab_background #223249
|
inactive_tab_background #1F1F28
|
||||||
inactive_tab_foreground #727169
|
inactive_tab_foreground #727169
|
||||||
#tab_bar_background #15161E
|
tab_bar_background #16161D
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
inactive_border_color #363646
|
||||||
|
active_border_color #FFA066
|
||||||
|
|
||||||
# normal
|
# normal
|
||||||
color0 #090618
|
color0 #16161D
|
||||||
color1 #C34043
|
color1 #C34043
|
||||||
color2 #76946A
|
color2 #76946A
|
||||||
color3 #C0A36E
|
color3 #C0A36E
|
||||||
|
Loading…
Reference in New Issue
Block a user