mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add ashes light/dark theme
This commit is contained in:
parent
18db83a37d
commit
0764548e7f
|
|
@ -41,6 +41,8 @@ configuration file.
|
|||
| **_alabaster_dark_**<br>[source](https://github.com/gargakshit/vscode-theme-alabaster-dark) |  |
|
||||
| **_alacritty_0_12_**<br>[source](https://github.com/alacritty/alacritty/blob/v0.12.3/alacritty/src/config/color.rs) |  |
|
||||
| **_argonaut_**<br>[source](https://github.com/pwaleczek/Argonaut-theme) |  |
|
||||
| **_ashes_dark_**<br>[source](https://marketplace.visualstudio.com/items?itemName=AndrsDC.base16-themes) |  |
|
||||
| **_ashes_light_**<br>[source](https://marketplace.visualstudio.com/items?itemName=AndrsDC.base16-themes) |  |
|
||||
| **_atom_one_light_**<br>[source](https://github.com/dexpota/kitty-themes/blob/master/themes/AtomOneLight.conf) |  |
|
||||
| **_ayu_dark_**<br>[source](https://github.com/ayu-theme/ayu-colors) |  |
|
||||
| **_ayu_light_**<br>[source](https://github.com/ayu-theme/ayu-colors) |  |
|
||||
|
|
|
|||
BIN
images/ashes_dark.png
Normal file
BIN
images/ashes_dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 149 KiB |
BIN
images/ashes_light.png
Normal file
BIN
images/ashes_light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 153 KiB |
27
themes/ashes_dark.toml
Normal file
27
themes/ashes_dark.toml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[colors.primary]
|
||||
background = '#1c2023'
|
||||
foreground = '#c7ccd1'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#1c2023'
|
||||
cursor = '#c7ccd1'
|
||||
|
||||
[colors.normal]
|
||||
black = '#1c2023'
|
||||
red = '#c7ae95'
|
||||
green = '#95c7ae'
|
||||
yellow = '#aec795'
|
||||
blue = '#ae95c7'
|
||||
magenta = '#c795ae'
|
||||
cyan = '#95aec7'
|
||||
white = '#c7ccd1'
|
||||
|
||||
[colors.bright]
|
||||
black = '#747c84'
|
||||
red = '#c7ae95'
|
||||
green = '#95c7ae'
|
||||
yellow = '#aec795'
|
||||
blue = '#ae95c7'
|
||||
magenta = '#c795ae'
|
||||
cyan = '#95aec7'
|
||||
white = '#f3f4f5'
|
||||
27
themes/ashes_light.toml
Normal file
27
themes/ashes_light.toml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[colors.primary]
|
||||
background = '#f3f4f5'
|
||||
foreground = '#565e65'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#f3f4f5'
|
||||
cursor = '#565e65'
|
||||
|
||||
[colors.normal]
|
||||
black = '#1c2023'
|
||||
red = '#c7ae95'
|
||||
green = '#95c7ae'
|
||||
yellow = '#aec795'
|
||||
blue = '#ae95c7'
|
||||
magenta = '#c795ae'
|
||||
cyan = '#95aec7'
|
||||
white = '#c7ccd1'
|
||||
|
||||
[colors.bright]
|
||||
black = '#747c84'
|
||||
red = '#c7ae95'
|
||||
green = '#95c7ae'
|
||||
yellow = '#aec795'
|
||||
blue = '#ae95c7'
|
||||
magenta = '#c795ae'
|
||||
cyan = '#95aec7'
|
||||
white = '#f3f4f5'
|
||||
Loading…
Reference in a new issue