summaryrefslogtreecommitdiffstats
path: root/example/themes
diff options
context:
space:
mode:
authorsmonv <tvt@smonv.com>2022-04-08 14:07:56 +0700
committerGitHub <noreply@github.com>2022-04-08 09:07:56 +0200
commit2aef1d59570918778c86cdb850887c99c8011750 (patch)
tree158513b1d4db7793847cd731ccde6d27217525bf /example/themes
parentd770388e4b9033464a75e0da4f34fe559f2a32f2 (diff)
feat(theme): add nord theme to example (#1304)
Diffstat (limited to 'example/themes')
-rw-r--r--example/themes/nord.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/example/themes/nord.yaml b/example/themes/nord.yaml
new file mode 100644
index 000000000..61851ad20
--- /dev/null
+++ b/example/themes/nord.yaml
@@ -0,0 +1,16 @@
+# Nord theme
+
+themes:
+ nord:
+ fg: [216, 222, 233] #D8DEE9
+ bg: [46, 52, 64] #2E3440
+ black: [59, 66, 82] #3B4252
+ red: [191, 97, 106] #BF616A
+ green: [163, 190, 140] #A3BE8C
+ yellow: [235,203,139] #EBCB8B
+ blue: [129, 161, 193] #81A1C1
+ magenta: [180, 142, 173] #B48EAD
+ cyan: [136, 192, 208] #88C0D0
+ white: [229, 233, 240] #E5E9F0
+ orange: [208, 135, 112] #D08770
+