add night_owlish_light image

This commit is contained in:
indrajit 2021-12-04 12:07:41 +06:00
parent 5df26c016b
commit 7bbff8875c
No known key found for this signature in database
GPG key ID: 7D65308546343630
3 changed files with 30 additions and 0 deletions

View file

@ -54,6 +54,7 @@ Or use [alacritty-colorscheme](https://github.com/toggle-corp/alacritty-colorsch
|**_low_contrast_**|![iterm](images/low_contrast.png)| |**_low_contrast_**|![iterm](images/low_contrast.png)|
|**_material_theme_**<br>[source](https://github.com/equinusocio/material-theme)|![material_theme](images/material_theme.png)| |**_material_theme_**<br>[source](https://github.com/equinusocio/material-theme)|![material_theme](images/material_theme.png)|
|**_material_theme_mod_**|![material_theme](images/material_theme_mod.png)| |**_material_theme_mod_**|![material_theme](images/material_theme_mod.png)|
|**_night_owlish_light_**|![night_owlish_light](images/night_owlish_light.png)|
|**_nord_**<br>[source](https://github.com/arcticicestudio/nord)|![nord](images/nord.png)| |**_nord_**<br>[source](https://github.com/arcticicestudio/nord)|![nord](images/nord.png)|
|**_oceanic_next_**<br>[source](https://github.com/voronianski/oceanic-next-color-scheme)|![oceanic_next](images/oceanic_next.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/Mdsp9070/alacritty-omni)|![omni](images/omni.png)| |**_omni_**<br>[source](https://github.com/Mdsp9070/alacritty-omni)|![omni](images/omni.png)|

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

View file

@ -763,6 +763,35 @@ schemes:
cyan: '0x8FBCBB' cyan: '0x8FBCBB'
white: '0xECEFF4' white: '0xECEFF4'
colors: &night_owlish_light
bright:
black: '#7a8181'
blue: '#5ca7e4'
cyan: '#00c990'
green: '#49d0c5'
magenta: '#697098'
red: '#f76e6e'
white: '#989fb1'
yellow: '#dac26b'
cursor:
cursor: '#403f53'
text: '#fbfbfb'
normal:
black: '#011627'
blue: '#4876d6'
cyan: '#08916a'
green: '#2aa298'
magenta: '#403f53'
red: '#d3423e'
white: '#7a8181'
yellow: '#daaa01'
primary:
background: '#ffffff'
foreground: '#403f53'
selection:
background: '#f2f2f2'
text: '#403f53'
oceanic_next: &oceanic_next oceanic_next: &oceanic_next
primary: primary:
background: '0x1b2b34' background: '0x1b2b34'