Add Monokai Charcoal

Update schemes.yaml to include monokai_charcoal
This commit is contained in:
dodeca12 2022-12-26 17:45:57 -05:00
parent 1615f87d85
commit 351a664b45
4 changed files with 52 additions and 1 deletions

View file

@ -67,6 +67,7 @@ There are multiple ways -
| **_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) |
| **_monokai_charcoal_**<br>[source](https://github.com/dodeca12/Monokai-Charcoal-Theme-for-Alacritty/blob/main/monokai_charcoal_white.yaml) | ![monokai_charcoal](images/monokai-charcoal.png) |
| **_monokai_pro_**<br>[source](https://gist.github.com/AlphaTechnolog/d1d5f6557f77f71519cb5713268da7dd) | ![monokai_pro](images/monokai_pro.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) |
@ -100,7 +101,6 @@ There are multiple ways -
| **_xterm_** | ![xterm](images/xterm.png) |
| **_zenburm_**<br>[source](https://github.com/jnurmine/Zenburn) | ![zenburm](images/zenburm.png) |
## Contributing
Bug reports and pull requests are welcome on GitHub at [alacritty-theme](https://github.com/eendroroy/alacritty-theme)

BIN
images/monokai-charcoal.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

View file

@ -788,6 +788,29 @@ schemes:
cyan: '0x8FBCBB'
white: '0xECEFF4'
monokai_charcoal: &monokai_charcoal
primary:
background: '#000000'
foreground: '#FFFFFF'
normal:
black: '#1a1a1a'
red: '#f4005f'
green: '#98e024'
yellow: '#fa8419'
blue: '#9d65ff'
magenta: '#f4005f'
cyan: '#58d1eb'
white: '#c4c5b5'
bright:
black: '#625e4c'
red: '#f4005f'
green: '#98e024'
yellow: '#e0d561'
blue: '#9d65ff'
magenta: '#f4005f'
cyan: '#58d1eb'
white: '#f6f6ef'
monokai_pro: &monokai_pro
primary:
background: '0x2D2A2E'

View file

@ -0,0 +1,28 @@
# Colours (Monokai Charcoal)
colors:
# Default Colours
primary:
background: '#000000'
foreground: '#FFFFFF'
# Normal Colours
normal:
black: '#1a1a1a'
red: '#f4005f'
green: '#98e024'
yellow: '#fa8419'
blue: '#9d65ff'
magenta: '#f4005f'
cyan: '#58d1eb'
white: '#c4c5b5'
# Bright Colours
bright:
black: '#625e4c'
red: '#f4005f'
green: '#98e024'
yellow: '#e0d561'
blue: '#9d65ff'
magenta: '#f4005f'
cyan: '#58d1eb'
white: '#f6f6ef'