mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add acme theme
This commit is contained in:
parent
69d07c3bc2
commit
14794c3cc2
|
|
@ -37,6 +37,7 @@ configuration file.
|
|||
|
||||
| NAME | COLORS |
|
||||
|:-------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------:|
|
||||
| **_acme_**<br>[source](https://github.com/plan9-for-vimspace/acme-colors) | 
|
||||
| **_afterglow_**<br>[source](https://github.com/YabataDesign/afterglow-theme) |  |
|
||||
| **_alabaster_**<br>[source](https://github.com/tonsky/vscode-theme-alabaster) |  |
|
||||
| **_alabaster_dark_**<br>[source](https://github.com/gargakshit/vscode-theme-alabaster-dark) |  |
|
||||
|
|
|
|||
BIN
images/acme.png
Normal file
BIN
images/acme.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
28
themes/acme.toml
Normal file
28
themes/acme.toml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Colors (acme)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#ffffea'
|
||||
foreground = '#000000'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#101010'
|
||||
red = '#af5f00'
|
||||
green = '#cccc7c'
|
||||
yellow = '#ffff5f'
|
||||
blue = '#aeeeee'
|
||||
magenta = '#505050'
|
||||
cyan = '#afffd7'
|
||||
white = '#fcfcce'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#101010'
|
||||
red = '#af5f00'
|
||||
green = '#cccc7c'
|
||||
yellow = '#ffff5f'
|
||||
blue = '#aeeeee'
|
||||
magenta = '#505050'
|
||||
cyan = '#afffd7'
|
||||
white = '#fcfcce'
|
||||
Loading…
Reference in a new issue