Update theme

master
Hugo Thunnissen 9 months ago
parent d48c88de88
commit 2f0a77435a

@ -77,6 +77,12 @@ line, set `erc-header-line-face-method` to `t`.")
`(font-lock-warning-face ((,class (:foreground ,default-color :underline t))))
`(corfu-default ((,class (:foreground ,default-color :background ,tinted-background-color))))
`(corfu-current ((,class (:background ,background-color :foreground ,default-color))))
`(completions-annotations ((,class (:foreground ,highlight-color))))
`(completions-common-part ((,class :foreground ,default-color :weight bold)))
`(completions-first-difference ((,class :foreground ,string-color)))
;; Button and link faces
`(link ((,class (:foreground ,link-color :underline t))))
`(link-visited ((,class (:foreground ,visited-link-color :underline t))))

Loading…
Cancel
Save