refactor(kitty): improve kitty theme

This commit is contained in:
Price Hiller 2023-12-09 23:43:52 -06:00
parent 2fa9f955dd
commit 0f02563bf3
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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