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