From ae78dbbff81196f1d7bc8fabf84d05e6b9f3ca03 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 28 Apr 2026 15:42:50 +0900 Subject: updates --- .../yazi/flavors/tokyo-night.yazi/flavor.toml | 190 --------------------- 1 file changed, 190 deletions(-) delete mode 100644 fedora/.config/yazi/flavors/tokyo-night.yazi/flavor.toml (limited to 'fedora/.config/yazi/flavors/tokyo-night.yazi/flavor.toml') diff --git a/fedora/.config/yazi/flavors/tokyo-night.yazi/flavor.toml b/fedora/.config/yazi/flavors/tokyo-night.yazi/flavor.toml deleted file mode 100644 index 418ee4c..0000000 --- a/fedora/.config/yazi/flavors/tokyo-night.yazi/flavor.toml +++ /dev/null @@ -1,190 +0,0 @@ -# vim:fileencoding=utf-8:foldmethod=marker - -# : Manager {{{ - -[mgr] -cwd = { fg = "#7aa2f7" } - -# Hovered -hovered = { reversed = true } -preview_hovered = { underline = true } - -# Find -find_keyword = { fg = "#f7768e", bold = true, italic = true, underline = true } -find_position = { fg = "#bb9af7", bg = "reset", bold = true, italic = true } - -# Marker -marker_copied = { fg = "#9ece6a", bg = "#9ece6a" } -marker_cut = { fg = "#e0af68", bg = "#f7768e" } -marker_marked = { fg = "#7aa2f7", bg = "#7dcfff" } -marker_selected = { fg = "#e0af68", bg = "#e0af68" } - -# Count -count_copied = { fg = "#1a1b26", bg = "#9ece6a" } -count_cut = { fg = "#1a1b26", bg = "#e0af68" } -count_selected = { fg = "#1a1b26", bg = "#7aa2f7" } - -# Border -border_symbol = "│" -border_style = { fg = "#414868" } - -# : }}} - - -# : Tabs {{{ - -[tabs] -active = { fg = "#292e42", bg = "#7aa2f7", bold = true } -inactive = { fg = "#7aa2f7", bg = "#292e42" } - -# : }}} - - -# : Mode {{{ - -[mode] - -normal_main = { fg = "#292e42", bg = "#7aa2f7", bold = true } -normal_alt = { fg = "#7aa2f7", bg = "#292e42" } - -# Select mode -select_main = { fg = "#292e42", bg = "#9ece6a", bold = true } -select_alt = { fg = "#7aa2f7", bg = "#292e42" } - -# Unset mode -unset_main = { fg = "#292e42", bg = "#bb9af7", bold = true } -unset_alt = { fg = "#7aa2f7", bg = "#292e42" } - -# : }}} - - -# : Status bar {{{ - -[status] -overall = { fg = "#7aa2f7" } -sep_left = { open = "", close = "" } -sep_right = { open = "", close = "" } - - -# Progress -progress_label = { fg = "#292e42", bold = true } -progress_normal = { fg = "#7aa2f7", bg = "#292e42" } -progress_error = { fg = "#f7768e", bg = "#292e42" } - -# Permissions -perm_sep = { fg = "#7aa2f7" } -perm_type = { fg = "#9ece6a" } -perm_read = { fg = "#e0af68" } -perm_write = { fg = "#f7768e" } -perm_exec = { fg = "#bb9af7" } - - -# : }}} - -# : Pick {{{ - -[pick] -border = { fg = "#7aa2f7" } -active = { fg = "#bb9af7", bold = true } -inactive = {} - -# : }}} - - -# : Input {{{ - -[input] -border = { fg = "#7aa2f7" } -title = {} -value = {} -selected = { reversed = true } - -# : }}} - - -# : Completion {{{ - -[cmp] -border = { fg = "#7aa2f7" } - -# : }}} - - -# : Tasks {{{ - -[tasks] -border = { fg = "#7aa2f7" } -title = {} -hovered = { fg = "#bb9af7", underline = true } - -# : }}} - - -# : Which {{{ - -[which] -mask = { bg = "#414868" } -cand = { fg = "#9ece6a" } -rest = { fg = "#a9b1d6" } -desc = { fg = "#bb9af7" } -separator = "  " -separator_style = { fg = "#626880" } - -# : }}} - - -# : Help {{{ - -[help] -on = { fg = "#9ece6a" } -run = { fg = "#bb9af7" } -hovered = { reversed = true, bold = true } -footer = { fg = "#1a1b26", bg = "#a9b1d6" } - -# : }}} - - -# : Notify {{{ - -[notify] -title_info = { fg = "#9ece6a" } -title_warn = { fg = "#f7768e" } -title_error = { fg = "#e0af68" } - -# : }}} - - -# : File-specific styles {{{ - -[filetype] - -rules = [ - # Images - { mime = "image/*", fg = "#e0af68" }, - - # Media - { mime = "video/*", fg = "#f7768e" }, - { mime = "audio/*", fg = "#f7768e" }, - - # Archives - { mime = "application/zip", fg = "#bb9af7" }, - { mime = "application/x-tar", fg = "#bb9af7" }, - { mime = "application/x-bzip*", fg = "#bb9af7" }, - { mime = "application/x-bzip2", fg = "#bb9af7" }, - { mime = "application/x-7z-compressed", fg = "#bb9af7" }, - { mime = "application/x-rar", fg = "#bb9af7" }, - { mime = "application/x-xz", fg = "#bb9af7" }, - - # Documents - { mime = "application/doc", fg = "#9ece6a" }, - { mime = "application/epub+zip", fg = "#9ece6a" }, - { mime = "application/pdf", fg = "#9ece6a" }, - { mime = "application/rtf", fg = "#9ece6a" }, - { mime = "application/vnd.*", fg = "#9ece6a" }, - - # Fallback - { name = "*", fg = "#c6d0f5" }, - { name = "*/", fg = "#7aa2f7" } -] - -# : }}} -- cgit v1.2.3