diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-27 22:01:21 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-27 22:01:21 -0400 |
| commit | ad6e784d1f691e5617f1abcee0a9b67da4e900e6 (patch) | |
| tree | 2f93a4c0b606031221e9b167a54d6d34f33712ef /scripts/theme-studio | |
| parent | f102a092268d24d5dd241e054efbcbd5fd3d4c1c (diff) | |
| download | dotemacs-ad6e784d1f691e5617f1abcee0a9b67da4e900e6.tar.gz dotemacs-ad6e784d1f691e5617f1abcee0a9b67da4e900e6.zip | |
chore(theme): WIP set nerd-icons-completion-dir-face to gold
Gold completing-read folders against the silver file and dirvish icons. The nerd-icons-config override is what lets this face win over the global dir advice.
Diffstat (limited to 'scripts/theme-studio')
| -rw-r--r-- | scripts/theme-studio/WIP.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/theme-studio/WIP.json b/scripts/theme-studio/WIP.json index a1570acd1..1756683ef 100644 --- a/scripts/theme-studio/WIP.json +++ b/scripts/theme-studio/WIP.json @@ -7610,10 +7610,10 @@ }, "nerd-icons-completion": { "nerd-icons-completion-dir-face": { - "fg": null, + "fg": "#dab53d", "bg": null, "inherit": null, - "source": "default" + "source": "user" } }, "orderless": { |
