mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add Atom One Dark theme
This commit is contained in:
parent
6448180ed9
commit
939b834335
|
|
@ -43,6 +43,7 @@ configuration file.
|
|||
| **_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_dark_**<br>[source](https://gist.github.com/r-darwish/f8bb21a6c89a02c4bef76cc38bddad39) |  |
|
||||
| **_atom_one_light_**<br>[source](https://github.com/dexpota/kitty-themes/blob/master/themes/AtomOneLight.conf) |  |
|
||||
| **_aura_**<br>[source](https://github.com/daltonmenezes/aura-theme) |  |
|
||||
| **_ayu_dark_**<br>[source](https://github.com/ayu-theme/ayu-colors) |  |
|
||||
|
|
|
|||
BIN
images/atom_one_dark.png
Normal file
BIN
images/atom_one_dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
37
themes/atom_one_dark.toml
Normal file
37
themes/atom_one_dark.toml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Migrated to TOML from https://gist.github.com/r-darwish/f8bb21a6c89a02c4bef76cc38bddad39
|
||||
# Credits to r-darwish for creating the theme
|
||||
|
||||
[colors.primary]
|
||||
background = "0x1e2127"
|
||||
foreground = "0xabb2bf"
|
||||
bright_foreground = "0xe6efff"
|
||||
|
||||
[colors.normal]
|
||||
black = "0x1e2127"
|
||||
red = "0xe06c75"
|
||||
green = "0x98c379"
|
||||
yellow = "0xd19a66"
|
||||
blue = "0x61afef"
|
||||
magenta = "0xc678dd"
|
||||
cyan = "0x56b6c2"
|
||||
white = "0x828791"
|
||||
|
||||
[colors.bright]
|
||||
black = "0x5c6370"
|
||||
red = "0xe06c75"
|
||||
green = "0x98c379"
|
||||
yellow = "0xd19a66"
|
||||
blue = "0x61afef"
|
||||
magenta = "0xc678dd"
|
||||
cyan = "0x56b6c2"
|
||||
white = "0xe6efff"
|
||||
|
||||
[colors.dim]
|
||||
black = "0x1e2127"
|
||||
red = "0xe06c75"
|
||||
green = "0x98c379"
|
||||
yellow = "0xd19a66"
|
||||
blue = "0x61afef"
|
||||
magenta = "0xc678dd"
|
||||
cyan = "0x56b6c2"
|
||||
white = "0x828791"
|
||||
Loading…
Reference in a new issue