mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add Flexoki Light theme
This commit is contained in:
parent
659d2e1d66
commit
03cce64265
|
|
@ -88,6 +88,7 @@ configuration file.
|
||||||
| **_falcon_**<br>[source](https://github.com/fenetikm/falcon) |  |
|
| **_falcon_**<br>[source](https://github.com/fenetikm/falcon) |  |
|
||||||
| **_flat_remix_**<br>[source](https://github.com/Mayccoll/Gogh/blob/master/themes/flat-remix.sh) |  |
|
| **_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) |  |
|
| **_flexoki_**<br>[source](https://github.com/kepano/flexoki/tree/main/alacritty) |  |
|
||||||
|
| **_flexoki-light_**<br>[source](https://github.com/kepano/flexoki/tree/main/alacritty) |  |
|
||||||
| **_ganbaru_**<br>[source](https://github.com/marlodevhub/ganbaru) |  |
|
| **_ganbaru_**<br>[source](https://github.com/marlodevhub/ganbaru) |  |
|
||||||
| **_ganbaru_matcha_**<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_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark.yml) |  |
|
||||||
|
|
|
||||||
BIN
images/flexoki-light.png
Normal file
BIN
images/flexoki-light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
27
themes/flexoki-light.toml
Normal file
27
themes/flexoki-light.toml
Normal 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"
|
||||||
Loading…
Reference in a new issue