From 41e5717930141c574442ecc53bd4db5f96188d50 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Sun, 11 Jan 2026 19:00:50 +0800 Subject: [PATCH] chore: update icons --- yazi-config/preset/theme-dark.toml | 73 ++++++++++++++++++++++------- yazi-config/preset/theme-light.toml | 73 ++++++++++++++++++++++------- 2 files changed, 112 insertions(+), 34 deletions(-) diff --git a/yazi-config/preset/theme-dark.toml b/yazi-config/preset/theme-dark.toml index 56f46344..ede9cc34 100644 --- a/yazi-config/preset/theme-dark.toml +++ b/yazi-config/preset/theme-dark.toml @@ -266,20 +266,20 @@ rules = [ [icon] globs = [] dirs = [ - { name = ".config", text = "" }, - { name = ".git", text = "" }, - { name = ".github", text = "" }, - { name = ".npm", text = "" }, - { name = "Desktop", text = "" }, - { name = "Development", text = "" }, - { name = "Documents", text = "" }, - { name = "Downloads", text = "" }, - { name = "Library", text = "" }, - { name = "Movies", text = "" }, - { name = "Music", text = "" }, - { name = "Pictures", text = "" }, - { name = "Public", text = "" }, - { name = "Videos", text = "" }, + { name = ".config", text = "", fg = "blue" }, + { name = ".git", text = "", fg = "blue" }, + { name = ".github", text = "", fg = "blue" }, + { name = ".npm", text = "", fg = "blue" }, + { name = "Desktop", text = "", fg = "blue" }, + { name = "Development", text = "", fg = "blue" }, + { name = "Documents", text = "", fg = "blue" }, + { name = "Downloads", text = "", fg = "blue" }, + { name = "Library", text = "", fg = "blue" }, + { name = "Movies", text = "", fg = "blue" }, + { name = "Music", text = "", fg = "blue" }, + { name = "Pictures", text = "", fg = "blue" }, + { name = "Public", text = "", fg = "blue" }, + { name = "Videos", text = "", fg = "blue" }, ] files = [ { name = ".babelrc", text = "", fg = "#cbcb41" }, @@ -312,6 +312,7 @@ files = [ { name = ".npmrc", text = "", fg = "#e8274b" }, { name = ".nuxtrc", text = "󱄆", fg = "#00c58e" }, { name = ".nvmrc", text = "", fg = "#5fa04e" }, + { name = ".pnpmfile.cjs", text = "", fg = "#f9ad02" }, { name = ".pre-commit-config.yaml", text = "󰛢", fg = "#f8b424" }, { name = ".prettierignore", text = "", fg = "#4285f4" }, { name = ".prettierrc", text = "", fg = "#4285f4" }, @@ -397,12 +398,14 @@ files = [ { name = "hyprlandd.conf", text = "", fg = "#00aaae" }, { name = "hyprlock.conf", text = "", fg = "#00aaae" }, { name = "hyprpaper.conf", text = "", fg = "#00aaae" }, + { name = "hyprsunset.conf", text = "", fg = "#00aaae" }, { name = "i18n.config.js", text = "󰗊", fg = "#7986cb" }, { name = "i18n.config.ts", text = "󰗊", fg = "#7986cb" }, { name = "i3blocks.conf", text = "", fg = "#e8ebee" }, { name = "i3status.conf", text = "", fg = "#e8ebee" }, { name = "index.theme", text = "", fg = "#2db96f" }, { name = "ionic.config.json", text = "", fg = "#4f8ff7" }, + { name = "Jenkinsfile", text = "", fg = "#d33833" }, { name = "justfile", text = "", fg = "#6d8086" }, { name = "kalgebrarc", text = "", fg = "#1c99f3" }, { name = "kdeglobals", text = "", fg = "#1c99f3" }, @@ -417,6 +420,9 @@ files = [ { name = "makefile", text = "", fg = "#6d8086" }, { name = "mix.lock", text = "", fg = "#a074c4" }, { name = "mpv.conf", text = "", fg = "#3b1342" }, + { name = "next.config.cjs", text = "", fg = "#ffffff" }, + { name = "next.config.js", text = "", fg = "#ffffff" }, + { name = "next.config.ts", text = "", fg = "#ffffff" }, { name = "node_modules", text = "", fg = "#e8274b" }, { name = "nuxt.config.cjs", text = "󱄆", fg = "#00c58e" }, { name = "nuxt.config.js", text = "󱄆", fg = "#00c58e" }, @@ -426,11 +432,21 @@ files = [ { name = "package.json", text = "", fg = "#e8274b" }, { name = "PKGBUILD", text = "", fg = "#0f94d2" }, { name = "platformio.ini", text = "", fg = "#f6822b" }, + { name = "playwright.config.cjs", text = "", fg = "#2fad33" }, + { name = "playwright.config.cts", text = "", fg = "#2fad33" }, + { name = "playwright.config.js", text = "", fg = "#2fad33" }, + { name = "playwright.config.mjs", text = "", fg = "#2fad33" }, + { name = "playwright.config.mts", text = "", fg = "#2fad33" }, + { name = "playwright.config.ts", text = "", fg = "#2fad33" }, + { name = "pnpm-lock.yaml", text = "", fg = "#f9ad02" }, + { name = "pnpm-workspace.yaml", text = "", fg = "#f9ad02" }, { name = "pom.xml", text = "", fg = "#7a0d21" }, { name = "prettier.config.cjs", text = "", fg = "#4285f4" }, { name = "prettier.config.js", text = "", fg = "#4285f4" }, { name = "prettier.config.mjs", text = "", fg = "#4285f4" }, { name = "prettier.config.ts", text = "", fg = "#4285f4" }, + { name = "prisma.config.mts", text = "", fg = "#5a67d8" }, + { name = "prisma.config.ts", text = "", fg = "#5a67d8" }, { name = "procfile", text = "", fg = "#a074c4" }, { name = "PrusaSlicer.ini", text = "", fg = "#ec6b23" }, { name = "PrusaSlicerGcodeViewer.ini", text = "", fg = "#ec6b23" }, @@ -456,12 +472,25 @@ files = [ { name = "unlicense", text = "", fg = "#d0bf41" }, { name = "vagrantfile", text = "", fg = "#1563ff" }, { name = "vercel.json", text = "", fg = "#ffffff" }, + { name = "vite.config.cjs", text = "", fg = "#ffa800" }, + { name = "vite.config.cts", text = "", fg = "#ffa800" }, + { name = "vite.config.js", text = "", fg = "#ffa800" }, + { name = "vite.config.mjs", text = "", fg = "#ffa800" }, + { name = "vite.config.mts", text = "", fg = "#ffa800" }, + { name = "vite.config.ts", text = "", fg = "#ffa800" }, + { name = "vitest.config.cjs", text = "", fg = "#739b1b" }, + { name = "vitest.config.cts", text = "", fg = "#739b1b" }, + { name = "vitest.config.js", text = "", fg = "#739b1b" }, + { name = "vitest.config.mjs", text = "", fg = "#739b1b" }, + { name = "vitest.config.mts", text = "", fg = "#739b1b" }, + { name = "vitest.config.ts", text = "", fg = "#739b1b" }, { name = "vlcrc", text = "󰕼", fg = "#ee7a00" }, { name = "webpack", text = "󰜫", fg = "#519aba" }, { name = "weston.ini", text = "", fg = "#ffbb01" }, { name = "workspace", text = "", fg = "#89e051" }, { name = "wrangler.jsonc", text = "", fg = "#f48120" }, { name = "wrangler.toml", text = "", fg = "#f48120" }, + { name = "xdph.conf", text = "", fg = "#00aaae" }, { name = "xmobarrc", text = "", fg = "#fd4d5d" }, { name = "xmobarrc.hs", text = "", fg = "#fd4d5d" }, { name = "xmonad.hs", text = "", fg = "#fd4d5d" }, @@ -494,7 +523,7 @@ exts = [ { name = "awk", text = "", fg = "#4d5a5e" }, { name = "azcli", text = "", fg = "#0078d4" }, { name = "bak", text = "󰁯", fg = "#6d8086" }, - { name = "bash", text = "", fg = "#89e051" }, + { name = "bash", text = "", fg = "#89e051" }, { name = "bat", text = "", fg = "#c1f12e" }, { name = "bazel", text = "", fg = "#89e051" }, { name = "bib", text = "󱉟", fg = "#cbcb41" }, @@ -518,7 +547,9 @@ exts = [ { name = "cbl", text = "", fg = "#005ca5" }, { name = "cc", text = "", fg = "#f34b7d" }, { name = "ccm", text = "", fg = "#f34b7d" }, + { name = "cfc", text = "", fg = "#01a4ba" }, { name = "cfg", text = "", fg = "#6d8086" }, + { name = "cfm", text = "", fg = "#01a4ba" }, { name = "cjs", text = "", fg = "#cbcb41" }, { name = "clj", text = "", fg = "#8dc149" }, { name = "cljc", text = "", fg = "#8dc149" }, @@ -613,6 +644,7 @@ exts = [ { name = "fodp", text = "", fg = "#fe9c45" }, { name = "fods", text = "", fg = "#78fc4e" }, { name = "fodt", text = "", fg = "#2dcbfd" }, + { name = "frag", text = "", fg = "#5586a6" }, { name = "fs", text = "", fg = "#519aba" }, { name = "fsi", text = "", fg = "#519aba" }, { name = "fsscript", text = "", fg = "#519aba" }, @@ -620,10 +652,12 @@ exts = [ { name = "gcode", text = "󰐫", fg = "#1471ad" }, { name = "gd", text = "", fg = "#6d8086" }, { name = "gemspec", text = "", fg = "#701516" }, + { name = "geom", text = "", fg = "#5586a6" }, { name = "gif", text = "", fg = "#a074c4" }, { name = "git", text = "", fg = "#f14c28" }, { name = "glb", text = "", fg = "#ffb13b" }, { name = "gleam", text = "", fg = "#ffaff3" }, + { name = "glsl", text = "", fg = "#5586a6" }, { name = "gnumakefile", text = "", fg = "#6d8086" }, { name = "go", text = "", fg = "#00add8" }, { name = "godot", text = "", fg = "#6d8086" }, @@ -668,6 +702,7 @@ exts = [ { name = "ipynb", text = "", fg = "#f57d01" }, { name = "iso", text = "", fg = "#d0bec8" }, { name = "ixx", text = "", fg = "#519aba" }, + { name = "jar", text = "", fg = "#ffaf67" }, { name = "java", text = "", fg = "#cc3e44" }, { name = "jl", text = "", fg = "#a270ba" }, { name = "jpeg", text = "", fg = "#a074c4" }, @@ -802,10 +837,11 @@ exts = [ { name = "qrc", text = "", fg = "#40cd52" }, { name = "qss", text = "", fg = "#40cd52" }, { name = "query", text = "", fg = "#90a850" }, - { name = "r", text = "󰟔", fg = "#2266ba" }, { name = "R", text = "󰟔", fg = "#2266ba" }, + { name = "r", text = "󰟔", fg = "#2266ba" }, { name = "rake", text = "", fg = "#701516" }, { name = "rar", text = "", fg = "#eca517" }, + { name = "rasi", text = "", fg = "#cbcb41" }, { name = "razor", text = "󱦘", fg = "#512bd4" }, { name = "rb", text = "", fg = "#701516" }, { name = "res", text = "", fg = "#cc3e44" }, @@ -904,6 +940,7 @@ exts = [ { name = "ui", text = "", fg = "#015bf0" }, { name = "v", text = "󰍛", fg = "#019833" }, { name = "vala", text = "", fg = "#7b3db9" }, + { name = "vert", text = "", fg = "#5586a6" }, { name = "vh", text = "󰍛", fg = "#019833" }, { name = "vhd", text = "󰍛", fg = "#019833" }, { name = "vhdl", text = "󰍛", fg = "#019833" }, @@ -919,6 +956,7 @@ exts = [ { name = "webp", text = "", fg = "#a074c4" }, { name = "webpack", text = "󰜫", fg = "#519aba" }, { name = "wma", text = "", fg = "#00afff" }, + { name = "wmv", text = "", fg = "#fd971f" }, { name = "woff", text = "", fg = "#ececec" }, { name = "woff2", text = "", fg = "#ececec" }, { name = "wrl", text = "󰆧", fg = "#888888" }, @@ -935,6 +973,7 @@ exts = [ { name = "xm", text = "", fg = "#519aba" }, { name = "xml", text = "󰗀", fg = "#e37933" }, { name = "xpi", text = "", fg = "#ff1b01" }, + { name = "xslt", text = "󰗀", fg = "#33a9dc" }, { name = "xul", text = "", fg = "#e37933" }, { name = "xz", text = "", fg = "#eca517" }, { name = "yaml", text = "", fg = "#6d8086" }, @@ -957,7 +996,7 @@ conds = [ { if = "dummy", text = "" }, # Fallback - { if = "dir", text = "" }, + { if = "dir", text = "", fg = "blue" }, { if = "exec", text = "" }, { if = "!dir", text = "" }, ] diff --git a/yazi-config/preset/theme-light.toml b/yazi-config/preset/theme-light.toml index d6aef72b..41b6838f 100644 --- a/yazi-config/preset/theme-light.toml +++ b/yazi-config/preset/theme-light.toml @@ -266,20 +266,20 @@ rules = [ [icon] globs = [] dirs = [ - { name = ".config", text = "" }, - { name = ".git", text = "" }, - { name = ".github", text = "" }, - { name = ".npm", text = "" }, - { name = "Desktop", text = "" }, - { name = "Development", text = "" }, - { name = "Documents", text = "" }, - { name = "Downloads", text = "" }, - { name = "Library", text = "" }, - { name = "Movies", text = "" }, - { name = "Music", text = "" }, - { name = "Pictures", text = "" }, - { name = "Public", text = "" }, - { name = "Videos", text = "" }, + { name = ".config", text = "", fg = "blue" }, + { name = ".git", text = "", fg = "blue" }, + { name = ".github", text = "", fg = "blue" }, + { name = ".npm", text = "", fg = "blue" }, + { name = "Desktop", text = "", fg = "blue" }, + { name = "Development", text = "", fg = "blue" }, + { name = "Documents", text = "", fg = "blue" }, + { name = "Downloads", text = "", fg = "blue" }, + { name = "Library", text = "", fg = "blue" }, + { name = "Movies", text = "", fg = "blue" }, + { name = "Music", text = "", fg = "blue" }, + { name = "Pictures", text = "", fg = "blue" }, + { name = "Public", text = "", fg = "blue" }, + { name = "Videos", text = "", fg = "blue" }, ] files = [ { name = ".babelrc", text = "", fg = "#666620" }, @@ -312,6 +312,7 @@ files = [ { name = ".npmrc", text = "", fg = "#ae1d38" }, { name = ".nuxtrc", text = "󱄆", fg = "#00835f" }, { name = ".nvmrc", text = "", fg = "#3f6b34" }, + { name = ".pnpmfile.cjs", text = "", fg = "#7c5601" }, { name = ".pre-commit-config.yaml", text = "󰛢", fg = "#7c5a12" }, { name = ".prettierignore", text = "", fg = "#3264b7" }, { name = ".prettierrc", text = "", fg = "#3264b7" }, @@ -397,12 +398,14 @@ files = [ { name = "hyprlandd.conf", text = "", fg = "#008082" }, { name = "hyprlock.conf", text = "", fg = "#008082" }, { name = "hyprpaper.conf", text = "", fg = "#008082" }, + { name = "hyprsunset.conf", text = "", fg = "#008082" }, { name = "i18n.config.js", text = "󰗊", fg = "#515987" }, { name = "i18n.config.ts", text = "󰗊", fg = "#515987" }, { name = "i3blocks.conf", text = "", fg = "#2e2f30" }, { name = "i3status.conf", text = "", fg = "#2e2f30" }, { name = "index.theme", text = "", fg = "#1e7b4a" }, { name = "ionic.config.json", text = "", fg = "#355fa5" }, + { name = "Jenkinsfile", text = "", fg = "#9e2a26" }, { name = "justfile", text = "", fg = "#526064" }, { name = "kalgebrarc", text = "", fg = "#1573b6" }, { name = "kdeglobals", text = "", fg = "#1573b6" }, @@ -417,6 +420,9 @@ files = [ { name = "makefile", text = "", fg = "#526064" }, { name = "mix.lock", text = "", fg = "#6b4d83" }, { name = "mpv.conf", text = "", fg = "#3b1342" }, + { name = "next.config.cjs", text = "", fg = "#333333" }, + { name = "next.config.js", text = "", fg = "#333333" }, + { name = "next.config.ts", text = "", fg = "#333333" }, { name = "node_modules", text = "", fg = "#ae1d38" }, { name = "nuxt.config.cjs", text = "󱄆", fg = "#00835f" }, { name = "nuxt.config.js", text = "󱄆", fg = "#00835f" }, @@ -426,11 +432,21 @@ files = [ { name = "package.json", text = "", fg = "#ae1d38" }, { name = "PKGBUILD", text = "", fg = "#0b6f9e" }, { name = "platformio.ini", text = "", fg = "#a4571d" }, + { name = "playwright.config.cjs", text = "", fg = "#238226" }, + { name = "playwright.config.cts", text = "", fg = "#238226" }, + { name = "playwright.config.js", text = "", fg = "#238226" }, + { name = "playwright.config.mjs", text = "", fg = "#238226" }, + { name = "playwright.config.mts", text = "", fg = "#238226" }, + { name = "playwright.config.ts", text = "", fg = "#238226" }, + { name = "pnpm-lock.yaml", text = "", fg = "#7c5601" }, + { name = "pnpm-workspace.yaml", text = "", fg = "#7c5601" }, { name = "pom.xml", text = "", fg = "#7a0d21" }, { name = "prettier.config.cjs", text = "", fg = "#3264b7" }, { name = "prettier.config.js", text = "", fg = "#3264b7" }, { name = "prettier.config.mjs", text = "", fg = "#3264b7" }, { name = "prettier.config.ts", text = "", fg = "#3264b7" }, + { name = "prisma.config.mts", text = "", fg = "#444da2" }, + { name = "prisma.config.ts", text = "", fg = "#444da2" }, { name = "procfile", text = "", fg = "#6b4d83" }, { name = "PrusaSlicer.ini", text = "", fg = "#9d4717" }, { name = "PrusaSlicerGcodeViewer.ini", text = "", fg = "#9d4717" }, @@ -456,12 +472,25 @@ files = [ { name = "unlicense", text = "", fg = "#686020" }, { name = "vagrantfile", text = "", fg = "#104abf" }, { name = "vercel.json", text = "", fg = "#333333" }, + { name = "vite.config.cjs", text = "", fg = "#805400" }, + { name = "vite.config.cts", text = "", fg = "#805400" }, + { name = "vite.config.js", text = "", fg = "#805400" }, + { name = "vite.config.mjs", text = "", fg = "#805400" }, + { name = "vite.config.mts", text = "", fg = "#805400" }, + { name = "vite.config.ts", text = "", fg = "#805400" }, + { name = "vitest.config.cjs", text = "", fg = "#4d6712" }, + { name = "vitest.config.cts", text = "", fg = "#4d6712" }, + { name = "vitest.config.js", text = "", fg = "#4d6712" }, + { name = "vitest.config.mjs", text = "", fg = "#4d6712" }, + { name = "vitest.config.mts", text = "", fg = "#4d6712" }, + { name = "vitest.config.ts", text = "", fg = "#4d6712" }, { name = "vlcrc", text = "󰕼", fg = "#9f5100" }, { name = "webpack", text = "󰜫", fg = "#36677c" }, { name = "weston.ini", text = "", fg = "#805e00" }, { name = "workspace", text = "", fg = "#447028" }, { name = "wrangler.jsonc", text = "", fg = "#a35615" }, { name = "wrangler.toml", text = "", fg = "#a35615" }, + { name = "xdph.conf", text = "", fg = "#008082" }, { name = "xmobarrc", text = "", fg = "#a9333e" }, { name = "xmobarrc.hs", text = "", fg = "#a9333e" }, { name = "xmonad.hs", text = "", fg = "#a9333e" }, @@ -494,7 +523,7 @@ exts = [ { name = "awk", text = "", fg = "#3a4446" }, { name = "azcli", text = "", fg = "#005a9f" }, { name = "bak", text = "󰁯", fg = "#526064" }, - { name = "bash", text = "", fg = "#447028" }, + { name = "bash", text = "", fg = "#447028" }, { name = "bat", text = "", fg = "#40500f" }, { name = "bazel", text = "", fg = "#447028" }, { name = "bib", text = "󱉟", fg = "#666620" }, @@ -518,7 +547,9 @@ exts = [ { name = "cbl", text = "", fg = "#005ca5" }, { name = "cc", text = "", fg = "#a23253" }, { name = "ccm", text = "", fg = "#a23253" }, + { name = "cfc", text = "", fg = "#017b8c" }, { name = "cfg", text = "", fg = "#526064" }, + { name = "cfm", text = "", fg = "#017b8c" }, { name = "cjs", text = "", fg = "#666620" }, { name = "clj", text = "", fg = "#466024" }, { name = "cljc", text = "", fg = "#466024" }, @@ -613,6 +644,7 @@ exts = [ { name = "fodp", text = "", fg = "#7f4e22" }, { name = "fods", text = "", fg = "#28541a" }, { name = "fodt", text = "", fg = "#16667e" }, + { name = "frag", text = "", fg = "#40647c" }, { name = "fs", text = "", fg = "#36677c" }, { name = "fsi", text = "", fg = "#36677c" }, { name = "fsscript", text = "", fg = "#36677c" }, @@ -620,10 +652,12 @@ exts = [ { name = "gcode", text = "󰐫", fg = "#0f5582" }, { name = "gd", text = "", fg = "#526064" }, { name = "gemspec", text = "", fg = "#701516" }, + { name = "geom", text = "", fg = "#40647c" }, { name = "gif", text = "", fg = "#6b4d83" }, { name = "git", text = "", fg = "#b5391e" }, { name = "glb", text = "", fg = "#80581e" }, { name = "gleam", text = "", fg = "#553a51" }, + { name = "glsl", text = "", fg = "#40647c" }, { name = "gnumakefile", text = "", fg = "#526064" }, { name = "go", text = "", fg = "#0082a2" }, { name = "godot", text = "", fg = "#526064" }, @@ -668,6 +702,7 @@ exts = [ { name = "ipynb", text = "", fg = "#a35301" }, { name = "iso", text = "", fg = "#453f43" }, { name = "ixx", text = "", fg = "#36677c" }, + { name = "jar", text = "", fg = "#805834" }, { name = "java", text = "", fg = "#992e33" }, { name = "jl", text = "", fg = "#6c4b7c" }, { name = "jpeg", text = "", fg = "#6b4d83" }, @@ -802,10 +837,11 @@ exts = [ { name = "qrc", text = "", fg = "#2b8937" }, { name = "qss", text = "", fg = "#2b8937" }, { name = "query", text = "", fg = "#607035" }, - { name = "r", text = "󰟔", fg = "#1a4c8c" }, { name = "R", text = "󰟔", fg = "#1a4c8c" }, + { name = "r", text = "󰟔", fg = "#1a4c8c" }, { name = "rake", text = "", fg = "#701516" }, { name = "rar", text = "", fg = "#76520c" }, + { name = "rasi", text = "", fg = "#666620" }, { name = "razor", text = "󱦘", fg = "#512bd4" }, { name = "rb", text = "", fg = "#701516" }, { name = "res", text = "", fg = "#992e33" }, @@ -904,6 +940,7 @@ exts = [ { name = "ui", text = "", fg = "#015bf0" }, { name = "v", text = "󰍛", fg = "#017226" }, { name = "vala", text = "", fg = "#5c2e8b" }, + { name = "vert", text = "", fg = "#40647c" }, { name = "vh", text = "󰍛", fg = "#017226" }, { name = "vhd", text = "󰍛", fg = "#017226" }, { name = "vhdl", text = "󰍛", fg = "#017226" }, @@ -919,6 +956,7 @@ exts = [ { name = "webp", text = "", fg = "#6b4d83" }, { name = "webpack", text = "󰜫", fg = "#36677c" }, { name = "wma", text = "", fg = "#0075aa" }, + { name = "wmv", text = "", fg = "#7e4c10" }, { name = "woff", text = "", fg = "#2f2f2f" }, { name = "woff2", text = "", fg = "#2f2f2f" }, { name = "wrl", text = "󰆧", fg = "#5b5b5b" }, @@ -935,6 +973,7 @@ exts = [ { name = "xm", text = "", fg = "#36677c" }, { name = "xml", text = "󰗀", fg = "#975122" }, { name = "xpi", text = "", fg = "#bf1401" }, + { name = "xslt", text = "󰗀", fg = "#227193" }, { name = "xul", text = "", fg = "#975122" }, { name = "xz", text = "", fg = "#76520c" }, { name = "yaml", text = "", fg = "#526064" }, @@ -957,7 +996,7 @@ conds = [ { if = "dummy", text = "" }, # Fallback - { if = "dir", text = "" }, + { if = "dir", text = "", fg = "blue" }, { if = "exec", text = "" }, { if = "!dir", text = "" }, ]