Skip to content

Commit

Permalink
feat(theme): add hacks theme
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Jun 15, 2024
1 parent 88e2d09 commit bfc8e35
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions src/superfile_config/theme/hacks.toml
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"

0 comments on commit bfc8e35

Please sign in to comment.