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 | 14e83d2f58d4b1576ff5970ec9bf195987d8c330 (patch) | |
| tree | 0712a392c45df1dd7055429eeaa171c2f4e43d92 /themes | |
| parent | a825ab88009de01fbf0092b649f2ffcc86f3c072 (diff) | |
| download | dotemacs-14e83d2f58d4b1576ff5970ec9bf195987d8c330.tar.gz dotemacs-14e83d2f58d4b1576ff5970ec9bf195987d8c330.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 'themes')
| -rw-r--r-- | themes/WIP-theme.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/WIP-theme.el b/themes/WIP-theme.el index eed4d44f6..0a6b31efe 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 "#223fbf" :weight bold)))) - '(orderless-match-face-1 ((t (:foreground "#8f0075" :weight bold)))) - '(orderless-match-face-2 ((t (:foreground "#145a00" :weight bold)))) - '(orderless-match-face-3 ((t (:foreground "#804000" :weight bold)))) + '(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)))) '(org-superstar-first ((t (:inherit org-warning)))) '(org-superstar-item ((t (:inherit default)))) '(org-superstar-leading ((t (:inherit default :foreground "#bebebe")))) |
