-
-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
88e2d09
commit bfc8e35
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# Hacks | ||
# Theme create by: https://github.com/charlesrocket | ||
# Update by(sort by time): | ||
|
||
# Thank you! | ||
|
||
code_syntax_highlight = "onedark" | ||
|
||
# border | ||
file_panel_border = "#afff00" | ||
sidebar_border = "#afff00" | ||
footer_border = "#afff00" | ||
|
||
# border active | ||
file_panel_border_active = "#6532ff" | ||
sidebar_border_active = "#6532ff" | ||
footer_border_active = "#6532ff" | ||
modal_border_active = "#6532ff" | ||
|
||
# background (bg) | ||
full_screen_bg = "#000000" | ||
file_panel_bg = "#000000" | ||
sidebar_bg = "#000000" | ||
footer_bg = "#000000" | ||
modal_bg = "#000000" | ||
|
||
# foreground (fg) | ||
full_screen_fg = "#f8f8f2" | ||
file_panel_fg = "#f8f8f2" | ||
sidebar_fg = "#f8f8f2" | ||
footer_fg = "#f8f8f2" | ||
modal_fg = "#f8f8f2" | ||
|
||
# special color | ||
cursor = "#ff0000" | ||
correct = "#47ef7d" | ||
error = "#d70000" | ||
hint = "#5bd9f3" | ||
cancel = "#6575ab" | ||
gradient_color = ["#00ff00", "#afff00"] | ||
|
||
# file panel special items | ||
file_panel_top_directory_icon = "#afff00" | ||
file_panel_top_path = "#afff00" | ||
file_panel_item_selected_fg = "#ff8d34" | ||
file_panel_item_selected_bg = "#524549" | ||
|
||
# sidebar special items | ||
sidebar_title = "#afff00" | ||
sidebar_item_selected_fg = "#000000" | ||
sidebar_item_selected_bg = "#ff8d34" | ||
sidebar_divider = "#615250" | ||
|
||
# modal special items | ||
modal_cancel_fg = "#f9f9fe" | ||
modal_cancel_bg = "#000042" | ||
|
||
modal_confirm_fg = "#f9f9fe" | ||
modal_confirm_bg = "#ffb86c" | ||
|
||
# help menu | ||
help_menu_hotkey = "#ff8d34" | ||
help_menu_title = "#afff00" |