Files
omarchy-ash-theme/ash-light/superfile.toml
T

52 lines
1.3 KiB
TOML

# ========= Border =========
file_panel_border = '#5b5449'
sidebar_border = '#5b5449'
footer_border = '#5b5449'
# ========= Border Active =========
file_panel_border_active = '#a85f1d'
sidebar_border_active = '#a85f1d'
footer_border_active = '#a85f1d'
modal_border_active = '#a85f1d'
# ========= Background (bg) =========
full_screen_bg = '#e9e3d5'
file_panel_bg = '#e9e3d5'
sidebar_bg = '#e9e3d5'
footer_bg = '#e9e3d5'
modal_bg = '#e9e3d5'
# ========= Foreground (fg) =========
full_screen_fg = '#2a2822'
file_panel_fg = '#2a2822'
sidebar_fg = '#2a2822'
footer_fg = '#2a2822'
modal_fg = '#2a2822'
# ========= Special Color =========
cursor = '#2a2822'
correct = '#5c6631'
error = '#96392a'
hint = '#3d6b72'
cancel = '#96392a'
gradient_color = ['#e9e3d5', "#8d8578"]
# ========= File Panel Special Items =========
file_panel_top_directory_icon = '#e9e3d5'
file_panel_top_path = '#8d8578'
file_panel_item_selected_fg = '#8d8578'
file_panel_item_selected_bg = '#e9e3d5'
# ========= Sidebar Special Items =========
sidebar_title = '#2a2822'
sidebar_item_selected_fg = '#8d8578'
sidebar_item_selected_bg = '#e9e3d5'
sidebar_divider = '#5b5449'
# ========= Modal Special Items =========
modal_cancel_fg = "#2a2822"
modal_cancel_bg = '#96392a'
modal_confirm_fg = "#2a2822"
modal_confirm_bg = '#5c6631'