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 @@
# 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