|
| 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" |
0 commit comments