diff --git a/README.md b/README.md index c71499c..efa8291 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ configuration file. | **_falcon_**
[source](https://github.com/fenetikm/falcon) | ![falcon](images/falcon.png) | | **_flat_remix_**
[source](https://github.com/Mayccoll/Gogh/blob/master/themes/flat-remix.sh) | ![flat_remix](images/flat_remix.png) | | **_flexoki_**
[source](https://github.com/kepano/flexoki/tree/main/alacritty) | ![flexoki](images/flexoki.png) | +| **_flexoki-light_**
[source](https://github.com/kepano/flexoki/tree/main/alacritty) | ![flexoki-light](images/flexoki-light.png) | | **_ganbaru_**
[source](https://github.com/marlodevhub/ganbaru) | ![ganbaru](images/ganbaru.png) | | **_ganbaru_matcha_**
[source](https://github.com/marlodevhub/ganbaru) | ![ganbaru_matcha](images/ganbaru_matcha.png) | | **_github_dark_**
[source](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_dark.yml) | ![github_dark](images/github_dark.png) | diff --git a/images/flexoki-light.png b/images/flexoki-light.png new file mode 100644 index 0000000..13f11bc Binary files /dev/null and b/images/flexoki-light.png differ diff --git a/themes/flexoki-light.toml b/themes/flexoki-light.toml new file mode 100644 index 0000000..1cc3499 --- /dev/null +++ b/themes/flexoki-light.toml @@ -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"