Adds superfile

This commit is contained in:
Michel 2025-01-30 22:45:09 +01:00
parent b0978cd863
commit cf590e48bd
19 changed files with 1189 additions and 1 deletions

View file

@ -0,0 +1,65 @@
# More details are at https://superfile.netlify.app/configure/superfile-config/
#
# change your theme
theme = 'gruvbox'
#
# The editor files/directories will be opened with. (leave blank to use the EDITOR environment variable).
editor = ""
#
# Auto check for update
auto_check_update = true
#
# Cd on quit (For more details, please check out https://superfile.netlify.app/configure/superfile-config/#cd_on_quit)
cd_on_quit = false
#
# Whether to open file preview automatically every time superfile is opened.
default_open_file_preview = true
#
# The path of the first file panel when superfile is opened.
default_directory = "."
#
# Display file sizes using powers of 1000 (kB, MB, GB) instead of powers of 1024 (KiB, MiB, GiB).
file_size_use_si = false
#
# Default sort type (0: Name, 1: Size, 2: Date Modified).
default_sort_type = 0
#
# Default sort order (false: Ascending, true: Descending).
sort_order_reversed = false
#
# Case sensitive sort by name (upper "B" comes before lower "a" if true).
case_sensitive_sort = false
#
# ================ Style =================
#
# If you don't have or don't want Nerdfont installed you can turn this off
nerdfont = true
#
# Set transparent background or not (this only work when your terminal background is transparent)
transparent_background = false
#
# File preview width allow '0' (this mean same as file panel),'x' x must be from 2 to 10 (This means that the width of the file preview will be one xth of the total width.)
file_preview_width = 0
#
# The length of the sidebar. If you don't want to display the sidebar, you can input 0 directly. If you want to display the value, please place it in the range of 3-20.
sidebar_width = 20
#
# 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!
metadata = false
#
# Enable MD5 checksum generation for files
enable_md5_checksum = false

View file

@ -0,0 +1,57 @@
# =================================================================================================
# Global hotkeys (cannot conflict with other hotkeys)
confirm = ['enter', 'right', 'l']
quit = ['q', 'esc']
# movement
list_up = ['up', 'k']
list_down = ['down', 'j']
page_up = ['pgup','']
page_down = ['pgdown','']
# file panel control
create_new_file_panel = ['n', '']
close_file_panel = ['w', '']
next_file_panel = ['tab', 'L']
previous_file_panel = ['shift+left', 'H']
toggle_file_preview_panel = ['f', '']
open_sort_options_menu = ['o', '']
toggle_reverse_sort = ['R', '']
# change focus
focus_on_process_bar = ['p', '']
focus_on_sidebar = ['s', '']
focus_on_metadata = ['m', '']
# create file/directory and rename
file_panel_item_create = ['ctrl+n', '']
file_panel_item_rename = ['ctrl+r', '']
# file operations
copy_items = ['ctrl+c', '']
cut_items = ['ctrl+x', '']
paste_items = ['ctrl+v', '']
delete_items = ['ctrl+d', 'delete', '']
# compress and extract
extract_file = ['ctrl+e', '']
compress_file = ['ctrl+a', '']
# editor
open_file_with_editor = ['e', '']
open_current_directory_with_editor = ['E', '']
# other
pinned_directory = ['P', '']
toggle_dot_file = ['.', '']
change_panel_mode = ['v', '']
open_help_menu = ['?', '']
open_command_line = [':', '']
copy_path = ['ctrl+p', '']
copy_present_working_directory = ['c', '']
toggle_footer = ['F', '']
# =================================================================================================
# Typing hotkeys (can conflict with all hotkeys)
confirm_typing = ['enter', '']
cancel_typing = ['ctrl+c', 'esc']
# =================================================================================================
# Normal mode hotkeys (can conflict with other modes, cannot conflict with global hotkeys)
parent_directory = ['h', 'left', 'backspace']
search_bar = ['/', '']
# =================================================================================================
# Select mode hotkeys (can conflict with other modes, cannot conflict with global hotkeys)
file_panel_select_mode_items_select_down = ['shift+down', 'J']
file_panel_select_mode_items_select_up = ['shift+up', 'K']
file_panel_select_all_items = ['A', '']

View file

@ -0,0 +1,63 @@
# Blood
# Theme create by: https://github.com/charlesrocket
# Update by(sort by time):
# Thank you!
code_syntax_highlight = "onedark"
# border
file_panel_border = "#9a0000"
sidebar_border = "#790000"
footer_border = "#790000"
# border active
file_panel_border_active = "#ff0000"
sidebar_border_active = "#ff0000"
footer_border_active = "#ff0000"
modal_border_active = "#ff0000"
# 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 = ["#720000", "#ff0000"]
# file panel special items
file_panel_top_directory_icon = "#ff522e"
file_panel_top_path = "#ff9999"
file_panel_item_selected_fg = "#ff8d34"
file_panel_item_selected_bg = "#524549"
# sidebar special items
sidebar_title = "#dd0000"
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 = "#ff6666"

View file

@ -0,0 +1,67 @@
# Catppuccin Frappe Flavor
# Theme create by: https://github.com/GV14982
# Update by(sort by time):
#
# Thanks for all contributor!!
# If you want to make sidebar border display just set it same as sidebar background color
# Code syntax highlight theme (you can go to https://github.com/alecthomas/chroma/blob/master/styles to find one you like)
code_syntax_highlight = "catppuccin-frappe"
# ========= Border =========
file_panel_border = "#737994" # Overlay0
sidebar_border = "#303446" # Base
footer_border = "#737994" # Overlay0
# ========= Border Active =========
file_panel_border_active = "#babbf1" # Lavendar
sidebar_border_active = "#e78284" # Red
footer_border_active = "#a6d189" # Green
modal_border_active = "#949cbb" # Overlay2
# ========= Background (bg) =========
full_screen_bg = "#303446" # Base
file_panel_bg = "#303446" # Base
sidebar_bg = "#303446" # Base
footer_bg = "#303446" # Base
modal_bg = "#303446" # Base
# ========= Foreground (fg) =========
full_screen_fg = "#a5adce" # Subtext0
file_panel_fg = "#a5adce" # Subtext0
sidebar_fg = "#a5adce" # Subtext0
footer_fg = "#a5adce" # Subtext0
modal_fg = "#a5adce" # Subtext0
# ========= Special Color =========
cursor = "#f2d5cf" # Rosewater
correct = "#a6d189" # Green
error = "#e78284" # Red
hint = "#85c1dc" # Sapphire
cancel = "#ea999c" # Maroon
# Gradient color can only have two color!
gradient_color = ["#8caaee", "#ca9ee6"] # [Blue, Mauve]
# ========= File Panel Special Items =========
file_panel_top_directory_icon = "#a6d189" # Green
file_panel_top_path = "#89b5fa" # Blue
file_panel_item_selected_fg = "#99d1db" # Sky
file_panel_item_selected_bg = "#303446" # Base
# ========= Sidebar Special Items =========
sidebar_title = "#85c1dc" # Sapphire
sidebar_item_selected_fg = "#99d1db" # Sky
sidebar_item_selected_bg = "#303446" # Base
sidebar_divider = "#949cbb" # Overlay2
# ========= Modal Special Items =========
modal_cancel_fg = "#414559" # Surface0
modal_cancel_bg = "#ea999c" # Maroon
modal_confirm_fg = "#414559" # Surface0
modal_confirm_bg = "#99d1db" # Sky
# ========= Help Menu =========
help_menu_hotkey = "#99d1db" # Sky
help_menu_title = "#ea999c" # Maroon

View file

@ -0,0 +1,67 @@
# Catppuccin Latte Flavor
# Theme create by: https://github.com/GV14982
# Update by(sort by time):
#
# Thanks for all contributor!!
# If you want to make sidebar border display just set it same as sidebar background color
# Code syntax highlight theme (you can go to https://github.com/alecthomas/chroma/blob/master/styles to find one you like)
code_syntax_highlight = "catppuccin-latte"
# ========= Border =========
file_panel_border = "#9ca0b0" # Overlay0
sidebar_border = "#eff1f5" # Base
footer_border = "#9ca0b0" # Overlay0
# ========= Border Active =========
file_panel_border_active = "#7287fd" # Lavender
sidebar_border_active = "#40a02b" # Green
footer_border_active = "#40a02b" # Green
modal_border_active = "#7c7f93" # Overlay2
# ========= Background (bg) =========
full_screen_bg = "#eff1f5" # Base
file_panel_bg = "#eff1f5" # Base
sidebar_bg = "#eff1f5" # Base
footer_bg = "#eff1f5" # Base
modal_bg = "#eff1f5" # Base
# ========= Foreground (fg) =========
full_screen_fg = "#4c4f69" # Text
file_panel_fg = "#4c4f69" # Text
sidebar_fg = "#4c4f69" # Text
footer_fg = "#4c4f69" # Text
modal_fg = "#4c4f69" # Text
# ========= Special Color =========
cursor = "#dc8a78" # Rosewater
correct = "#40a02b" # Green
error = "#d20f39" # Red
hint = "#209fb5" # Sapphire
cancel = "#e64553" # Maroon
# Gradient color can only have two color!
gradient_color = ["#1e66f5", "#ca9ee6"] # [Blue, Mauve]
# ========= File Panel Special Items =========
file_panel_top_directory_icon = "#40a02b" # Green
file_panel_top_path = "#89b5fa" # Blue
file_panel_item_selected_fg = "#04a5e5" # Sky
file_panel_item_selected_bg = "#eff1f5" # Base
# ========= Sidebar Special Items =========
sidebar_title = "#209fb5" # Sapphire
sidebar_item_selected_fg = "#04a5e5" # Sky
sidebar_item_selected_bg = "#eff1f5" # Base
sidebar_divider = "#7c7f93" # Overlay2
# ========= Modal Special Items =========
modal_cancel_fg = "#eff1f5" # Base
modal_cancel_bg = "#e64553" # Maroon
modal_confirm_fg = "#eff1f5" # Base
modal_confirm_bg = "#04a5e5" # Sky
# ========= Help Menu =========
help_menu_hotkey = "#04a5e5" # Sky
help_menu_title = "#fe640b" # Peach

View file

@ -0,0 +1,67 @@
# Catppuccin Macchiato Flavor
# Theme create by: https://github.com/GV14982
# Update by(sort by time):
#
# Thanks for all contributor!!
# If you want to make sidebar border display just set it same as sidebar background color
# Code syntax highlight theme (you can go to https://github.com/alecthomas/chroma/blob/master/styles to find one you like)
code_syntax_highlight = "catppuccin-macchiato"
# ========= Border =========
file_panel_border = "#6e738d" # Overlay0
sidebar_border = "#24273a" # Base
footer_border = "#6e738d" # Overlay0
# ========= Border Active =========
file_panel_border_active = "#b7bdf8" # Lavendar
sidebar_border_active = "#ed8796" # Red
footer_border_active = "#a6da95" # Green
modal_border_active = "#939ab7" # Overlay2
# ========= Background (bg) =========
full_screen_bg = "#24273a" # Base
file_panel_bg = "#24273a" # Base
sidebar_bg = "#24273a" # Base
footer_bg = "#24273a" # Base
modal_bg = "#24273a" # Base
# ========= Foreground (fg) =========
full_screen_fg = "#a5adcb" # Subtext0
file_panel_fg = "#a5adcb" # Subtext0
sidebar_fg = "#a5adcb" # Subtext0
footer_fg = "#a5adcb" # Subtext0
modal_fg = "#a5adcb" # Subtext0
# ========= Special Color =========
cursor = "#f4dbd6" # Rosewater
correct = "#a6da95" # Green
error = "#ed8796" # Red
hint = "#7dc4e4" # Sapphire
cancel = "#ee99a0" # Maroon
# Gradient color can only have two color!
gradient_color = ["#8aadf4", "#c6a0f6"] # [Blue, Mauve]
# ========= File Panel Special Items =========
file_panel_top_directory_icon = "#a6da95" # Green
file_panel_top_path = "#8aadf4" # Blue
file_panel_item_selected_fg = "#91d7e3" # Sky
file_panel_item_selected_bg = "#24273a" # Base
# ========= Sidebar Special Items =========
sidebar_title = "#7dc4e4" # Sapphire
sidebar_item_selected_fg = "#91d7e3" # Sky
sidebar_item_selected_bg = "#24273a" # Base
sidebar_divider = "#939ab7" # Overlay2
# ========= Modal Special Items =========
modal_cancel_fg = "#363a4f" # Surface0
modal_cancel_bg = "#ee99a0" # Maroon
modal_confirm_fg = "#363a4f" # Surface0
modal_confirm_bg = "#91d7e3" # Sky
# ========= Help Menu =========
help_menu_hotkey = "#91d7e3" # Sky
help_menu_title = "#ee99a0" # Maroon

View file

@ -0,0 +1,67 @@
# Catppuccin
# Theme create by: https://github.com/AnshumanNeon
# Update by(sort by time):
#
# Thanks for all contributor!!
# If you want to make sidebar border display just set it same as sidebar background color
# Code syntax highlight theme (you can go to https://github.com/alecthomas/chroma/blob/master/styles to find one you like)
code_syntax_highlight = "catppuccin-mocha"
# ========= Border =========
file_panel_border = "#6c7086"
sidebar_border = "#1e1e2e"
footer_border = "#6c7086"
# ========= Border Active =========
file_panel_border_active = "#b4befe"
sidebar_border_active = "#f38ba8"
footer_border_active = "#a6e3a1"
modal_border_active = "#868686"
# ========= Background (bg) =========
full_screen_bg = "#1e1e2e"
file_panel_bg = "#1e1e2e"
sidebar_bg = "#1e1e2e"
footer_bg = "#1e1e2e"
modal_bg = "#1e1e2e"
# ========= Foreground (fg) =========
full_screen_fg = "#a6adc8"
file_panel_fg = "#a6adc8"
sidebar_fg = "#a6adc8"
footer_fg = "#a6adc8"
modal_fg = "#a6adc8"
# ========= Special Color =========
cursor = "#f5e0dc"
correct = "#a6e3a1"
error = "#f38ba8"
hint = "#73c7ec"
cancel = "#eba0ac"
# Gradient color can only have two color!
gradient_color = ["#89b4fa", "#cba6f7"]
# ========= File Panel Special Items =========
file_panel_top_directory_icon = "#a6e3a1"
file_panel_top_path = "#89b5fa"
file_panel_item_selected_fg = "#98D0FD"
file_panel_item_selected_bg = "#1e1e2e"
# ========= Sidebar Special Items =========
sidebar_title = "#74c7ec"
sidebar_item_selected_fg = "#A6DBF7"
sidebar_item_selected_bg = "#1e1e2e"
sidebar_divider = "#868686"
# ========= Modal Special Items =========
modal_cancel_fg = "#383838"
modal_cancel_bg = "#eba0ac"
modal_confirm_fg = "#383838"
modal_confirm_bg = "#89dceb"
# ========= Help Menu =========
help_menu_hotkey = "#89dceb"
help_menu_title = "#eba0ac"

View file

@ -0,0 +1,68 @@
# Dracula
# Theme create by: https://github.com/BeanieBarrow
# Update by(sort by time):
#
# Thanks for all contributor!!
# If you want to make sidebar border display just set it same as sidebar background color
# Code syntax highlight theme (you can go to https://github.com/alecthomas/chroma/blob/master/styles to find one you like)
code_syntax_highlight = "dracula"
# ========= Border =========
file_panel_border = "#6272a4"
sidebar_border = "#282a36"
footer_border = "#6272a4"
# ========= Border Active =========
file_panel_border_active = "#44475a"
sidebar_border_active = "#44475a"
footer_border_active = "#44475a"
modal_border_active = "#44475a"
# ========= Background (bg) =========
full_screen_bg = "#282a36"
file_panel_bg = "#282a36"
sidebar_bg = "#282a36"
footer_bg = "#282a36"
modal_bg = "#282a36"
# ========= Foreground (fg) =========
full_screen_fg = "#f8f8f2"
file_panel_fg = "#f8f8f2"
sidebar_fg = "#f8f8f2"
footer_fg = "#f8f8f2"
modal_fg = "#f8f8f2"
# ========= Special Color =========
cursor = "#ff79c6"
correct = "#50fa7b"
error = "#ff5555"
hint = "#8be9fd"
cancel = "#6272a4"
# Gradient color can only have two color!
gradient_color = ["#50fa7b", "#ff5555"]
# ========= File Panel Special Items =========
file_panel_top_directory_icon = "#50fa7b"
file_panel_top_path = "#8be9fd"
file_panel_item_selected_fg = "#ffb86c"
file_panel_item_selected_bg = "#282a36"
# ========= Sidebar Special Items =========
sidebar_title = "#bd93f9"
sidebar_item_selected_fg = "#ffb86c"
sidebar_item_selected_bg = "#282a36"
sidebar_divider = "#868686"
# ========= Modal Special Items =========
modal_cancel_fg = "#f8f8f2"
modal_cancel_bg = "#6272a4"
modal_confirm_fg = "#f8f8f2"
modal_confirm_bg = "#ffb86c"
# ========= Help Menu =========
help_menu_hotkey = "#ffb86c"
help_menu_title = "#bd93f9"

View file

@ -0,0 +1,67 @@
# Everforest Dark Medium
# Theme create by: https://github.com/dotintegral
# Update by(sort by time):
#
# Thanks for all contributor!!
# If you want to make border display just set it same as sidebar background color
# Code syntax highlight theme (you can go to https://github.com/alecthomas/chroma/blob/master/styles to find one you like)
code_syntax_highlight = "catppuccin-macchiato"
# ========= Border =========
file_panel_border = "#859289"
sidebar_border = "#2D353B"
footer_border = "#859289"
# ========= Border Active =========
file_panel_border_active = "#FFF1C5"
sidebar_border_active = "#DBBC7F"
footer_border_active = "#DBBC7F"
modal_border_active = "#859289"
# ========= Background (bg) =========
full_screen_bg = "#2D353B"
file_panel_bg = "#2D353B"
sidebar_bg = "#2D353B"
footer_bg = "#2D353B"
modal_bg = "#2D353B"
# ========= Foreground (fg) =========
full_screen_fg = "#D3C6AA"
file_panel_fg = "#D3C6AA"
sidebar_fg = "#D3C6AA"
footer_fg = "#D3C6AA"
modal_fg = "#D3C6AA"
# ========= Special Color =========
cursor = "#A7C080"
correct = "#A7C080"
error = "#E67E80"
hint = "#7FBBB3"
cancel = "#859289"
# Gradient color can only have two color!
gradient_color = ["#A7C080", "#E67E80"]
# ========= File Panel Special Items =========
file_panel_top_directory_icon = "#A7C080"
file_panel_top_path = "#7FBBB3"
file_panel_item_selected_fg = "#D699B6"
file_panel_item_selected_bg = "#232A2E"
# ========= Sidebar Special Items =========
sidebar_title = "#D699B6"
sidebar_item_selected_fg = "#E69875"
sidebar_item_selected_bg = "#2D353B"
sidebar_divider = "#859289"
# ========= Modal Special Items =========
modal_cancel_fg = "#D3C6AA"
modal_cancel_bg = "#232A2E"
modal_confirm_fg = "#D3C6AA"
modal_confirm_bg = "#E69875"
# ========= Help Menu =========
help_menu_hotkey = "#A7C080"
help_menu_title = "#E69875"

View file

@ -0,0 +1,67 @@
# Gruvbox
# Theme create by: https://github.com/yorukot
# Update by(sort by time):
#
# Thanks for all contributor!!
# If you want to make border display just set it same as sidebar background color
# Code syntax highlight theme (you can go to https://github.com/alecthomas/chroma/blob/master/styles to find one you like)
code_syntax_highlight = "gruvbox"
# ========= Border =========
file_panel_border = "#868686"
sidebar_border = "#282828"
footer_border = "#868686"
# ========= Border Active =========
file_panel_border_active = "#FFF1C5"
sidebar_border_active = "#D79921"
footer_border_active = "#D79921"
modal_border_active = "#868686"
# ========= Background (bg) =========
full_screen_bg = "#282828"
file_panel_bg = "#282828"
sidebar_bg = "#282828"
footer_bg = "#282828"
modal_bg = "#282828"
# ========= Foreground (fg) =========
full_screen_fg = "#EBDBB2"
file_panel_fg = "#EBDBB2"
sidebar_fg = "#EBDBB2"
footer_fg = "#EBDBB2"
modal_fg = "#EBDBB2"
# ========= Special Color =========
cursor = "#8EC07C"
correct = "#8ec07c"
error = "#FF6969"
hint = "#468588"
cancel = "#838383"
# Gradient color can only have two color!
gradient_color = ["#689d6a", "#fb4934"]
# ========= File Panel Special Items =========
file_panel_top_directory_icon = "#8EC07C"
file_panel_top_path = "#458588"
file_panel_item_selected_fg = "#D3869B"
file_panel_item_selected_bg = "#282828"
# ========= Sidebar Special Items =========
sidebar_title = "#CC241D"
sidebar_item_selected_fg = "#E8751A"
sidebar_item_selected_bg = "#282828"
sidebar_divider = "#868686"
# ========= Modal Special Items =========
modal_cancel_fg = "#EBDBB2"
modal_cancel_bg = "#6D6D6D"
modal_confirm_fg = "#EBDBB2"
modal_confirm_bg = "#FF4D00"
# ========= Help Menu =========
help_menu_hotkey = "#8EC07C"
help_menu_title = "#FF4D00"

View 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"

View file

@ -0,0 +1,67 @@
# Kaolin
# Theme create by: https://github.com/AnshumanNeon
# Update by(sort by time):
#
# Thanks for all contributor!!
# If you want to make border display just set it same as sidebar background color
# Code syntax highlight theme (you can go to https://github.com/alecthomas/chroma/blob/master/styles to find one you like)
code_syntax_highlight = "catppuccin-macchiato"
# ========= Border =========
file_panel_border = "#74b09a"
sidebar_border = "#17171a"
footer_border = "#74b09a"
# ========= Border Active =========
file_panel_border_active = "#74b09a"
sidebar_border_active = "#57b2c2"
footer_border_active = "#57b2c2"
modal_border_active = "#868686"
# ========= Background (bg) =========
full_screen_bg = "#17171a"
file_panel_bg = "#17171a"
sidebar_bg = "#17171a"
footer_bg = "#17171a"
modal_bg = "#17171a"
# ========= Foreground (fg) =========
full_screen_fg = "#efefef"
file_panel_fg = "#efefef"
sidebar_fg = "#efefef"
footer_fg = "#efefef"
modal_fg = "#efefef"
# ========= Special Color =========
cursor = "#f5c791"
correct = "#74b09a"
error = "#c74a4d"
hint = "#4fa8a3"
cancel = "#d7936d"
# Gradient color can only have two color!
gradient_color = ["#74b09a", "#c74a4d"]
# ========= File Panel Special Items =========
file_panel_top_directory_icon = "#f5c791"
file_panel_top_path = "#d7936d"
file_panel_item_selected_fg = "#4fa8a3"
file_panel_item_selected_bg = "#17171a"
# ========= Sidebar Special Items =========
sidebar_title = "#f5c791"
sidebar_item_selected_fg = "#ba667d"
sidebar_item_selected_bg = "#17171a"
sidebar_divider = "#868686"
# ========= Modal Special Items =========
modal_cancel_fg = "#eedcc1"
modal_cancel_bg = "#c74a4d"
modal_confirm_fg = "#eedcc1"
modal_confirm_bg = "#3e594a"
# ========= Help Menu =========
help_menu_hotkey = "#4fa8a3"
help_menu_title = "#f5c791"

View file

@ -0,0 +1,67 @@
# Nord
# Theme create by: https://github.com/rames-eltany
# Update by(sort by time):
#
# Thanks for all contributor!!
# If you want to make border display just set it same as sidebar background color
# Code syntax highlight theme (you can go to https://github.com/alecthomas/chroma/blob/master/styles to find one you like)
code_syntax_highlight = "nord"
# ========= Border =========
file_panel_border = "#4c566a"
sidebar_border = "#2e3440"
footer_border = "#4c566a"
# ========= Border Active =========
file_panel_border_active = "#d8dee9"
sidebar_border_active = "#b48ead"
footer_border_active = "#b48ead"
modal_border_active = "#868686"
# ========= Background (bg) =========
full_screen_bg = "#2e3440"
file_panel_bg = "#2e3440"
sidebar_bg = "#2e3440"
footer_bg = "#2e3440"
modal_bg = "#2e3440"
# ========= Foreground (fg) =========
full_screen_fg = "#e5e9f0"
file_panel_fg = "#e5e9f0"
sidebar_fg = "#e5e9f0"
footer_fg = "#e5e9f0"
modal_fg = "#e5e9f0"
# ========= Special Color =========
cursor = "#88c0d0"
correct = "#88c0d0"
error = "#bf616a"
hint = "#8fbcbb"
cancel = "#d8dee9"
# Gradient color can only have two color!
gradient_color = ["#81a1c1", "#bf616a"]
# ========= File Panel Special Items =========
file_panel_top_directory_icon = "#88c0d0"
file_panel_top_path = "#88c0d0"
file_panel_item_selected_fg = "#bf616a"
file_panel_item_selected_bg = "#2e3440"
# ========= Sidebar Special Items =========
sidebar_title = "#81a1c1"
sidebar_item_selected_fg = "#88c0d0"
sidebar_item_selected_bg = "#2e3440"
sidebar_divider = "#868686"
# ========= Modal Special Items =========
modal_cancel_fg = "#e5e9f0"
modal_cancel_bg = "#4c566a"
modal_confirm_fg = "#e5e9f0"
modal_confirm_bg = "#bf616a"
# ========= Help Menu =========
help_menu_hotkey = "#8fbcbb"
help_menu_title = "#81a1c1"

View file

@ -0,0 +1,67 @@
# OneDark
# Theme create by: https://github.com/CommandJoo
# Update by(sort by time):
#
# Thanks for all contributor!!
# If you want to make sidebar border display just set it same as sidebar background color
# Code syntax highlight theme (you can go to https://github.com/alecthomas/chroma/blob/master/styles to find one you like)
code_syntax_highlight = "onedark"
# ========= Border =========
file_panel_border = "#737994" # Overlay0
sidebar_border = "#737994" # Base
footer_border = "#737994" # Overlay0
# ========= Border Active =========
file_panel_border_active = "#57A5E5" # Lavendar
sidebar_border_active = "#DE5D68" # Red
footer_border_active = "#8FB573" # Green
modal_border_active = "#51A8B3" # Overlay2
# ========= Background (bg) =========
full_screen_bg = "#2C2D31" # Base
file_panel_bg = "#232326" # Base
sidebar_bg = "#232326" # Base
footer_bg = "#232326" # Base
modal_bg = "#35363B" # Base
# ========= Foreground (fg) =========
full_screen_fg = "#A7AAB0" # Subtext0
file_panel_fg = "#A7AAB0" # Subtext0
sidebar_fg = "#A7AAB0" # Subtext0
footer_fg = "#A7AAB0" # Subtext0
modal_fg = "#A7AAB0" # Subtext0
# ========= Special Color =========
cursor = "#68AEE8" # Rosewater
correct = "#a6d189" # Green
error = "#DE5D68" # Red
hint = "#68AEE8" # Sapphire
cancel = "#C49060" # Maroon
# Gradient color can only have two color!
gradient_color = ["#68AEE8", "#BB70D2"] # [Blue, Mauve]
# ========= File Panel Special Items =========
file_panel_top_directory_icon = "#DBB671" # Green
file_panel_top_path = "#DBB671" # Blue
file_panel_item_selected_fg = "#51A8B3" # Sky
file_panel_item_selected_bg = "#2C2D31" # Base
# ========= Sidebar Special Items =========
sidebar_title = "#57A5E5" # Sapphire
sidebar_item_selected_fg = "#51A8B3" # Sky
sidebar_item_selected_bg = "#2C2D31" # Base
sidebar_divider = "#818387" # Overlay2
# ========= Modal Special Items =========
modal_cancel_fg = "#414559" # Surface0
modal_cancel_bg = "#DE5D68" # Maroon
modal_confirm_fg = "#414559" # Surface0
modal_confirm_bg = "#51A8B3" # Sky
# ========= Help Menu =========
help_menu_hotkey = "#51A8B3" # Sky
help_menu_title = "#BB70D2" # Maroon

View file

@ -0,0 +1,67 @@
# Poimandres
# Theme create by: https://github.com/Myles-J
# Update by(sort by time):
# - Update code_syntax_highlight(I couldn't find a matching theme so I'm using this one for now.) - github.com/yorukot
# Thanks for all contributor!!
# If you want to make border display just set it same as sidebar background color
# Code syntax highlight theme (you can go to https://github.com/alecthomas/chroma/blob/master/styles to find one you like)
code_syntax_highlight = "catppuccin-mocha"
# ========= Border =========
file_panel_border = "#6c7086"
sidebar_border = "#2a303c"
footer_border = "#6c7086"
# ========= Border Active =========
file_panel_border_active = "#7fbbb3"
sidebar_border_active = "#7fbbb3"
footer_border_active = "#7fbbb3"
modal_border_active = "#7fbbb3"
# ========= Background (bg) =========
full_screen_bg = "#1b1d24"
file_panel_bg = "#1b1d24"
sidebar_bg = "#1b1d24"
footer_bg = "#1b1d24"
modal_bg = "#1b1d24"
# ========= Foreground (fg) =========
full_screen_fg = "#cdd6f4"
file_panel_fg = "#cdd6f4"
sidebar_fg = "#cdd6f4"
footer_fg = "#cdd6f4"
modal_fg = "#cdd6f4"
# ========= Special Color =========
cursor = "#74c7ec"
correct = "#a6e3a1"
error = "#f38ba8"
hint = "#89b4fa"
cancel = "#6c7086"
# Gradient color can only have two color!
gradient_color = ["#a6e3a1", "#f38ba8"]
# ========= File Panel Special Items =========
file_panel_top_directory_icon = "#a6e3a1"
file_panel_top_path = "#89b4fa"
file_panel_item_selected_fg = "#a6e3a1"
file_panel_item_selected_bg = "#2a303c"
# ========= Sidebar Special Items =========
sidebar_title = "#cba6f7"
sidebar_item_selected_fg = "#a6e3a1"
sidebar_item_selected_bg = "#2a303c"
sidebar_divider = "#6c7086"
# ========= Modal Special Items =========
modal_cancel_fg = "#cdd6f4"
modal_cancel_bg = "#6c7086"
modal_confirm_fg = "#cdd6f4"
modal_confirm_bg = "#4a4e69"
# ========= Help Menu =========
help_menu_hotkey = "#a6e3a1"
help_menu_title = "#cba6f7"

View file

@ -0,0 +1,67 @@
# Rose Pine
# 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
# Code syntax highlight theme (you can go to https://github.com/alecthomas/chroma/blob/master/styles to find one you like)
code_syntax_highlight = "rose-pine"
# ========= Border =========
file_panel_border = "#403d52"
sidebar_border = "#191724"
footer_border = "#403d52"
# ========= Border Active =========
file_panel_border_active = "#6e6e86"
sidebar_border_active = "#c4a7e7"
footer_border_active = "#f6c177"
modal_border_active = "#868686"
# ========= Background (bg) =========
full_screen_bg = "#191724"
file_panel_bg = "#191724"
sidebar_bg = "#191724"
footer_bg = "#191724"
modal_bg = "#191724"
# ========= Foreground (fg) =========
full_screen_fg = "#e0def4"
file_panel_fg = "#e0def4"
sidebar_fg = "#e0def4"
footer_fg = "#e0def4"
modal_fg = "#e0def4"
# ========= Special Color =========
cursor = "#9ccfd8"
correct = "#8ec07c"
error = "#ff6969"
hint = "#31784f"
cancel = "#838383"
# Gradient color can only have two color!
gradient_color = ["#31784f", "#eb6f92"]
# ========= File Panel Special Items =========
file_panel_top_directory_icon = "#9ccfd8"
file_panel_top_path = "#ebbcba"
file_panel_item_selected_fg = "#c4a7e7"
file_panel_item_selected_bg = "#191724"
# ========= Sidebar Special Items =========
sidebar_title = "#6e6e86"
sidebar_item_selected_fg = "#f6c177"
sidebar_item_selected_bg = "#191724"
sidebar_divider = "#868686"
# ========= Modal Special Items =========
modal_cancel_fg = "#e0def4"
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,67 @@
# Sugarplum
# Theme create by: https://github.com/lemonlime0x3C33
# Update by(sort by time):
#
# Thanks for all contributor!!
# If you want to make border display just set it same as sidebar background color
# Code syntax highlight theme (you can go to https://github.com/alecthomas/chroma/blob/master/styles to find one you like)
code_syntax_highlight = "catppuccin-macchiato"
# ========= Border =========
file_panel_border = "#a175d4"
sidebar_border = "a175d4"
footer_border = "#a175d4"
# ========= Border Active =========
file_panel_border_active = "#53aaa1"
sidebar_border_active = "#53aaa1"
footer_border_active = "#53aaa1"
modal_border_active = "#53aaa1"
# ========= Background (bg) =========
full_screen_bg = "#111147"
file_panel_bg = "#111147"
sidebar_bg = "#111147"
footer_bg = "#111147"
modal_bg = "#111147"
# ========= Foreground (fg) =========
full_screen_fg = "#db7ddd"
file_panel_fg = "#db7ddd"
sidebar_fg = "#d0beee"
footer_fg = "#5ca8dc"
modal_fg = "#98c7a3"
# ========= Special Color =========
cursor = "#53b397"
correct = "#524094"
error = "#2082a6"
hint = "#91d4c2"
cancel = "#b53dff"
# Gradient color can only have two color!
gradient_color = ["#249a84", "#5ca8dc"]
# ========= File Panel Special Items =========
file_panel_top_directory_icon = "#249a84"
file_panel_top_path = "#249a84"
file_panel_item_selected_fg = "#53b397"
file_panel_item_selected_bg = "#53b397"
# ========= Sidebar Special Items =========
sidebar_title = "#db7ddd"
sidebar_item_selected_fg = "#249a84"
sidebar_item_selected_bg = "#111147"
sidebar_divider = "#565f89"
# ========= Modal Special Items =========
modal_cancel_fg = "#7c4094"
modal_cancel_bg = "#7c4094"
modal_confirm_fg = "#7c4094"
modal_confirm_bg = "#7c4094"
# ========= Help Menu =========
help_menu_hotkey = "#7dcfff"
help_menu_title = "#73daca"

View file

@ -0,0 +1,67 @@
# 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
# Code syntax highlight theme (you can go to https://github.com/alecthomas/chroma/blob/master/styles to find one you like)
code_syntax_highlight = "catppuccin-macchiato"
# ========= 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"

View file

@ -16,7 +16,8 @@ yay -S --needed neovim \
btop \ btop \
zoxide fzf \ zoxide fzf \
ueli \ ueli \
evremap evremap \
superfile
if [ $XDG_SESSION_DESKTOP = "i3" ]; then if [ $XDG_SESSION_DESKTOP = "i3" ]; then
echo -e "${CYAN}# Installing dependencies (for i3)${NC}" echo -e "${CYAN}# Installing dependencies (for i3)${NC}"