Add nordic theme

This commit is contained in:
Rahul Gupta 2023-09-18 13:08:02 +05:30 committed by GitHub
parent 0899ec571b
commit 9f769d54ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 53 additions and 0 deletions

View file

@ -100,6 +100,7 @@ configuration file.
| **_night_owlish_light_** | ![night_owlish_light](images/night_owlish_light.png) |
| **_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) |
| **_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/nordic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

View file

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