Skip to content

Commit 2ad356a

Browse files
authored
Merge pull request yorukot#673 from CommandJoo/monokai-theme
Monokai Theme
2 parents c8e0f0d + 900af68 commit 2ad356a

5 files changed

Lines changed: 91 additions & 0 deletions

File tree

asset/theme/ayu-dark.png

274 KB
Loading
190 KB
Loading

asset/theme/monokai.png

956 KB
Loading
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# OneDark
2+
# Theme create by: https://github.com/CommandJoo
3+
# Update by(sort by time):
4+
#
5+
# Thanks for all contributor!!
6+
7+
# If you want to make sidebar 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 = "monokai"
11+
12+
# ========= Border =========
13+
file_panel_border = "#75715E" # Overlay0
14+
footer_border = "#75715E" # Overlay0
15+
sidebar_border = "#75715E" # Base
16+
17+
# ========= Border Active =========
18+
file_panel_border_active = "#66D9EF" # Lavendar
19+
footer_border_active = "#A9DC76" # Green
20+
modal_border_active = "#66D9EF" # Overlay2
21+
sidebar_border_active = "#F92672" # Red
22+
23+
# ========= Background (bg) =========
24+
file_panel_bg = "#272822" # Base
25+
footer_bg = "#272822" # Base
26+
full_screen_bg = "#272822" # Base
27+
modal_bg = "#272822" # Base
28+
sidebar_bg = "#272822" # Base
29+
30+
# ========= Foreground (fg) =========
31+
file_panel_fg = "#F8F8F2" # Subtext0
32+
footer_fg = "#F8F8F2" # Subtext0
33+
full_screen_fg = "#F8F8F2" # Subtext0
34+
modal_fg = "#F8F8F2" # Subtext0
35+
sidebar_fg = "#F8F8F2" # Subtext0
36+
37+
# ========= Special Color =========
38+
cancel = "#E6DB74" # Maroon
39+
correct = "#A6E22E" # Green
40+
cursor = "#66D9EF" # Rosewater
41+
error = "#F92672" # Red
42+
hint = "#66D9EF" # Sapphire
43+
# Gradient color can only have two color!
44+
gradient_color = ["#66D9EF", "#AE81FF"] # [Blue, Mauve]
45+
46+
# ========= File Panel Special Items =========
47+
file_panel_item_selected_bg = "#2E2E2E" # Base
48+
file_panel_item_selected_fg = "#66D9EF" # Sky
49+
file_panel_top_directory_icon = "#E6DB74" # Green
50+
file_panel_top_path = "#E6DB74" # Blue
51+
52+
# ========= Sidebar Special Items =========
53+
sidebar_divider = "#75715E" # Overlay2
54+
sidebar_item_selected_bg = "#272822" # Base
55+
sidebar_item_selected_fg = "#66D9EF" # Sky
56+
sidebar_title = "#66D9EF" # Sapphire
57+
58+
# ========= Modal Special Items =========
59+
modal_cancel_bg = "#F92672" # Maroon
60+
modal_cancel_fg = "#75715E" # Surface0
61+
62+
modal_confirm_bg = "#66D9EF" # Sky
63+
modal_confirm_fg = "#75715E" # Surface0
64+
65+
# ========= Help Menu =========
66+
help_menu_hotkey = "#66D9EF" # Sky
67+
help_menu_title = "#AE81FF" # Maroon

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

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

99
> Sort by A-Z
1010
11+
## Ayu Dark
12+
13+
- Theme name: `ayu-dark`
14+
- Ported by: https://github.com/rustnomicon
15+
- Original Author: https://github.com/ayu-theme/
16+
17+
![](https://github.com/yorukot/superfile/blob/main/asset/theme/ayu-dark.png?raw=true)
18+
1119
## Blood
1220

1321
- Theme name: `blood`
@@ -56,6 +64,14 @@ head:
5664

5765
![](https://github.com/yorukot/superfile/blob/main/asset/theme/dracula.png?raw=true)
5866

67+
## Everforest Dark Medium
68+
69+
- Theme name: `everforest-dark-medium`
70+
- Ported by: https://github.com/dotintegral
71+
- Original Author: https://github.com/sainnhe/
72+
73+
![](https://github.com/yorukot/superfile/blob/main/asset/theme/everforest-dark-medium.png?raw=true)
74+
5975
## Gruvbox
6076

6177
- Theme name: `gruvbox`
@@ -80,6 +96,14 @@ head:
8096

8197
![](https://github.com/yorukot/superfile/blob/main/asset/theme/kaolin.png?raw=true)
8298

99+
## Monokai
100+
101+
- Theme name: `monokai`
102+
- Ported by: https://github.com/CommandJoo
103+
- Original Author: https://github.com/monokai
104+
105+
![](https://github.com/yorukot/superfile/blob/main/asset/theme/monokai.png?raw=true)
106+
83107
## Nord
84108

85109
- Theme name: `nord`

0 commit comments

Comments
 (0)