diff --git a/README.md b/README.md
index 5d004de..a641646 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,7 @@ Or use [alacritty-colorscheme](https://github.com/toggle-corp/alacritty-colorsch
|**_low_contrast_**|![iterm](images/low_contrast.png)|
|**_material_theme_**
[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_**
[source](https://github.com/arcticicestudio/nord)|![nord](images/nord.png)|
|**_oceanic_next_**
[source](https://github.com/voronianski/oceanic-next-color-scheme)|![oceanic_next](images/oceanic_next.png)|
|**_omni_**
[source](https://github.com/Mdsp9070/alacritty-omni)|![omni](images/omni.png)|
diff --git a/images/night_owlish_light.png b/images/night_owlish_light.png
new file mode 100644
index 0000000..6178912
Binary files /dev/null and b/images/night_owlish_light.png differ
diff --git a/schemes.yaml b/schemes.yaml
index 3b3f3e0..88e4e99 100644
--- a/schemes.yaml
+++ b/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'