Add Everforest theme

This commit is contained in:
giovannikraushaar 2023-01-26 03:20:44 +01:00 committed by GitHub
parent 52e8c54d99
commit 343d033b00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 102 additions and 0 deletions

View file

@ -53,6 +53,8 @@ There are multiple ways -
| **_dark_pastels_**<br>[source](https://invent.kde.org/utilities/konsole/-/blob/master/data/color-schemes/DarkPastels.colorscheme) | ![dark_pastels](images/dark_pastels.png) |
| **_doom_one_**<br>[source](https://github.com/hlissner/emacs-doom-themes) | ![doom_one](images/doom_one.png) |
| **_dracula_**<br>[source](https://draculatheme.com) | ![dracula](images/dracula.png) |
| **_everforest_dark_**<br>[source](https://github.com/sainnhe/everforest) | ![everforest_dark](images/everforest_dark.png) |
| **_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) |
| **_gotham_** | ![falcon](images/gotham.png) |

BIN
images/everforest_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
images/everforest_light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View file

@ -404,6 +404,50 @@ schemes:
cyan: '0x8be9fd'
white: '0xffffff'
everforest_dark: &everforest_dark
primary:
background: '0x2d353b'
foreground: '0xd3c6aa'
normal:
black: '0x475258'
red: '0xe67e80'
green: '0xa7c080'
yellow: '0xdbbc7f'
blue: '0x7fbbb3'
magenta: '0xd699b6'
cyan: '0x83c092'
white: '0xd3c6aa'
bright:
black: '0x475258'
red: '0xe67e80'
green: '0xa7c080'
yellow: '0xdbbc7f'
blue: '0x7fbbb3'
magenta: '0xd699b6'
cyan: '0x83c092'
everforest_light: &everforest_light
primary:
background: '0xfdf6e3'
foreground: '0x5c6a72'
normal:
black: '0x5c6a72'
red: '0xf85552'
green: '0x8da101'
yellow: '0xdfa000'
blue: '0x3a94c5'
magenta: '0xdf69ba'
cyan: '0x35a77c'
white: '0xe0dcc7'
bright:
black: '0x5c6a72'
red: '0xf85552'
green: '0x8da101'
yellow: '0xdfa000'
blue: '0x3a94c5'
magenta: '0xdf69ba'
cyan: '0x35a77c'
falcon: &falcon
primary:
background: '0x020221'

View file

@ -0,0 +1,28 @@
# Colors (Everforest Dark)
colors:
# Default colors
primary:
background: '0x2d353b'
foreground: '0xd3c6aa'
# Normal colors
normal:
black: '0x475258'
red: '0xe67e80'
green: '0xa7c080'
yellow: '0xdbbc7f'
blue: '0x7fbbb3'
magenta: '0xd699b6'
cyan: '0x83c092'
white: '0xd3c6aa'
# Bright colors
bright:
black: '0x475258'
red: '0xe67e80'
green: '0xa7c080'
yellow: '0xdbbc7f'
blue: '0x7fbbb3'
magenta: '0xd699b6'
cyan: '0x83c092'
white: '0xd3c6aa'

View file

@ -0,0 +1,28 @@
# Colors (Everforest Light)
colors:
# Default colors
primary:
background: '0xfdf6e3'
foreground: '0x5c6a72'
# Normal colors
normal:
black: '0x5c6a72'
red: '0xf85552'
green: '0x8da101'
yellow: '0xdfa000'
blue: '0x3a94c5'
magenta: '0xdf69ba'
cyan: '0x35a77c'
white: '0xe0dcc7'
# Bright Colors
bright:
black: '0x5c6a72'
red: '0xf85552'
green: '0x8da101'
yellow: '0xdfa000'
blue: '0x3a94c5'
magenta: '0xdf69ba'
cyan: '0x35a77c'
white: '0xe0dcc7'