Add Flexoki Light theme

This commit is contained in:
Connie Caldera 2026-07-10 14:35:28 -06:00 committed by GitHub
parent 659d2e1d66
commit 03cce64265
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 28 additions and 0 deletions

View file

@ -88,6 +88,7 @@ configuration file.
| **_falcon_**<br>[source](https://github.com/fenetikm/falcon) | ![falcon](images/falcon.png) | | **_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) | | **_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) | | **_flexoki_**<br>[source](https://github.com/kepano/flexoki/tree/main/alacritty) | ![flexoki](images/flexoki.png) |
| **_flexoki-light_**<br>[source](https://github.com/kepano/flexoki/tree/main/alacritty) | ![flexoki-light](images/flexoki-light.png) |
| **_ganbaru_**<br>[source](https://github.com/marlodevhub/ganbaru) | ![ganbaru](images/ganbaru.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) | | **_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_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark.yml) | ![github_dark](images/github_dark.png) |

BIN
images/flexoki-light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

27
themes/flexoki-light.toml Normal file
View file

@ -0,0 +1,27 @@
# source https://github.com/kepano/flexoki/blob/main/alacritty/flexoki-light.toml
[colors.primary]
background = "#FFFCF0"
bright_foreground = "#100F0F"
dim_foreground = "#100F0F"
foreground = "#100F0F"
[colors.normal]
black = "#100F0F"
blue = "#4385BE"
cyan = "#3AA99F"
green = "#879A39"
magenta = "#CE5D97"
red = "#D14D41"
white = "#FFFCF0"
yellow = "#D0A215"
[colors.bright]
black = "#100F0F"
blue = "#4385BE"
cyan = "#3AA99F"
green = "#879A39"
magenta = "#CE5D97"
red = "#D14D41"
white = "#FFFCF0"
yellow = "#D0A215"