emacs: style dictionary-word-definition-face
This commit is contained in:
parent
dd2f14f506
commit
02449f43fe
1 changed files with 2 additions and 0 deletions
|
@ -308,6 +308,7 @@ value `italic'."
|
||||||
|
|
||||||
;; faces
|
;; faces
|
||||||
(require 'cus-edit) ; custom faces
|
(require 'cus-edit) ; custom faces
|
||||||
|
(require 'dictionary)
|
||||||
(let
|
(let
|
||||||
((fixedpt "Roboto Mono")
|
((fixedpt "Roboto Mono")
|
||||||
( varpt "Roboto")
|
( varpt "Roboto")
|
||||||
|
@ -337,6 +338,7 @@ value `italic'."
|
||||||
:box (:line-width (1 . 1) :color ,darkest))
|
:box (:line-width (1 . 1) :color ,darkest))
|
||||||
(breadcrumb-imenu-leaf-face :foreground ,accent)
|
(breadcrumb-imenu-leaf-face :foreground ,accent)
|
||||||
(dashboard-heading :foreground ,accent :height 1.2 :weight bold)
|
(dashboard-heading :foreground ,accent :height 1.2 :weight bold)
|
||||||
|
(dictionary-word-definition-face :family ,varpt)
|
||||||
(corfu-default :background ,darker)
|
(corfu-default :background ,darker)
|
||||||
(corfu-current :background ,darkest :box ,accent)
|
(corfu-current :background ,darkest :box ,accent)
|
||||||
(corfu-border :background ,accent)
|
(corfu-border :background ,accent)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue