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