Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: nord theme to example #1304

Merged
merged 1 commit into from
Apr 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions example/themes/nord.yaml
Original file line number Diff line number Diff line change
@@ -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