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