Adds superfile
This commit is contained in:
parent
b0978cd863
commit
cf590e48bd
19 changed files with 1189 additions and 1 deletions
67
.config/superfile/theme/nord.toml
Normal file
67
.config/superfile/theme/nord.toml
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
# 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue