mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add nord_light theme
This commit is contained in:
parent
9f769d54ec
commit
d088cca211
|
|
@ -101,6 +101,7 @@ configuration file.
|
|||
| **_noctis-lux_**<br>[source](https://github.com/liviuschera/noctis) |  |
|
||||
| **_nord_**<br>[source](https://github.com/arcticicestudio/nord) |  |
|
||||
| **_nordic_**<br>[source](https://github.com/AlexvZyl/nordic.nvim) |  |
|
||||
| **_nord_light_**<br>[source](https://github.com/nordtheme/alacritty/issues/28#issuecomment-1422225211) |  |
|
||||
| **_oceanic_next_**<br>[source](https://github.com/voronianski/oceanic-next-color-scheme) |  |
|
||||
| **_omni_**<br>[source](https://github.com/getomni/alacritty/blob/main/omni.yml) |  |
|
||||
| **_one_dark_** |  |
|
||||
|
|
|
|||
BIN
images/nord_light.png
Normal file
BIN
images/nord_light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
23
schemes.yaml
23
schemes.yaml
|
|
@ -1247,6 +1247,29 @@ schemes:
|
|||
cyan: '0x8FBCBB'
|
||||
white: '0xECEFF4'
|
||||
|
||||
nord_light: &nord_light
|
||||
primary:
|
||||
background: '#ECEFF4'
|
||||
foreground: '#81A1C1'
|
||||
normal:
|
||||
black: '#D8DEE9'
|
||||
red: '#bf616a'
|
||||
green: '#a3be8c'
|
||||
yellow: '#D08770'
|
||||
blue: '#81A1C1'
|
||||
magenta: '#B48EAD'
|
||||
cyan: '#88C0D0'
|
||||
white: '#4C566A'
|
||||
bright:
|
||||
black: '#D8DEE9'
|
||||
red: '#bf616a'
|
||||
green: '#a3be8c'
|
||||
yellow: '#D08770'
|
||||
blue: '#D8DEE9'
|
||||
magenta: '#B48EAD'
|
||||
cyan: '#8FBCBB'
|
||||
white: '#D8DEE9'
|
||||
|
||||
nordic: &nordic
|
||||
primary:
|
||||
background: '#242933'
|
||||
|
|
|
|||
29
themes/nord_light.yaml
Normal file
29
themes/nord_light.yaml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Colors (Nord light) theme based on https://github.com/nordtheme/alacritty/issues/28#issuecomment-1422225211
|
||||
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#ECEFF4'
|
||||
foreground: '#81A1C1'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#D8DEE9'
|
||||
red: '#bf616a'
|
||||
green: '#a3be8c'
|
||||
yellow: '#D08770'
|
||||
blue: '#81A1C1'
|
||||
magenta: '#B48EAD'
|
||||
cyan: '#88C0D0'
|
||||
white: '#4C566A'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#D8DEE9'
|
||||
red: '#bf616a'
|
||||
green: '#a3be8c'
|
||||
yellow: '#D08770'
|
||||
blue: '#D8DEE9'
|
||||
magenta: '#B48EAD'
|
||||
cyan: '#8FBCBB'
|
||||
white: '#D8DEE9'
|
||||
Loading…
Reference in a new issue