Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
363 changes: 181 additions & 182 deletions base16/README.md

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions base16/base16_nord_light.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
accent: "#88c0d0"
background: "#e5e9f0"
details: darker
foreground: "#2e3440"
terminal_colors:
normal:
black: "#3b4252"
blue: "#5e81ac"
cyan: "#88c0d0"
green: "#a3be8c"
magenta: "#b48ead"
red: "#bf616a"
white: "#e5e9f0"
yellow: "#ebcb8b"
bright:
black: "#4c566a"
blue: "#81a1c1"
cyan: "#8fbcbb"
green: "#a3be8c"
magenta: "#b48ead"
red: "#bf616a"
white: "#eceff4"
yellow: "#ebcb8b"
51 changes: 51 additions & 0 deletions base16/previews/base16_nord_light.yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
|**[Monokai Pro Spectrum](monokai_pro_spectrum.yml)**:|<img src='previews/monokai_pro_spectrum.yml.svg' width='300'>|
|**[Night Owl](night_owl.yaml)**:|<img src='previews/night_owl.yaml.svg' width='300'>|
|**[Nightfly](nightfly.yaml)**:|<img src='previews/nightfly.yaml.svg' width='300'>|
|**[Nord Light](nord_light.yaml)**:|<img src='previews/nord_light.yaml.svg' width='300'>|
|**[Nord](nord.yaml)**:|<img src='previews/nord.yaml.svg' width='300'>|
|**[Oceanic Next](oceanic_next.yaml)**:|<img src='previews/oceanic_next.yaml.svg' width='300'>|
|**[Omni](omni.yaml)**:|<img src='previews/omni.yaml.svg' width='300'>|
Expand Down Expand Up @@ -125,4 +126,4 @@
|**[Wombat](wombat.yaml)**:|<img src='previews/wombat.yaml.svg' width='300'>|
|**[Xterm](xterm.yaml)**:|<img src='previews/xterm.yaml.svg' width='300'>|
|**[Zenbones Dark](zenbones_dark.yaml)**:|<img src='previews/zenbones_dark.yaml.svg' width='300'>|
|**[Zenbones Light](zenbones_light.yaml)**:|<img src='previews/zenbones_light.yaml.svg' width='300'>|
|**[Zenbones Light](zenbones_light.yaml)**:|<img src='previews/zenbones_light.yaml.svg' width='300'>|
24 changes: 24 additions & 0 deletions standard/nord_light.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Nord Light
accent: "#88c0d0" # nord8
background: "#e5e9f0" # nord5
details: darker
foreground: "#2e3440" # nord0
terminal_colors:
normal:
black: "#3b4252" # nord1
blue: "#5e81ac" # nord10
cyan: "#88c0d0" # nord8
green: "#a3be8c" # nord14
magenta: "#b48ead" # nord15
red: "#bf616a" # nord11
white: "#e5e9f0" # nord5
yellow: "#ebcb8b" # nord13
bright:
black: "#4c566a" # nord3
blue: "#81a1c1" # nord9
cyan: "#8fbcbb" # nord7
green: "#a3be8c" # nord14
magenta: "#b48ead" # nord15
red: "#bf616a" # nord11
white: "#eceff4" # nord6
yellow: "#ebcb8b" # nord13
51 changes: 51 additions & 0 deletions standard/previews/nord_light.yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.