aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/theme-studio/WIP.json20
-rw-r--r--themes/WIP-theme.el8
2 files changed, 16 insertions, 12 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": {
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"))))