Compare commits

...

2 Commits

Author SHA1 Message Date
David Morgan 4e58964ca6
Make hl-line a little more visible 2022-11-02 16:41:23 +00:00
David Morgan d6a483b317
Fix updated embark-preview function name 2022-11-02 16:40:40 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -441,7 +441,7 @@ DEFS is a plist associating completion categories to commands."
:custom
(prefix-help-command 'embark-prefix-help-command)
:config
(defun my-embark-preview ()
(defun embark-preview ()
"Previews candidate in vertico buffer, unless it's a consult command"
(interactive)
(unless (bound-and-true-p consult--preview-function)

View File

@ -80,7 +80,7 @@
`(match ((t (:background "gray35" :foreground "grey85"))))
`(lsp-face-highlight-textual ((t (:background "DimGrey"))))
`(whitespace-empty ((t (:background "gray10"))))
`(hl-line ((t :background "gray15" :underline "gray35" :inherit nil)))
`(hl-line ((t :background "gray20" :underline "gray40" :inherit nil)))
`(simple-modeline-status-modified ((t :foreground "DeepSkyBlue")))
`(consult-async-split ((t :foreground "LightCoral")))
`(orderless-match-face-0 ((t :foreground "tomato")))