mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add ganbaru themes
This commit is contained in:
parent
c378fd7f31
commit
2749b407b5
|
|
@ -88,6 +88,8 @@ configuration file.
|
|||
| **_falcon_**<br>[source](https://github.com/fenetikm/falcon) |  |
|
||||
| **_flat_remix_**<br>[source](https://github.com/Mayccoll/Gogh/blob/master/themes/flat-remix.sh) |  |
|
||||
| **_flexoki_**<br>[source](https://github.com/kepano/flexoki/tree/main/alacritty) |  |
|
||||
| **_ganbaru_**<br>[source](https://github.com/marlodevhub/ganbaru) |  |
|
||||
| **_ganbaru_matcha_**<br>[source](https://github.com/marlodevhub/ganbaru) |  |
|
||||
| **_github_dark_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark.yml) |  |
|
||||
| **_github_dark_colorblind_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark_colorblind.yml) |  |
|
||||
| **_github_dark_dimmed_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark_dimmed.yml) |  |
|
||||
|
|
|
|||
BIN
images/ganbaru.png
Normal file
BIN
images/ganbaru.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
BIN
images/ganbaru_matcha.png
Normal file
BIN
images/ganbaru_matcha.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
28
themes/ganbaru.toml
Normal file
28
themes/ganbaru.toml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Colors (Ganbaru)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#151b24'
|
||||
foreground = '#e1e5eC'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#151b24'
|
||||
red = '#e8608c'
|
||||
green = '#a2d37e'
|
||||
yellow = '#ffb270'
|
||||
blue = '#73b3ff'
|
||||
magenta = '#b8abec'
|
||||
cyan = '#60cee0'
|
||||
white = '#a8adb7'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#555555'
|
||||
red = '#ff6d7e'
|
||||
green = '#b1e397'
|
||||
yellow = '#e5de8c'
|
||||
blue = '#a2c8f5'
|
||||
magenta = '#ecaee3'
|
||||
cyan = '#a8d9e1'
|
||||
white = '#d1d8e5'
|
||||
29
themes/ganbaru_matcha.toml
Normal file
29
themes/ganbaru_matcha.toml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Colors (Ganbaru)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#17181d'
|
||||
foreground = '#e1e5eC'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#17181d'
|
||||
red = '#e86081'
|
||||
green = '#75c186'
|
||||
yellow = '#ffaf5d'
|
||||
blue = '#95bff0'
|
||||
magenta = '#b5a7ef'
|
||||
cyan = '#54cec4'
|
||||
white = '#7b8e95'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#475254'
|
||||
red = '#ff6d7e'
|
||||
green = '#b1c771'
|
||||
yellow = '#e5de8c'
|
||||
blue = '#A7D9F1'
|
||||
magenta = '#f3ace2'
|
||||
cyan = '#a9d9bd'
|
||||
white = '#859298'
|
||||
|
||||
Loading…
Reference in a new issue