mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
add moonlight_ii_vscode theme #36
This commit is contained in:
parent
f4fa96c599
commit
dd3a1ef225
|
|
@ -54,6 +54,7 @@ Or use [alacritty-colorscheme](https://github.com/toggle-corp/alacritty-colorsch
|
|||
|**_low_contrast_**||
|
||||
|**_material_theme_**<br>[source](https://github.com/equinusocio/material-theme)||
|
||||
|**_material_theme_mod_**||
|
||||
|**_moonlight_ii_vscode_**<br>[source](https://github.com/atomiks/moonlight-vscode-theme)||
|
||||
|**_night_owlish_light_**||
|
||||
|**_nord_**<br>[source](https://github.com/arcticicestudio/nord)||
|
||||
|**_oceanic_next_**<br>[source](https://github.com/voronianski/oceanic-next-color-scheme)||
|
||||
|
|
|
|||
BIN
images/moonlight_ii_vscode.png
Normal file
BIN
images/moonlight_ii_vscode.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 112 KiB |
28
schemes.yaml
28
schemes.yaml
|
|
@ -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'
|
||||
|
|
|
|||
28
themes/moonlight_ii_vscode.yaml
Normal file
28
themes/moonlight_ii_vscode.yaml
Normal 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'
|
||||
Loading…
Reference in a new issue