Adds superfile
This commit is contained in:
parent
b0978cd863
commit
cf590e48bd
19 changed files with 1189 additions and 1 deletions
63
.config/superfile/theme/hacks.toml
Normal file
63
.config/superfile/theme/hacks.toml
Normal file
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue