(ido-vertical-match-face (:bold t :italic nil))
;; org mode
- ;; (org-drawer (:foreground ,weak))
- ;; (org-special-keyword (:bold t :foreground ,weak))
- ;; (org-property-value (:italic t :foreground ,weak))
- ;; (org-table (:foreground ,weak))
-
- ;; (org-todo (:bold t :foreground ,foreground))
- ;; (org-done (:bold nil :foreground ,success))
- ;; (org-agenda-done (:bold t :foreground ,success))
- ;; (org-date (:foreground ,foreground))
- ;; (org-agenda-structure (:foreground ,foreground))
- ;; (org-headline-done (:bold nil :foreground ,foreground))
+ (org-drawer (:foreground ,weak))
+ (org-special-keyword (:bold t :foreground ,weak))
+ (org-property-value (:italic t :foreground ,weak))
+ (org-table (:foreground ,weak))
+
+ (org-todo (:bold t :foreground ,foreground))
+ (org-done (:bold nil :foreground ,success))
+ (org-agenda-done (:bold t :foreground ,success))
+ (org-date (:foreground ,foreground))
+ (org-agenda-structure (:foreground ,foreground))
+ (org-headline-done (:bold nil :foreground ,foreground))
;; various completion matches
(vertico-current (:bold t :foreground ,foreground :background ,highlight))