chore: remove superfile

This commit is contained in:
Stefan Imhoff
2024-07-12 20:32:23 +02:00
parent 4204986e77
commit 89d0e66d35
19 changed files with 0 additions and 964 deletions

View File

@@ -19,7 +19,6 @@
~/.config/sesh: sesh
~/.config/sketchybar: sketchybar
~/.config/starship.toml: prompt/starship.toml
~/.config/superfile: superfile
~/.config/tmux/tmux-nerd-font-window-name.yml: tmux/tmux-nerd-font-window-name.yml
~/.config/zed/settings.json: zed/settings.json
~/.curlrc: url/curlrc

View File

@@ -376,8 +376,6 @@ brew "ssh-copy-id"
brew "starship"
# Supabase CLI
brew "supabase"
# Modern and pretty fancy file manager for the terminal
brew "superfile"
# Nodejs-based tool for optimizing SVG vector graphics files
brew "svgo"
# Open source continuous file synchronization application

View File

@@ -1,39 +0,0 @@
# change your theme
theme = 'catpuccin'
#
# 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
#
# ================ Style =================
#
# 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 less than 10 and greater than 1 (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

View File

@@ -1,49 +0,0 @@
# =================================================================================================
# Here is global, all global key can't conflicts with other hotkeys
confirm = ['enter', '']
quit = ['esc', 'q']
# movement
list_up = ['up', 'k']
list_down = ['down', 'j']
# file panel control
close_file_panel = ['ctrl+w', '']
create_new_file_panel = ['ctrl+n', '']
next_file_panel = ['tab', 'L']
previous_file_panel = ['shift+left', 'H']
toggle_file_preview_panel = ['f', '']
# 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 = ['r', '']
# file operate
copy_items = ['ctrl+c', '']
paste_items = ['ctrl+v', '']
cut_items = ['ctrl+x', '']
delete_items = ['ctrl+d', 'delete']
# compress and extract
extract_file = ['ctrl+e', '']
compress_file = ['ctrl+r', '']
# editor
open_file_with_editor = ['e', '']
open_current_directory_with_editor = ['E', '']
# else
pinned_directory = ['ctrl+p', '']
toggle_dot_file = ['ctrl+h', '']
change_panel_mode = ['v', '']
open_help_menu = ['?', '']
# =================================================================================================
# Here is typing hotkey can conflict with all hotkeys
confirm_typing = ['enter', '']
cancel_typing = ['ctrl+c', 'esc']
# =================================================================================================
# Here is normal mode hotkey you can conflicts with other mode (can't conflicts with global hotkey)
parent_directory = ['h', 'backspace']
search_bar = ['ctrl+f', '']
# =================================================================================================
# Here is select mode hotkey you can conflicts with other mode (can't conflicts with global hotkey)
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

@@ -1,67 +0,0 @@
# 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

@@ -1,67 +0,0 @@
# 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

@@ -1,67 +0,0 @@
# 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

@@ -1,67 +0,0 @@
# 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

@@ -1,64 +0,0 @@
# Catpuccin
# 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
# ========= 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

@@ -1,68 +0,0 @@
# 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

@@ -1,67 +0,0 @@
# 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

@@ -1,67 +0,0 @@
# 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

@@ -1,67 +0,0 @@
# 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

@@ -1,67 +0,0 @@
# 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

@@ -1,67 +0,0 @@
# 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

@@ -1,67 +0,0 @@
# 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

@@ -1,67 +0,0 @@
# 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

@@ -104,9 +104,6 @@ bind O new-window -c "#{pane_current_path}" -n " " lf
# Yazi Terminal File Manager
bind W new-window -c "#{pane_current_path}" -n " " yazi
# Superfile Terminal File Manager
bind f new-window -c "#{pane_current_path}" -n "󰪶 " spf
# Run Neovim Telescope find files
bind F run-shell "nvr-tmux --remote-send '<ESC>:Telescope find_files<CR>'"

View File

@@ -126,7 +126,6 @@ config.keys = {
{ key = "q", mods = "CTRL|ALT", action = wezterm.action({ SendString = "\2d" }) }, -- Detach session
{ key = "r", mods = "CTRL|ALT", action = wezterm.action({ SendString = "\2R" }) }, -- Return to last session
{ key = "t", mods = "CTRL|ALT", action = wezterm.action({ SendString = "\2c" }) }, -- New window
{ key = "s", mods = "CTRL|ALT", action = wezterm.action({ SendString = "\2f" }) }, -- Superfile
{ key = "w", mods = "CTRL|ALT", action = wezterm.action({ SendString = "\2x" }) }, -- Close window
{ key = "y", mods = "CTRL|ALT", action = wezterm.action({ SendString = "\2W" }) }, -- Yazi
{ key = "z", mods = "CTRL|ALT", action = wezterm.action({ SendString = "\2z" }) }, -- Zoom into window