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

@ -1,7 +1,7 @@
# vim:fileencoding=utf-8:foldmethod=marker
# BEGIN_KITTY_THEME
# Nord
# Nord-Dark
include current-theme.conf
# END_KITTY_THEME

View file

@ -0,0 +1,43 @@
# Nord Colorscheme for Kitty
# Based on:
# - https://gist.github.com/marcusramberg/64010234c95a93d953e8c79fdaf94192
# - https://github.com/arcticicestudio/nord-hyper
foreground #D8DEE9
background #2E3440
selection_foreground #000000
selection_background #FFFACD
url_color #0087BD
cursor #81A1C1
# black
color0 #3B4252
color8 #4C566A
# red
color1 #BF616A
color9 #BF616A
# green
color2 #A3BE8C
color10 #A3BE8C
# yellow
color3 #EBCB8B
color11 #EBCB8B
# blue
color4 #81A1C1
color12 #81A1C1
# magenta
color5 #B48EAD
color13 #B48EAD
# cyan
color6 #88C0D0
color14 #8FBCBB
# white
color7 #E5E9F0
color15 #ECEFF4

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