Add acme theme

This commit is contained in:
ad1w 2025-01-27 21:31:58 +07:00 committed by GitHub
parent 69d07c3bc2
commit 14794c3cc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 29 additions and 0 deletions

View file

@ -37,6 +37,7 @@ configuration file.
| NAME | COLORS |
|:-------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------:|
| **_acme_**<br>[source](https://github.com/plan9-for-vimspace/acme-colors) | ![acme](images/acme.png)
| **_afterglow_**<br>[source](https://github.com/YabataDesign/afterglow-theme) | ![base16_default_dark](images/afterglow.png) |
| **_alabaster_**<br>[source](https://github.com/tonsky/vscode-theme-alabaster) | ![alabaster](images/alabaster.png) |
| **_alabaster_dark_**<br>[source](https://github.com/gargakshit/vscode-theme-alabaster-dark) | ![alabaster_dark](images/alabaster_dark.png) |

BIN
images/acme.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

28
themes/acme.toml Normal file
View 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'