mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add nordic theme
This commit is contained in:
parent
0899ec571b
commit
9f769d54ec
|
|
@ -100,6 +100,7 @@ configuration file.
|
|||
| **_night_owlish_light_** |  |
|
||||
| **_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) |  |
|
||||
| **_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/nordic.png
Normal file
BIN
images/nordic.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 208 KiB |
26
schemes.yaml
26
schemes.yaml
|
|
@ -1247,6 +1247,32 @@ schemes:
|
|||
cyan: '0x8FBCBB'
|
||||
white: '0xECEFF4'
|
||||
|
||||
nordic: &nordic
|
||||
primary:
|
||||
background: '#242933'
|
||||
foreground: '#BBBDAF'
|
||||
normal:
|
||||
black: '#191C1D'
|
||||
red: '#BD6062'
|
||||
green: '#A3D6A9'
|
||||
yellow: '#F0DFAF'
|
||||
blue: '#8FB4D8'
|
||||
magenta: '#C7A9D9'
|
||||
cyan: '#B6D7A8'
|
||||
white: '#BDC5BD'
|
||||
bright:
|
||||
black: '#727C7C'
|
||||
red: '#D18FAF'
|
||||
green: '#B7CEB0'
|
||||
yellow: '#BCBCBC'
|
||||
blue: '#E0CF9F'
|
||||
magenta: '#C7A9D9'
|
||||
cyan: '#BBDA97'
|
||||
white: '#BDC5BD'
|
||||
selection:
|
||||
text: '#000000'
|
||||
background: '#F0DFAF'
|
||||
|
||||
monokai_charcoal: &monokai_charcoal
|
||||
primary:
|
||||
background: '#000000'
|
||||
|
|
|
|||
26
themes/nordic.yaml
Normal file
26
themes/nordic.yaml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Colors (Nordic)
|
||||
colors:
|
||||
primary:
|
||||
background: '#242933'
|
||||
foreground: '#BBBDAF'
|
||||
normal:
|
||||
black: '#191C1D'
|
||||
red: '#BD6062'
|
||||
green: '#A3D6A9'
|
||||
yellow: '#F0DFAF'
|
||||
blue: '#8FB4D8'
|
||||
magenta: '#C7A9D9'
|
||||
cyan: '#B6D7A8'
|
||||
white: '#BDC5BD'
|
||||
bright:
|
||||
black: '#727C7C'
|
||||
red: '#D18FAF'
|
||||
green: '#B7CEB0'
|
||||
yellow: '#BCBCBC'
|
||||
blue: '#E0CF9F'
|
||||
magenta: '#C7A9D9'
|
||||
cyan: '#BBDA97'
|
||||
white: '#BDC5BD'
|
||||
selection:
|
||||
text: '#000000'
|
||||
background: '#F0DFAF'
|
||||
Loading…
Reference in a new issue