feat: add ash light/dark omarchy themes derived from harbor
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
|
||||
# ========= Border =========
|
||||
file_panel_border = '#E1CE98'
|
||||
sidebar_border = '#E1CE98'
|
||||
footer_border = '#E1CE98'
|
||||
|
||||
# ========= Border Active =========
|
||||
file_panel_border_active = '#e58980'
|
||||
sidebar_border_active = '#e58980'
|
||||
footer_border_active = '#e58980'
|
||||
modal_border_active = '#e58980'
|
||||
|
||||
# ========= Background (bg) =========
|
||||
full_screen_bg = '#1B1B1B'
|
||||
file_panel_bg = '#1B1B1B'
|
||||
sidebar_bg = '#1B1B1B'
|
||||
footer_bg = '#1B1B1B'
|
||||
modal_bg = '#1B1B1B'
|
||||
|
||||
# ========= Foreground (fg) =========
|
||||
full_screen_fg = '#efebdc'
|
||||
file_panel_fg = '#efebdc'
|
||||
sidebar_fg = '#efebdc'
|
||||
footer_fg = '#efebdc'
|
||||
modal_fg = '#efebdc'
|
||||
|
||||
# ========= Special Color =========
|
||||
cursor = '#efebdc'
|
||||
correct = '#e75a50'
|
||||
error = '#F44336'
|
||||
hint = '#6d6d6d'
|
||||
cancel = '#F44336'
|
||||
gradient_color = ['#1B1B1B', "#817f68"]
|
||||
|
||||
# ========= File Panel Special Items =========
|
||||
file_panel_top_directory_icon = '#1B1B1B'
|
||||
file_panel_top_path = '#817f68'
|
||||
file_panel_item_selected_fg = '#817f68'
|
||||
file_panel_item_selected_bg = '#1B1B1B'
|
||||
|
||||
# ========= Sidebar Special Items =========
|
||||
sidebar_title = '#efebdc'
|
||||
sidebar_item_selected_fg = '#817f68'
|
||||
sidebar_item_selected_bg = '#1B1B1B'
|
||||
sidebar_divider = '#E1CE98'
|
||||
|
||||
# ========= Modal Special Items =========
|
||||
modal_cancel_fg = "#383838"
|
||||
modal_cancel_bg = '#F44336'
|
||||
modal_confirm_fg = "#383838"
|
||||
modal_confirm_bg = '#e75a50'
|
||||
Reference in New Issue
Block a user