chore(superfile): update configuration

This commit is contained in:
Stefan Imhoff
2024-05-24 18:22:08 +02:00
parent 53e28a1927
commit 9962d83bfc
9 changed files with 111 additions and 2 deletions

View File

@@ -4,6 +4,24 @@ theme = 'catpuccin'
# useless for now
footer_panel_list = ['processes', 'metadata', 'clipboard']
#
# ================ Style =================
#
# Set transparent background or not (this only work when your terminal background is transparent)
transparent_backgroun = false
#
#
# Border style
border_top = '━'
border_bottom = '━'
border_left = '┃'
border_right = '┃'
border_top_left = '┏'
border_top_right = '┓'
border_bottom_left = '┗'
border_bottom_right = '┛'
border_middle_left = '┣'
border_middle_right = '┫'
#
# ==========PLUGINS========== #
#
# Show more detailed metadata, please install exiftool before enabling this plugin!

View File

@@ -13,9 +13,10 @@ next_file_panel = ['tab', 'L']
previous_file_panel = ['shift+left', 'H']
focus_on_process_bar = ['p', '']
focus_on_side_bar = ['b', '']
focus_on_meta_data = ['m', '']
focus_on_metadata = ['m', '']
#
change_panel_mode = ['v', '']
open_help_menu = ['?', '']
#
file_panel_directory_create = ['f', '']
file_panel_file_create = ['c', '']
@@ -39,6 +40,7 @@ parent_directory = ['h', 'backspace']
copy_single_item = ['ctrl+c', '']
cut_single_item = ['ctrl+x', '']
search_bar = ['ctrl+f', '']
command_line = ['/', '']
#
# Here is select mode hotkey you can conflicts with other mode (cant conflicts with global hotkey)
file_panel_select_mode_item_single_select = ['enter', 'l']

View File

@@ -58,3 +58,7 @@ modal_cancel_bg = "#eba0ac"
modal_confirm_fg = "#383838"
modal_confirm_bg = "#89dceb"
# ========= Help Menu =========
help_menu_hotkey = "#89dceb"
help_menu_title = "#eba0ac"

View File

@@ -58,3 +58,8 @@ modal_cancel_bg = "#6272a4"
modal_confirm_fg = "#f8f8f2"
modal_confirm_bg = "#ffb86c"
# ========= Help Menu =========
help_menu_hotkey = "#ffb86c"
help_menu_title = "#bd93f9"

View File

@@ -58,3 +58,7 @@ modal_cancel_bg = "#6D6D6D"
modal_confirm_fg = "#EBDBB2"
modal_confirm_bg = "#FF4D00"
# ========= Help Menu =========
help_menu_hotkey = "#8EC07C"
help_menu_title = "#FF4D00"

View File

@@ -58,3 +58,7 @@ modal_cancel_bg = "#c74a4d"
modal_confirm_fg = "#eedcc1"
modal_confirm_bg = "#3e594a"
# ========= Help Menu =========
help_menu_hotkey = "#4fa8a3"
help_menu_title = "#f5c791"

View File

@@ -58,3 +58,7 @@ modal_cancel_bg = "#4c566a"
modal_confirm_fg = "#e5e9f0"
modal_confirm_bg = "#bf616a"
# ========= Help Menu =========
help_menu_hotkey = "#8fbcbb"
help_menu_title = "#81a1c1"

View File

@@ -1,5 +1,5 @@
# Rose Pine
# Theme create by: https://github.com/tanbinislam43
# Theme create by: https://github.com/pearcidar
# Update by(sort by time):
#
# Thanks for all contributor!!
@@ -58,3 +58,7 @@ modal_cancel_bg = "#524f67"
modal_confirm_fg = "#e0def4"
modal_confirm_bg = "#eb6f92"
# ========= Help Menu =========
help_menu_hotkey = "#f6c177"
help_menu_title = "#9ccfd8"

View File

@@ -0,0 +1,64 @@
# Tokyonight
# Theme create by: https://github.com/pearcidar
# Update by(sort by time):
#
# Thanks for all contributor!!
# If you want to make border display just set it same as sidebar background color
# ========= Border =========
file_panel_border = "#414868"
sidebar_border = "#24283b"
footer_border = "#414868"
# ========= Border Active =========
file_panel_border_active = "#b4befe"
sidebar_border_active = "#f7768e"
footer_border_active = "#73daca"
modal_border_active = "#73daca"
# ========= Background (bg) =========
full_screen_bg = "#1a1b26"
file_panel_bg = "#1a1b26"
sidebar_bg = "#1a1b26"
footer_bg = "#1a1b26"
modal_bg = "#1a1b26"
# ========= Foreground (fg) =========
full_screen_fg = "#a9b1d6"
file_panel_fg = "#a9b1d6"
sidebar_fg = "#a9b1d6"
footer_fg = "#a9b1d6"
modal_fg = "#a9b1d6"
# ========= Special Color =========
cursor = "#ff9e64"
correct = "#9ece6a"
error = "#f7768e"
hint = "#7dcfff"
cancel = "#ff9e64"
# Gradient color can only have two color!
gradient_color = ["#7aa2f7", "#bb9af7"]
# ========= File Panel Special Items =========
file_panel_top_directory_icon = "#73daca"
file_panel_top_path = "#7aa2f7"
file_panel_item_selected_fg = "#2ac3de"
file_panel_item_selected_bg = "#1a1b26"
# ========= Sidebar Special Items =========
sidebar_title = "#73daca"
sidebar_item_selected_fg = "#7dcfff"
sidebar_item_selected_bg = "#1a1b26"
sidebar_divider = "#565f89"
# ========= Modal Special Items =========
modal_cancel_fg = "#24383b"
modal_cancel_bg = "#e0af68"
modal_confirm_fg = "#24283b"
modal_confirm_bg = "#9ece6a"
# ========= Help Menu =========
help_menu_hotkey = "#7dcfff"
help_menu_title = "#73daca"