Add hatsunemiku theme

This commit is contained in:
Aniamon 2024-07-03 23:45:06 +04:00 committed by GitHub
parent a4041aeea1
commit b5a35e2f6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 24 additions and 0 deletions

View file

@ -95,6 +95,7 @@ configuration file.
| **_gruvbox_material_medium_dark_**<br>[source](https://github.com/sainnhe/gruvbox-material) | ![gruvbox_material_medium_dark](images/gruvbox_material_medium_dark.png) |
| **_gruvbox_material_medium_light_**<br>[source](https://github.com/sainnhe/gruvbox-material) | ![gruvbox_material_medium_light](images/gruvbox_material_medium_light.png) |
| **_hardhacker_**<br>[source](https://github.com/hardhackerlabs/theme-alacritty) | ![hardhacker](images/hardhacker.png) |
| **_hatsunemiku_**<br>[source](https://github.com/4513ECHO/vim-colors-hatsunemiku/) | ![hatsunemiku](images/hatsunemiku.png) |
| **_high_contrast_** | ![gruvbox_light](images/high_contrast.png) |
| **_horizon-dark_**<br>[source](https://github.com/jolaleye/horizon-theme-vscode) | ![horizon-dark](images/horizon-dark.png) |
| **_hyper_**<br>[source](https://hyper.is) | ![hyper](images/hyper.png) |

BIN
images/hatsunemiku.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

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