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