mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
add night_owlish_light image
This commit is contained in:
parent
5df26c016b
commit
7bbff8875c
3 changed files with 30 additions and 0 deletions
|
@ -54,6 +54,7 @@ Or use [alacritty-colorscheme](https://github.com/toggle-corp/alacritty-colorsch
|
|||
|**_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_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)|
|
||||
|**_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)|
|
||||
|
|
BIN
images/night_owlish_light.png
Normal file
BIN
images/night_owlish_light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
29
schemes.yaml
29
schemes.yaml
|
@ -763,6 +763,35 @@ schemes:
|
|||
cyan: '0x8FBCBB'
|
||||
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
|
||||
primary:
|
||||
background: '0x1b2b34'
|
||||
|
|
Loading…
Reference in a new issue