Skip to content

Commit 49dd522

Browse files
authored
Merge pull request #828 from Frost-Phoenix/main
Theme: Add gruvbox-dark-hard
2 parents 3ba5109 + 10931e7 commit 49dd522

File tree

3 files changed

+75
-0
lines changed

3 files changed

+75
-0
lines changed

asset/theme/gruvbox-dark-hard.png

268 KB
Loading
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# Gruvbox Dark Hard
2+
# Theme create by: https://github.com/frost-phoenix
3+
# Update by(sort by time):
4+
#
5+
# Thanks for all contributor!!
6+
7+
# If you want to make border display just set it same as sidebar background color
8+
9+
# Code syntax highlight theme (you can go to https://github.com/alecthomas/chroma/blob/master/styles to find one you like)
10+
code_syntax_highlight = "gruvbox"
11+
12+
# ========= Border =========
13+
file_panel_border = "#FBF1C7"
14+
sidebar_border = "#928374"
15+
footer_border = "#928374"
16+
17+
# ========= Border Active =========
18+
file_panel_border_active = "#98971A"
19+
sidebar_border_active = "#B16286"
20+
footer_border_active = "#D79921"
21+
modal_border_active = "#689D6A"
22+
23+
# ========= Background (bg) =========
24+
full_screen_bg = "#1D2021"
25+
file_panel_bg = "#1D2021"
26+
sidebar_bg = "#1D2021"
27+
footer_bg = "#1D2021"
28+
modal_bg = "#1D2021"
29+
30+
# ========= Foreground (fg) =========
31+
full_screen_fg = "#FBF1C7"
32+
file_panel_fg = "#FBF1C7"
33+
sidebar_fg = "#FBF1C7"
34+
footer_fg = "#FBF1C7"
35+
modal_fg = "#FBF1C7"
36+
37+
# ========= Special Color =========
38+
cursor = "#689D6A"
39+
correct = "#98971A"
40+
error = "#FF6969"
41+
hint = "#468588"
42+
cancel = "#838383"
43+
# Gradient color can only have two color!
44+
gradient_color = ["#FB4934", "#B8BB26"]
45+
46+
# ========= File Panel Special Items =========
47+
file_panel_top_directory_icon = "#689D6A"
48+
file_panel_top_path = "#458588"
49+
file_panel_item_selected_fg = "#D65D0E"
50+
file_panel_item_selected_bg = ""
51+
52+
# ========= Sidebar Special Items =========
53+
sidebar_title = "#B16286"
54+
sidebar_item_selected_fg = "#D65D0E"
55+
sidebar_item_selected_bg = ""
56+
sidebar_divider = "#928374"
57+
58+
# ========= Modal Special Items =========
59+
modal_cancel_fg = "#FB4934"
60+
modal_cancel_bg = ""
61+
62+
modal_confirm_fg = "#B8BB26"
63+
modal_confirm_bg = ""
64+
65+
# ========= Help Menu =========
66+
help_menu_hotkey = "#689D6A"
67+
help_menu_title = "#B16286"

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
![](https://github.com/yorukot/superfile/blob/main/asset/theme/gruvbox.png?raw=true)
8282

83+
## Gruvbox Dark Hard
84+
85+
- Theme name: `gruvbox-dark-hard`
86+
- Ported by: https://github.com/frost-phoenix
87+
- Original Author: https://github.com/morhetz/
88+
89+
![](https://github.com/yorukot/superfile/blob/main/asset/theme/gruvbox-dark-hard.png?raw=true)
90+
8391
## Hacks
8492

8593
- Theme name: `hacks`

0 commit comments

Comments
 (0)