Add nord_light theme

This commit is contained in:
Jurica Bacurin 2023-10-01 01:33:39 +02:00 committed by GitHub
parent 9f769d54ec
commit d088cca211
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 53 additions and 0 deletions

View file

@ -101,6 +101,7 @@ configuration file.
| **_noctis-lux_**<br>[source](https://github.com/liviuschera/noctis) | ![noctis-lux](images/noctis-lux.png) |
| **_nord_**<br>[source](https://github.com/arcticicestudio/nord) | ![nord](images/nord.png) |
| **_nordic_**<br>[source](https://github.com/AlexvZyl/nordic.nvim) | ![nordic](images/nordic.png) |
| **_nord_light_**<br>[source](https://github.com/nordtheme/alacritty/issues/28#issuecomment-1422225211) | ![nord](images/nord_light.png) |
| **_oceanic_next_**<br>[source](https://github.com/voronianski/oceanic-next-color-scheme) | ![oceanic_next](images/oceanic_next.png) |
| **_omni_**<br>[source](https://github.com/getomni/alacritty/blob/main/omni.yml) | ![omni](images/omni.png) |
| **_one_dark_** | ![one_dark](images/one_dark.png) |

BIN
images/nord_light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View file

@ -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
View 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'