Add flexoki theme

This commit is contained in:
nlubock 2023-10-11 17:59:48 -07:00 committed by GitHub
parent d088cca211
commit 4cb179606c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 99 additions and 0 deletions

View file

@ -63,6 +63,7 @@ configuration file.
| **_everforest_light_**<br>[source](https://github.com/sainnhe/everforest) | ![everforest_light](images/everforest_light.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) |
| **_flexoki_**<br>[source](https://github.com/kepano/flexoki/tree/main/alacritty) | ![flexoki](images/flexoki.png) |
| **_github_dark_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/alacritty/github_dark.yml) | ![github_dark](images/github_dark.png) |
| **_github_dark_colorblind_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/alacritty/github_dark_colorblind.yml) | ![github_dark_colorblind](images/github_dark_colorblind.png) |
| **_github_dark_default_**<br>[source](https://github.com/projekt0n/github-theme-contrib/blob/main/alacritty/github_dark_default.yml) | ![github_dark_default](images/github_dark_default.png) |

BIN
images/flexoki.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

View file

@ -2658,4 +2658,53 @@ schemes:
cyan: '#51617d'
white: '#9aa7bd'
flexoki: &flexoki
# Default colors
primary:
background: "0x282726"
foreground: "0xFFFCF0"
dim_foreground: "0xFFFCF0"
bright_foreground: "0xFFFCF0"
dim_background: "0x1C1B1A"
bright_background: "0x1C1B1A"
# Cursor colors
cursor:
text: "0xFFFCF0"
cursor: "0xFFFCF0"
# Normal colors
normal:
black: "0x100F0F"
red: "0xAF3029"
green: "0x66800B"
yellow: "0xAD8301"
blue: "0x205EA6"
magenta: "0xA02F6F"
cyan: "0x24837B"
white: "0xFFFCF0"
# Bright colors
bright:
black: "0x100F0F"
red: "0xD14D41"
green: "0x879A39"
yellow: "0xD0A215"
blue: "0x4385BE"
magenta: "0xCE5D97"
cyan: "0x3AA99F"
white: "0xFFFCF0"
# Dim colors
dim:
black: "0x100F0F"
red: "0xAF3029"
green: "0x66800B"
yellow: "0xAD8301"
blue: "0x205EA6"
magenta: "0xA02F6F"
cyan: "0x24837B"
white: "0xFFFCF0"
colors: *challenger_deep

49
themes/flexoki.yaml Normal file
View file

@ -0,0 +1,49 @@
# based on: https://stephango.com/flexoki and https://github.com/kepano/flexoki/tree/main/alacritty
colors:
# Default colors
primary:
background: "0x282726"
foreground: "0xFFFCF0"
dim_foreground: "0xFFFCF0"
bright_foreground: "0xFFFCF0"
dim_background: "0x1C1B1A"
bright_background: "0x1C1B1A"
# Cursor colors
cursor:
text: "0xFFFCF0"
cursor: "0xFFFCF0"
# Normal colors
normal:
black: "0x100F0F"
red: "0xAF3029"
green: "0x66800B"
yellow: "0xAD8301"
blue: "0x205EA6"
magenta: "0xA02F6F"
cyan: "0x24837B"
white: "0xFFFCF0"
# Bright colors
bright:
black: "0x100F0F"
red: "0xD14D41"
green: "0x879A39"
yellow: "0xD0A215"
blue: "0x4385BE"
magenta: "0xCE5D97"
cyan: "0x3AA99F"
white: "0xFFFCF0"
# Dim colors
dim:
black: "0x100F0F"
red: "0xAF3029"
green: "0x66800B"
yellow: "0xAD8301"
blue: "0x205EA6"
magenta: "0xA02F6F"
cyan: "0x24837B"
white: "0xFFFCF0"