fix: remove fg property from the directory icons

This commit is contained in:
Hankertrix 2026-01-13 01:42:54 +08:00
parent 41e5717930
commit 514ebba449
2 changed files with 30 additions and 30 deletions

View file

@ -266,20 +266,20 @@ rules = [
[icon] [icon]
globs = [] globs = []
dirs = [ dirs = [
{ name = ".config", text = "", fg = "blue" }, { name = ".config", text = "" },
{ name = ".git", text = "", fg = "blue" }, { name = ".git", text = "" },
{ name = ".github", text = "", fg = "blue" }, { name = ".github", text = "" },
{ name = ".npm", text = "", fg = "blue" }, { name = ".npm", text = "" },
{ name = "Desktop", text = "", fg = "blue" }, { name = "Desktop", text = "" },
{ name = "Development", text = "", fg = "blue" }, { name = "Development", text = "" },
{ name = "Documents", text = "", fg = "blue" }, { name = "Documents", text = "" },
{ name = "Downloads", text = "", fg = "blue" }, { name = "Downloads", text = "" },
{ name = "Library", text = "", fg = "blue" }, { name = "Library", text = "" },
{ name = "Movies", text = "", fg = "blue" }, { name = "Movies", text = "" },
{ name = "Music", text = "", fg = "blue" }, { name = "Music", text = "" },
{ name = "Pictures", text = "", fg = "blue" }, { name = "Pictures", text = "" },
{ name = "Public", text = "", fg = "blue" }, { name = "Public", text = "" },
{ name = "Videos", text = "", fg = "blue" }, { name = "Videos", text = "" },
] ]
files = [ files = [
{ name = ".babelrc", text = "", fg = "#cbcb41" }, { name = ".babelrc", text = "", fg = "#cbcb41" },
@ -996,7 +996,7 @@ conds = [
{ if = "dummy", text = "" }, { if = "dummy", text = "" },
# Fallback # Fallback
{ if = "dir", text = "", fg = "blue" }, { if = "dir", text = "" },
{ if = "exec", text = "" }, { if = "exec", text = "" },
{ if = "!dir", text = "" }, { if = "!dir", text = "" },
] ]

View file

@ -266,20 +266,20 @@ rules = [
[icon] [icon]
globs = [] globs = []
dirs = [ dirs = [
{ name = ".config", text = "", fg = "blue" }, { name = ".config", text = "" },
{ name = ".git", text = "", fg = "blue" }, { name = ".git", text = "" },
{ name = ".github", text = "", fg = "blue" }, { name = ".github", text = "" },
{ name = ".npm", text = "", fg = "blue" }, { name = ".npm", text = "" },
{ name = "Desktop", text = "", fg = "blue" }, { name = "Desktop", text = "" },
{ name = "Development", text = "", fg = "blue" }, { name = "Development", text = "" },
{ name = "Documents", text = "", fg = "blue" }, { name = "Documents", text = "" },
{ name = "Downloads", text = "", fg = "blue" }, { name = "Downloads", text = "" },
{ name = "Library", text = "", fg = "blue" }, { name = "Library", text = "" },
{ name = "Movies", text = "", fg = "blue" }, { name = "Movies", text = "" },
{ name = "Music", text = "", fg = "blue" }, { name = "Music", text = "" },
{ name = "Pictures", text = "", fg = "blue" }, { name = "Pictures", text = "" },
{ name = "Public", text = "", fg = "blue" }, { name = "Public", text = "" },
{ name = "Videos", text = "", fg = "blue" }, { name = "Videos", text = "" },
] ]
files = [ files = [
{ name = ".babelrc", text = "", fg = "#666620" }, { name = ".babelrc", text = "", fg = "#666620" },
@ -996,7 +996,7 @@ conds = [
{ if = "dummy", text = "" }, { if = "dummy", text = "" },
# Fallback # Fallback
{ if = "dir", text = "", fg = "blue" }, { if = "dir", text = "" },
{ if = "exec", text = "" }, { if = "exec", text = "" },
{ if = "!dir", text = "" }, { if = "!dir", text = "" },
] ]