Skip to content

Commit 4084a8f

Browse files
authored
style(theme): Everforest Dark Hard (#1114)
1 parent 8b64247 commit 4084a8f

File tree

3 files changed

+70
-0
lines changed

3 files changed

+70
-0
lines changed
172 KB
Loading
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Everforest Dark Hard
2+
# Theme created by: https://github.com/fzahner
3+
4+
# Code syntax highlight theme (you can go to https://github.com/alecthomas/chroma/blob/master/styles to find one you like)
5+
code_syntax_highlight = "evergarden"
6+
7+
# ========= Border =========
8+
file_panel_border = "#859289"
9+
sidebar_border = "#2D353B"
10+
footer_border = "#859289"
11+
12+
# ========= Border Active =========
13+
file_panel_border_active = "#DBBC7F"
14+
sidebar_border_active = "#D3C6AA"
15+
footer_border_active = "#D3C6AA"
16+
modal_border_active = "#859289"
17+
18+
# ========= Background (bg) =========
19+
full_screen_bg = "#272E33"
20+
file_panel_bg = "#272E33"
21+
sidebar_bg = "#272E33"
22+
footer_bg = "#272E33"
23+
modal_bg = "#272E33"
24+
25+
# ========= Foreground (fg) =========
26+
full_screen_fg = "#D3C6AA"
27+
file_panel_fg = "#D3C6AA"
28+
sidebar_fg = "#D3C6AA"
29+
footer_fg = "#D3C6AA"
30+
modal_fg = "#D3C6AA"
31+
32+
# ========= Special Color =========
33+
cursor = "#A7C080"
34+
correct = "#A7C080"
35+
error = "#E67E80"
36+
hint = "#7FBBB3"
37+
cancel = "#859289"
38+
# Gradient color can only have two color!
39+
gradient_color = ["#A7C080", "#E67E80"]
40+
41+
# ========= File Panel Special Items =========
42+
file_panel_top_directory_icon = "#A7C080"
43+
file_panel_top_path = "#7FBBB3"
44+
file_panel_item_selected_fg = "#D699B6"
45+
file_panel_item_selected_bg = "#232A2E"
46+
47+
# ========= Sidebar Special Items =========
48+
sidebar_title = "#D699B6"
49+
sidebar_item_selected_fg = "#E69875"
50+
sidebar_item_selected_bg = "#2D353B"
51+
sidebar_divider = "#859289"
52+
53+
# ========= Modal Special Items =========
54+
modal_cancel_fg = "#D3C6AA"
55+
modal_cancel_bg = "#232A2E"
56+
57+
modal_confirm_fg = "#D3C6AA"
58+
modal_confirm_bg = "#E69875"
59+
60+
# ========= Help Menu =========
61+
help_menu_hotkey = "#A7C080"
62+
help_menu_title = "#E69875"

website/src/content/docs/list/theme-list.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ head:
8080

8181
![Everforest Dark Medium theme preview showing nature-inspired green colors](../../../assets/git-assets/theme/everforest-dark-medium.png)
8282

83+
## Everforest Dark Hard
84+
85+
- Theme name: `everforest-dark-hard`
86+
- Ported by: https://github.com/fzahner
87+
- Original Author: https://github.com/sainnhe/
88+
89+
![Everforest Dark hard theme preview showing nature-inspired green colors](../../../assets/git-assets/theme/everforest-dark-hard.png)
90+
8391
## Gruvbox
8492

8593
- Theme name: `gruvbox`

0 commit comments

Comments
 (0)