This commit is contained in:
Belal Elsabbagh
2026-02-01 08:33:07 +02:00
parent bb79366354
commit 746a957b35
13 changed files with 652 additions and 102 deletions

View File

@@ -0,0 +1,221 @@
# vim:fileencoding=utf-8:foldmethod=marker
# : Manager {{{
[mgr]
cwd = { fg = "#83a598" }
# Find
find_keyword = { fg = "#b8bb26", bold = true, italic = true, underline = true }
find_position = { fg = "#fe8019", bg = "reset", bold = true, italic = true }
# Symlink
symlink_target = { italic = true }
# Marker
marker_copied = { fg = "#8ec07c", bg = "#8ec07c" }
marker_cut = { fg = "#d3869b", bg = "#d3869b" }
marker_marked = { fg = "#83a598", bg = "#83a598" }
marker_selected = { fg = "#fbf1c7", bg = "#fbf1c7" }
# Count
count_copied = { fg = "#282828", bg = "#8ec07c" }
count_cut = { fg = "#282828", bg = "#d3869b" }
count_selected = { fg = "#282828", bg = "#fbf1c7" }
# Border
border_symbol = "│"
border_style = { fg = "#665c54" }
# : }}}
# : Tabs {{{
[tabs]
active = { fg = "#282828", bg = "#a89984" }
inactive = { fg = "#a89984", bg = "#504945" }
# Separator
sep_inner = { open = "", close = "" }
sep_outer = { open = "", close = "" }
# : }}}
# : Mode {{{
[mode]
normal_main = { fg = "#282828", bg = "#a89984", bold = true }
normal_alt = { fg = "#a89984", bg = "#504945" }
# Select mode
select_main = { fg = "#282828", bg = "#fe8019", bold = true }
select_alt = { fg = "#a89984", bg = "#504945" }
# Unset mode
unset_main = { fg = "#282828", bg = "#b8bb26", bold = true }
unset_alt = { fg = "#a89984", bg = "#504945" }
# : }}}
# : Indicator of hovered file {{{
[indicator]
parent = { reversed = true }
current = { reversed = true }
preview = { underline = true }
padding = { open = "█", close = "█" }
# : }}}
# : Status {{{
[status]
overall = { }
sep_left = { open = "\ue0be", close = "\ue0b8" }
sep_right = { open = "\ue0be", close = "\ue0b8" }
# Permissions
perm_sep = { fg = "#665c54" }
perm_type = { fg = "#504945" }
perm_read = { fg = "#b8bb26" }
perm_write = { fg = "#fb4934" }
perm_exec = { fg = "#b8bb26" }
# Progress
progress_label = { fg = "#ebdbb2", bold = true }
progress_normal = { fg = "#504945", bg = "#3c3836" }
progress_error = { fg = "#fb4934", bg = "#3c3836" }
# : }}}
# : Which {{{
[which]
cols = 3
mask = { bg = "#3c3836" }
cand = { fg = "#83a598" }
rest = { fg = "#928374" }
desc = { fg = "#fe8019" }
separator = "  "
separator_style = { fg = "#504945" }
# : }}}
# : Confirmation {{{
[confirm]
border = { fg = "#a89984" }
title = { fg = "#83a598" }
body = { fg = "#fbf1c7" }
list = { fg = "#ebdbb2" }
btn_yes = { reversed = true, fg = "#ebdbb2" }
btn_no = {}
btn_labels = [ " [Y]es ", " (N)o " ]
# : }}}
# : Spotter {{{
[spot]
border = { fg = "#83a598" }
title = { fg = "#83a598" }
# Table
tbl_col = { fg = "#83a598" }
tbl_cell = { fg = "#fabd2f", reversed = true }
# : }}}
# : Notification {{{
[notify]
title_info = { fg = "#8ec07c" }
title_warn = { fg = "#fbf1c7" }
title_error = { fg = "#d3869b" }
# : }}}
# : Picker {{{
[pick]
border = { fg = "#458588" }
active = { fg = "#d3869b", bold = true }
inactive = {}
# : }}}
# : Input {{{
[input]
border = { fg = "#ebdbb2" }
title = {}
value = {}
selected = { reversed = true }
# : }}}
# : Completion {{{
[cmp]
border = { fg = "#a89984" }
active = { reversed = true, fg = "#83a598" }
inactive = { fg = "#ebdbb2" }
# : Task manager {{{
[tasks]
border = { fg = "#504945" }
title = {}
hovered = { underline = true }
# : }}}
# : Help {{{
[help]
on = { fg = "#83a598" }
run = { fg = "#d3869b" }
desc = {}
hovered = { reversed = true, bold = true }
footer = { fg = "#3c3836", bg = "#a89984" }
# : }}}
# : File-specific styles {{{
[filetype]
rules = [
# Images
{ mime = "image/*", fg = "#d3869b" },
# Media
{ mime = "{audio,video}/*", fg = "#fabd2f" },
# Archives
{ mime = "application/*zip", fg = "#fb4934" },
{ mime = "application/x-{tar,bzip*,7z-compressed,xz,rar}", fg =
"#fb4934" },
# Documents
{ mime = "application/{pdf,doc,rtf,vnd.*}", fg = "#689d6a" },
# Fallback
{ url = "*", fg = "#ebdbb2" },
{ url = "*/", fg = "#83a598" },
]
# : }}}

View File

@@ -0,0 +1,145 @@
## Color palette
## Check https://github.com/rebelot/kanagawa.nvim for more details
# sumiInk0 "#16161d" dark bg
# sumiInk3 "#181616" bg
# sumiInk4 "#0d0c0c"
# sumiInk6 "#54546d"
# fujiWhite "#c5c9c5" fg
# oldWhite "#7fb4ca" dark fg
# fujiGray "#a6a69c"
# peachRed "#ff5d62"
# autumnRed "#c4746e"
# crystalBlue "#8ba4b0"
# waveRed "#e46876"
# carpYellow "#e6c384"
# springGreen "#8a9a7b"
# autumnGreen "#76946a"
# oniViolet "#a292a3"
# waveAqua1 "#6a9589"
# surimiOrange "#e46876"
# waveAqua2 "#7aa89f"
[manager]
marker_copied = { fg = "#8a9a7b", bg = "#8a9a7b" }
marker_cut = { fg = "#e46876", bg = "#e46876" }
marker_marked = { fg = "#a292a3", bg = "#a292a3" }
marker_selected = { fg = "#e46876", bg = "#e46876" }
cwd = { fg = "#e6c384" }
hovered = { reversed = true }
preview_hovered = { reversed = true }
find_keyword = { fg = "#e46876", bg = "#181616" }
find_position = {}
tab_active = { reversed = true }
tab_inactive = {}
tab_width = 1
count_copied = { fg = "#181616", bg = "#8a9a7b" }
count_cut = { fg = "#181616", bg = "#e46876" }
count_selected = { fg = "#181616", bg = "#e6c384" }
border_symbol = "│"
border_style = { fg = "#c5c9c5" }
[mode]
normal_main = { fg = "#181616", bg = "#8ba4b0" }
normal_alt = { fg = "#8ba4b0", bg = "#0d0c0c" }
select_main = { fg = "#181616", bg = "#a292a3" }
select_alt = { fg = "#a292a3", bg = "#0d0c0c" }
unset_main = { fg = "#181616", bg = "#e6c384" }
unset_alt = { fg = "#e6c384", bg = "#0d0c0c" }
[status]
sep_left = { open = "", close = "" }
sep_right = { open = "", close = "" }
overall = { fg = "#7fb4ca", bg = "#16161d" }
progress_label = { fg = "#8ba4b0", bg = "#0d0c0c", bold = true }
progress_normal = { fg = "#0d0c0c", bg = "#181616" }
progress_error = { fg = "#0d0c0c", bg = "#181616" }
perm_type = { fg = "#8a9a7b" }
perm_read = { fg = "#e6c384" }
perm_write = { fg = "#ff5d62" }
perm_exec = { fg = "#7aa89f" }
perm_sep = { fg = "#a292a3" }
[pick]
border = { fg = "#8ea4a2" }
active = { fg = "#a292a3", bold = true }
inactive = {}
[input]
border = { fg = "#8ea4a2" }
title = {}
value = {}
selected = { reversed = true }
[completion]
border = { fg = "#8ea4a2" }
active = { reversed = true }
inactive = {}
[tasks]
border = { fg = "#8ea4a2" }
title = {}
hovered = { fg = "#a292a3" }
[which]
cols = 2
separator = " - "
separator_style = { fg = "#a6a69c" }
mask = { bg = "#16161d" }
rest = { fg = "#a6a69c" }
cand = { fg = "#8ba4b0" }
desc = { fg = "#54546d" }
[help]
on = { fg = "#7aa89f" }
run = { fg = "#a292a3" }
desc = {}
hovered = { reversed = true, bold = true }
footer = { fg = "#181616", bg = "#c5c9c5" }
[notify]
title_info = { fg = "#8a9a7b" }
title_warn = { fg = "#e6c384" }
title_error = { fg = "#ff5d62" }
[filetype]
rules = [
# images
{ mime = "image/*", fg = "#e6c384" },
# media
{ mime = "{audio,video}/*", fg = "#a292a3" },
# archives
{ mime =
"application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}",
fg = "#e46876" },
# documents
{ mime = "application/{pdf,doc,rtf,vnd.*}", fg =
"#6a9589" },
# broken links
{ name = "*", is = "orphan", fg =
"#c4746e" },
# executables
{ name = "*", is = "exec", fg =
"#76946a" },
# fallback
{ name = "*", fg =
"#c5c9c5" },
{ name = "*/", fg =
"#8ba4b0" },
]
]