diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-23 19:34:07 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-23 19:34:07 -0400 |
| commit | 266fc90ecfc5419c2a927d93c70239f1d2fade63 (patch) | |
| tree | bc15c297acb232683fd6da9feed27720aa8a0b76 /scripts/theme-studio/WIP.json | |
| parent | 1e06d4a071c4717bc2c6b5420a0eb61c4b4ec8c9 (diff) | |
| download | dotemacs-266fc90ecfc5419c2a927d93c70239f1d2fade63.tar.gz dotemacs-266fc90ecfc5419c2a927d93c70239f1d2fade63.zip | |
chore(theme): update WIP theme captures
Diffstat (limited to 'scripts/theme-studio/WIP.json')
| -rw-r--r-- | scripts/theme-studio/WIP.json | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/scripts/theme-studio/WIP.json b/scripts/theme-studio/WIP.json index 9735383e4..b1144b437 100644 --- a/scripts/theme-studio/WIP.json +++ b/scripts/theme-studio/WIP.json @@ -1495,7 +1495,8 @@ "pkg:rainbow-delimiters:rainbow-delimiters-unmatched-face", "pkg:shr:shr-link", "pkg:shr:shr-selected-link", - "pkg:shr:shr-strike-through" + "pkg:shr:shr-strike-through", + "pkg:vertico:vertico-current" ], "packages": { "org-mode": { @@ -7390,7 +7391,7 @@ }, "orderless": { "orderless-match-face-0": { - "fg": "#cbd0d6", + "fg": "#e0c266", "bg": null, "weight": "bold", "slant": "italic", @@ -7398,7 +7399,7 @@ "source": "user" }, "orderless-match-face-1": { - "fg": "#c99990", + "fg": "#8ea85e", "bg": null, "weight": "bold", "slant": "italic", @@ -7406,7 +7407,7 @@ "source": "user" }, "orderless-match-face-2": { - "fg": "#c5d4ae", + "fg": "#8255b5", "bg": null, "weight": "bold", "slant": "italic", @@ -7414,7 +7415,7 @@ "source": "user" }, "orderless-match-face-3": { - "fg": "#bea9dc", + "fg": "#0096b0", "bg": null, "weight": "bold", "slant": "italic", @@ -7894,10 +7895,12 @@ }, "vertico": { "vertico-current": { - "fg": null, + "fg": "#dab53d", "bg": null, + "weight": "bold", + "slant": "italic", "inherit": "highlight", - "source": "default" + "source": "user" }, "vertico-group-separator": { "fg": null, |
