Add ganbaru themes

This commit is contained in:
@sea2horses 2026-05-01 17:18:34 -06:00 committed by GitHub
parent c378fd7f31
commit 2749b407b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 59 additions and 0 deletions

View file

@ -88,6 +88,8 @@ configuration file.
| **_falcon_**<br>[source](https://github.com/fenetikm/falcon) | ![falcon](images/falcon.png) |
| **_flat_remix_**<br>[source](https://github.com/Mayccoll/Gogh/blob/master/themes/flat-remix.sh) | ![flat_remix](images/flat_remix.png) |
| **_flexoki_**<br>[source](https://github.com/kepano/flexoki/tree/main/alacritty) | ![flexoki](images/flexoki.png) |
| **_ganbaru_**<br>[source](https://github.com/marlodevhub/ganbaru) | ![ganbaru](images/ganbaru.png) |
| **_ganbaru_matcha_**<br>[source](https://github.com/marlodevhub/ganbaru) | ![ganbaru_matcha](images/ganbaru_matcha.png) |
| **_github_dark_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark.yml) | ![github_dark](images/github_dark.png) |
| **_github_dark_colorblind_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark_colorblind.yml) | ![github_dark_colorblind](images/github_dark_colorblind.png) |
| **_github_dark_dimmed_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark_dimmed.yml) | ![github_dark_dimmed](images/github_dark_dimmed.png) |

BIN
images/ganbaru.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

BIN
images/ganbaru_matcha.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

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

View 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'