add new kitty theme based on Monokai Pro (Filter Spectrum)

This commit is contained in:
chaos 2024-03-19 15:06:10 +00:00
parent 696d5439da
commit 31e83ba28f
No known key found for this signature in database
2 changed files with 50 additions and 0 deletions

View file

@ -17,5 +17,6 @@
tab_separator = " | ";
confirm_os_window_close = 0;
};
extraConfig = "include ${./kitty.theme}";
};
}

49
home/apps/kitty.theme Normal file
View file

@ -0,0 +1,49 @@
# based on Monokai Pro (Filter Spectrum)
background #363537
foreground #f7f1ff
cursor #f7f1ff
cursor_text_color #000000
selection_foreground #363537
selection_background #f7f1ff
# dull black // replaced with foreground
color0 #f7f1ff
# light black // replaced with foreground
color8 #f7f1ff
# dull red
color1 #fc618d
# light red
color9 #fc618d
# dull green
color2 #7bd88f
# light green
color10 #7bd88f
# yellow
color3 #fce566
# light yellow
color11 #fce566
# blue
color4 #fd9353
# light blue
color12 #fd9353
# magenta
color5 #948ae3
# light magenta
color13 #948ae3
# cyan
color6 #5ad4e6
# light cyan
color14 #5ad4e6
# dull white
color7 #f7f1ff
# bright white
color15 #f7f1ff