Skip to content

Commit 07db10c

Browse files
committed
Add base16 and standard nord light
1 parent 7fd7ce9 commit 07db10c

6 files changed

Lines changed: 332 additions & 183 deletions

File tree

base16/README.md

Lines changed: 181 additions & 182 deletions
Large diffs are not rendered by default.

base16/base16_nord_light.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
accent: "#88c0d0"
2+
background: "#e5e9f0"
3+
details: darker
4+
foreground: "#2e3440"
5+
terminal_colors:
6+
normal:
7+
black: "#3b4252"
8+
blue: "#5e81ac"
9+
cyan: "#88c0d0"
10+
green: "#a3be8c"
11+
magenta: "#b48ead"
12+
red: "#bf616a"
13+
white: "#e5e9f0"
14+
yellow: "#ebcb8b"
15+
bright:
16+
black: "#4c566a"
17+
blue: "#81a1c1"
18+
cyan: "#8fbcbb"
19+
green: "#a3be8c"
20+
magenta: "#b48ead"
21+
red: "#bf616a"
22+
white: "#eceff4"
23+
yellow: "#ebcb8b"
Lines changed: 51 additions & 0 deletions
Loading

standard/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
|**[Monokai Pro Spectrum](monokai_pro_spectrum.yml)**:|<img src='previews/monokai_pro_spectrum.yml.svg' width='300'>|
7575
|**[Night Owl](night_owl.yaml)**:|<img src='previews/night_owl.yaml.svg' width='300'>|
7676
|**[Nightfly](nightfly.yaml)**:|<img src='previews/nightfly.yaml.svg' width='300'>|
77+
|**[Nord Light](nord_light.yaml)**:|<img src='previews/nord_light.yaml.svg' width='300'>|
7778
|**[Nord](nord.yaml)**:|<img src='previews/nord.yaml.svg' width='300'>|
7879
|**[Oceanic Next](oceanic_next.yaml)**:|<img src='previews/oceanic_next.yaml.svg' width='300'>|
7980
|**[Omni](omni.yaml)**:|<img src='previews/omni.yaml.svg' width='300'>|
@@ -125,4 +126,4 @@
125126
|**[Wombat](wombat.yaml)**:|<img src='previews/wombat.yaml.svg' width='300'>|
126127
|**[Xterm](xterm.yaml)**:|<img src='previews/xterm.yaml.svg' width='300'>|
127128
|**[Zenbones Dark](zenbones_dark.yaml)**:|<img src='previews/zenbones_dark.yaml.svg' width='300'>|
128-
|**[Zenbones Light](zenbones_light.yaml)**:|<img src='previews/zenbones_light.yaml.svg' width='300'>|
129+
|**[Zenbones Light](zenbones_light.yaml)**:|<img src='previews/zenbones_light.yaml.svg' width='300'>|

standard/nord_light.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Nord Light
2+
accent: "#88c0d0" # nord8
3+
background: "#e5e9f0" # nord5
4+
details: darker
5+
foreground: "#2e3440" # nord0
6+
terminal_colors:
7+
normal:
8+
black: "#3b4252" # nord1
9+
blue: "#5e81ac" # nord10
10+
cyan: "#88c0d0" # nord8
11+
green: "#a3be8c" # nord14
12+
magenta: "#b48ead" # nord15
13+
red: "#bf616a" # nord11
14+
white: "#e5e9f0" # nord5
15+
yellow: "#ebcb8b" # nord13
16+
bright:
17+
black: "#4c566a" # nord3
18+
blue: "#81a1c1" # nord9
19+
cyan: "#8fbcbb" # nord7
20+
green: "#a3be8c" # nord14
21+
magenta: "#b48ead" # nord15
22+
red: "#bf616a" # nord11
23+
white: "#eceff4" # nord6
24+
yellow: "#ebcb8b" # nord13
Lines changed: 51 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)