Add Nord theme (and lazy load vsc theme extensions)

Thanks @iljo-dp for finding the themes!
This commit is contained in:
David Heinemeier Hansson
2024-06-06 20:55:17 +02:00
parent 9f21306178
commit 93d0630fb0
7 changed files with 95 additions and 10 deletions

15
themes/zellij/nord.kdl Normal file
View File

@@ -0,0 +1,15 @@
themes {
nord {
fg "#D8DEE9"
bg "#2E3440"
black "#3B4252"
red "#BF616A"
green "#A3BE8C"
yellow "#EBCB8B"
blue "#81A1C1"
magenta "#B48EAD"
cyan "#88C0D0"
white "#E5E9F0"
orange "#D08770"
}
}