mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add hatsunemiku theme
This commit is contained in:
parent
a4041aeea1
commit
b5a35e2f6e
|
|
@ -95,6 +95,7 @@ configuration file.
|
|||
| **_gruvbox_material_medium_dark_**<br>[source](https://github.com/sainnhe/gruvbox-material) |  |
|
||||
| **_gruvbox_material_medium_light_**<br>[source](https://github.com/sainnhe/gruvbox-material) |  |
|
||||
| **_hardhacker_**<br>[source](https://github.com/hardhackerlabs/theme-alacritty) |  |
|
||||
| **_hatsunemiku_**<br>[source](https://github.com/4513ECHO/vim-colors-hatsunemiku/) |  |
|
||||
| **_high_contrast_** |  |
|
||||
| **_horizon-dark_**<br>[source](https://github.com/jolaleye/horizon-theme-vscode) |  |
|
||||
| **_hyper_**<br>[source](https://hyper.is) |  |
|
||||
|
|
|
|||
BIN
images/hatsunemiku.png
Normal file
BIN
images/hatsunemiku.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
23
themes/hatsunemiku.toml
Normal file
23
themes/hatsunemiku.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[colors.primary]
|
||||
background = '#242829'
|
||||
foreground = '#dcd7d7'
|
||||
|
||||
[colors.normal]
|
||||
black = '#242829'
|
||||
red = '#df2683'
|
||||
green = '#13868c'
|
||||
yellow = '#fcfcdf'
|
||||
blue = '#1a86b9'
|
||||
magenta = '#bc7fd2'
|
||||
cyan = '#7cc7d6'
|
||||
white = '#4a4b4b'
|
||||
|
||||
[colors.bright]
|
||||
black = '#7b8b99'
|
||||
red = '#df2683'
|
||||
green = '#13868c'
|
||||
yellow = '#fcfcdf'
|
||||
blue = '#1a86b9'
|
||||
magenta = '#bc7fd2'
|
||||
cyan = '#7cc7d6'
|
||||
white = '#dcd7d7'
|
||||
Loading…
Reference in a new issue