diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-20 14:45:53 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-20 14:45:53 -0400 |
| commit | 26bdfbcf79f77eb328261ff89bf5c62e62682e8b (patch) | |
| tree | 0c1b115a4d39956cb94c8c5c7d3671954322df22 /scripts/theme-studio | |
| parent | ba85d2450e201060c65f6e6ee0859bdf65e01e64 (diff) | |
| download | dotemacs-26bdfbcf79f77eb328261ff89bf5c62e62682e8b.tar.gz dotemacs-26bdfbcf79f77eb328261ff89bf5c62e62682e8b.zip | |
chore(theme-studio): restyle WIP orderless-match faces
New foregrounds plus italic slant on orderless-match-face-0..3; source flips default to user.
Diffstat (limited to 'scripts/theme-studio')
| -rw-r--r-- | scripts/theme-studio/WIP.json | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/scripts/theme-studio/WIP.json b/scripts/theme-studio/WIP.json index 830a013af..9735383e4 100644 --- a/scripts/theme-studio/WIP.json +++ b/scripts/theme-studio/WIP.json @@ -7390,32 +7390,36 @@ }, "orderless": { "orderless-match-face-0": { - "fg": "#223fbf", + "fg": "#cbd0d6", "bg": null, "weight": "bold", + "slant": "italic", "inherit": null, - "source": "default" + "source": "user" }, "orderless-match-face-1": { - "fg": "#8f0075", + "fg": "#c99990", "bg": null, "weight": "bold", + "slant": "italic", "inherit": null, - "source": "default" + "source": "user" }, "orderless-match-face-2": { - "fg": "#145a00", + "fg": "#c5d4ae", "bg": null, "weight": "bold", + "slant": "italic", "inherit": null, - "source": "default" + "source": "user" }, "orderless-match-face-3": { - "fg": "#804000", + "fg": "#bea9dc", "bg": null, "weight": "bold", + "slant": "italic", "inherit": null, - "source": "default" + "source": "user" } }, "org-roam": { |
