Update nvim nord repo and switch-theme script

This commit is contained in:
2023-04-12 15:56:28 +02:00
parent 1d5521bca6
commit 6b734aabf3
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
LIGHT_THEME="rose-pine"
DARK_THEME="nord"
KITTY_LIGHT_THEME="Rosé Pine Dawn"
NVIM_COLORSCHEME_LINE=41
NVIM_COLORSCHEME_LINE=44
capitalize() {
printf '%s' "$1" | head -c 1 | tr "[:lower:]" "[:upper:]"