Make bold property of vertico-current optional
This commit is contained in:
parent
a947ea3e70
commit
590bc25b95
@ -118,6 +118,11 @@
|
|||||||
:group 'adwaita-dark-theme
|
:group 'adwaita-dark-theme
|
||||||
:type 'boolean)
|
:type 'boolean)
|
||||||
|
|
||||||
|
(defcustom adwaita-dark-theme-bold-vertico-current nil
|
||||||
|
"When non-nil, `vertico-current' will be bolded to increase contrast."
|
||||||
|
:group 'adwaita-dark-theme
|
||||||
|
:type 'boolean)
|
||||||
|
|
||||||
(defcustom adwaita-dark-theme-gray-rainbow-delimiters nil
|
(defcustom adwaita-dark-theme-gray-rainbow-delimiters nil
|
||||||
"When non-nil, `rainbow-delimiters-mode' faces will be the same shade of gray."
|
"When non-nil, `rainbow-delimiters-mode' faces will be the same shade of gray."
|
||||||
:group 'adwaita-dark-theme
|
:group 'adwaita-dark-theme
|
||||||
@ -822,7 +827,7 @@
|
|||||||
`(undo-tree-visualizer-register-face ((,class (:foreground ,yellow))))
|
`(undo-tree-visualizer-register-face ((,class (:foreground ,yellow))))
|
||||||
|
|
||||||
;; vertico
|
;; vertico
|
||||||
`(vertico-current ((,class (:background ,base-3 :weight bold))))
|
`(vertico-current ((,class (:background ,base-3 :bold ,(when adwaita-dark-theme-bold-vertico-current 'bold)))))
|
||||||
`(vertico-multiline ((,class (:foreground ,base-6))))
|
`(vertico-multiline ((,class (:foreground ,base-6))))
|
||||||
|
|
||||||
;; vundo
|
;; vundo
|
||||||
|
Loading…
Reference in New Issue
Block a user