add moonlight_ii_vscode theme #36

This commit is contained in:
indrajit 2021-12-04 12:30:28 +06:00
parent f4fa96c599
commit dd3a1ef225
No known key found for this signature in database
GPG key ID: 7D65308546343630
4 changed files with 56 additions and 1 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)|
|**_material_theme_**<br>[source](https://github.com/equinusocio/material-theme)|![material_theme](images/material_theme.png)|
|**_material_theme_mod_**|![material_theme_mod](images/material_theme_mod.png)|
|**_moonlight_ii_vscode_**<br>[source](https://github.com/atomiks/moonlight-vscode-theme)|![moonlight_ii_vscode](images/moonlight_ii_vscode.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)|

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

View file

@ -763,7 +763,33 @@ schemes:
cyan: '0x8FBCBB'
white: '0xECEFF4'
colors: &night_owlish_light
moonlight_ii_vscode: &moonlight_ii_vscode
primary:
background: '0x1e2030'
foreground: '0x7f85a3'
cursor:
text: '0x7f85a3'
cursor: '0x808080'
normal:
black: '0x444a73'
red: '0xff5370'
green: '0x4fd6be'
yellow: '0xffc777'
blue: '0x3e68d7'
magenta: '0xfc7b7b'
cyan: '0x86e1fc'
white: '0xd0d0d0'
bright:
black: '0x828bb8'
red: '0xff98a4'
green: '0xc3e88d'
yellow: '0xffc777'
blue: '0x82aaff'
magenta: '0xff966c'
cyan: '0xb4f9f8'
white: '0x5f8787'
night_owlish_light: &night_owlish_light
bright:
black: '#7a8181'
blue: '#5ca7e4'

View file

@ -0,0 +1,28 @@
colors:
primary:
background: '0x1e2030'
foreground: '0x7f85a3'
cursor:
text: '0x7f85a3'
cursor: '0x808080'
normal:
black: '0x444a73'
red: '0xff5370'
green: '0x4fd6be'
yellow: '0xffc777'
blue: '0x3e68d7'
magenta: '0xfc7b7b'
cyan: '0x86e1fc'
white: '0xd0d0d0'
bright:
black: '0x828bb8'
red: '0xff98a4'
green: '0xc3e88d'
yellow: '0xffc777'
blue: '0x82aaff'
magenta: '0xff966c'
cyan: '0xb4f9f8'
white: '0x5f8787'