From 266fc90ecfc5419c2a927d93c70239f1d2fade63 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 23 Jun 2026 19:34:07 -0400 Subject: chore(theme): update WIP theme captures --- scripts/theme-studio/WIP.json | 17 ++++++++++------- themes/WIP-theme.el | 10 +++++----- 2 files changed, 15 insertions(+), 12 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, diff --git a/themes/WIP-theme.el b/themes/WIP-theme.el index 0a6b31efe..4b307fdf2 100644 --- a/themes/WIP-theme.el +++ b/themes/WIP-theme.el @@ -771,10 +771,10 @@ '(nerd-icons-red-alt ((t (:foreground "#843031")))) '(nerd-icons-silver ((t (:foreground "#716e68")))) '(nerd-icons-yellow ((t (:foreground "#ffcc0e")))) - '(orderless-match-face-0 ((t (:foreground "#cbd0d6" :weight bold :slant italic)))) - '(orderless-match-face-1 ((t (:foreground "#c99990" :weight bold :slant italic)))) - '(orderless-match-face-2 ((t (:foreground "#c5d4ae" :weight bold :slant italic)))) - '(orderless-match-face-3 ((t (:foreground "#bea9dc" :weight bold :slant italic)))) + '(orderless-match-face-0 ((t (:foreground "#e0c266" :weight bold :slant italic)))) + '(orderless-match-face-1 ((t (:foreground "#8ea85e" :weight bold :slant italic)))) + '(orderless-match-face-2 ((t (:foreground "#8255b5" :weight bold :slant italic)))) + '(orderless-match-face-3 ((t (:foreground "#0096b0" :weight bold :slant italic)))) '(org-superstar-first ((t (:inherit org-warning)))) '(org-superstar-item ((t (:inherit default)))) '(org-superstar-leading ((t (:inherit default :foreground "#bebebe")))) @@ -833,7 +833,7 @@ '(transient-nonstandard-key ((t (:box (:line-width 1 :color "#00ffff"))))) '(transient-unreachable ((t (:inherit shadow)))) '(transient-value ((t (:inherit font-lock-string-face :weight bold)))) - '(vertico-current ((t (:inherit highlight)))) + '(vertico-current ((t (:inherit highlight :foreground "#dab53d" :weight bold :slant italic)))) '(vertico-group-separator ((t (:inherit vertico-group-title :strike-through t)))) '(vertico-group-title ((t (:inherit shadow :slant italic)))) '(vertico-multiline ((t (:inherit shadow)))) -- cgit v1.2.3