fix: light theme colors on kitty

This commit is contained in:
grassblock 2024-12-13 23:12:32 +08:00
parent c59715b445
commit bf733f454f
3 changed files with 86 additions and 1 deletions

View file

@ -0,0 +1,42 @@
# Nord Light Colorscheme for Kitty
# Converted from Nord Dark theme
foreground #2E3440
background #ECEFF4
selection_foreground #FFFFFF
selection_background #4C566A
url_color #005F87
cursor #2E3440
# black
color0 #D8DEE9
color8 #E5E9F0
# red
color1 #BF616A
color9 #D08770
# green
color2 #A3BE8C
color10 #B5D99C
# yellow
color3 #EBCB8B
color11 #F3E8B8
# blue
color4 #81A1C1
color12 #88C0D0
# magenta
color5 #B48EAD
color13 #D4A5C5
# cyan
color6 #8FBCBB
color14 #A3D6D5
# white
color7 #4C566A
color15 #2E3440