Adds superfile
This commit is contained in:
parent
b0978cd863
commit
cf590e48bd
19 changed files with 1189 additions and 1 deletions
68
.config/superfile/theme/dracula.toml
Normal file
68
.config/superfile/theme/dracula.toml
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
# Dracula
|
||||
# Theme create by: https://github.com/BeanieBarrow
|
||||
# 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 = "dracula"
|
||||
|
||||
# ========= Border =========
|
||||
file_panel_border = "#6272a4"
|
||||
sidebar_border = "#282a36"
|
||||
footer_border = "#6272a4"
|
||||
|
||||
# ========= Border Active =========
|
||||
file_panel_border_active = "#44475a"
|
||||
sidebar_border_active = "#44475a"
|
||||
footer_border_active = "#44475a"
|
||||
modal_border_active = "#44475a"
|
||||
|
||||
# ========= Background (bg) =========
|
||||
full_screen_bg = "#282a36"
|
||||
file_panel_bg = "#282a36"
|
||||
sidebar_bg = "#282a36"
|
||||
footer_bg = "#282a36"
|
||||
modal_bg = "#282a36"
|
||||
|
||||
# ========= Foreground (fg) =========
|
||||
full_screen_fg = "#f8f8f2"
|
||||
file_panel_fg = "#f8f8f2"
|
||||
sidebar_fg = "#f8f8f2"
|
||||
footer_fg = "#f8f8f2"
|
||||
modal_fg = "#f8f8f2"
|
||||
|
||||
# ========= Special Color =========
|
||||
cursor = "#ff79c6"
|
||||
correct = "#50fa7b"
|
||||
error = "#ff5555"
|
||||
hint = "#8be9fd"
|
||||
cancel = "#6272a4"
|
||||
# Gradient color can only have two color!
|
||||
gradient_color = ["#50fa7b", "#ff5555"]
|
||||
|
||||
# ========= File Panel Special Items =========
|
||||
file_panel_top_directory_icon = "#50fa7b"
|
||||
file_panel_top_path = "#8be9fd"
|
||||
file_panel_item_selected_fg = "#ffb86c"
|
||||
file_panel_item_selected_bg = "#282a36"
|
||||
|
||||
# ========= Sidebar Special Items =========
|
||||
sidebar_title = "#bd93f9"
|
||||
sidebar_item_selected_fg = "#ffb86c"
|
||||
sidebar_item_selected_bg = "#282a36"
|
||||
sidebar_divider = "#868686"
|
||||
|
||||
# ========= Modal Special Items =========
|
||||
modal_cancel_fg = "#f8f8f2"
|
||||
modal_cancel_bg = "#6272a4"
|
||||
|
||||
modal_confirm_fg = "#f8f8f2"
|
||||
modal_confirm_bg = "#ffb86c"
|
||||
|
||||
|
||||
# ========= Help Menu =========
|
||||
help_menu_hotkey = "#ffb86c"
|
||||
help_menu_title = "#bd93f9"
|
||||
Loading…
Add table
Add a link
Reference in a new issue