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 | 58a47138cc13fa478a3699c7245d28c9f8089c02 (patch) | |
| tree | 10db8d7b0f68133f06c86c5392b1f468eddbd6e2 /scripts/theme-studio | |
| parent | 9fe7eba818de9841dfc36b62ddf6c0ca6eff0785 (diff) | |
| download | dotemacs-58a47138cc13fa478a3699c7245d28c9f8089c02.tar.gz dotemacs-58a47138cc13fa478a3699c7245d28c9f8089c02.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 a1570acd..1756683e 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": { |
