Update kitty themes to match iterm2 colors

This commit is contained in:
ViViDboarder 2025-01-08 19:58:01 -08:00
parent d10c205737
commit 36e0726e56
2 changed files with 53 additions and 28 deletions

View File

@ -0,0 +1,30 @@
env KITTY_THEME=Wombat
background #1e1e1e
foreground #e4e0d7
selection_background #574b49
selection_foreground #c3c7cb
cursor #bbbbbb
color0 #000000
color8 #404040
color1 #ff786c
color9 #f89f92
color2 #bde97c
color10 #e2f6a0
color3 #efdeab
color11 #f1e9bf
color4 #6eb9f8
color12 #b3d2ff
color5 #ee87ff
color13 #e4bcff
color6 #90fdf8
color14 #c1fdfa
color7 #e4e0d7
color15 #fefefe
active_tab_foreground #CAE682
active_tab_background #32322F
active_tab_font_style bold-italic
inactive_tab_foreground #CAE682
inactive_tab_background #242424
inactive_tab_font_style normal

View File

@ -1,30 +1,25 @@
-- from https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/kitty/Wombat.conf
env KITTY_THEME=Wombat env KITTY_THEME=Wombat
background #1e1e1e color0 #000000
foreground #e4e0d7 color1 #ff615a
selection_background #574b49 color2 #b1e969
selection_foreground #c3c7cb color3 #ebd99c
cursor #bbbbbb color4 #5da9f6
color0 #000000 color5 #e86aff
color8 #404040 color6 #82fff7
color1 #ff786c color7 #dedacf
color9 #f89f92 color8 #313131
color2 #bde97c color9 #f58c80
color10 #e2f6a0 color10 #ddf88f
color3 #efdeab color11 #eee5b2
color11 #f1e9bf color12 #a5c7ff
color4 #6eb9f8 color13 #ddaaff
color12 #b3d2ff color14 #b7fff9
color5 #ee87ff color15 #ffffff
color13 #e4bcff background #171717
color6 #90fdf8 selection_foreground #171717
color14 #c1fdfa cursor #bbbbbb
color7 #e4e0d7 cursor_text_color #ffffff
color15 #fefefe foreground #dedacf
selection_background #dedacf
active_tab_foreground #CAE682
active_tab_background #32322F
active_tab_font_style bold-italic
inactive_tab_foreground #CAE682
inactive_tab_background #242424
inactive_tab_font_style normal