emacs: style dictionary-word-definition-face

This commit is contained in:
Jeremy Baxter 2025-04-30 10:03:21 +12:00
parent dd2f14f506
commit 02449f43fe

View file

@ -308,6 +308,7 @@ value `italic'."
;; faces
(require 'cus-edit) ; custom faces
(require 'dictionary)
(let
((fixedpt "Roboto Mono")
( varpt "Roboto")
@ -337,6 +338,7 @@ value `italic'."
:box (:line-width (1 . 1) :color ,darkest))
(breadcrumb-imenu-leaf-face :foreground ,accent)
(dashboard-heading :foreground ,accent :height 1.2 :weight bold)
(dictionary-word-definition-face :family ,varpt)
(corfu-default :background ,darker)
(corfu-current :background ,darkest :box ,accent)
(corfu-border :background ,accent)