emacs: reformat faces
This commit is contained in:
parent
5c1155ba6d
commit
b2ae6bea5b
1 changed files with 4 additions and 10 deletions
|
@ -305,24 +305,18 @@ value `italic'."
|
|||
(link :foreground ,accent :underline t)
|
||||
(mode-line-inactive :weight light)
|
||||
(help-key-binding
|
||||
:family ,fixedpt
|
||||
:background "#181825"
|
||||
:foreground ,accent
|
||||
:family ,fixedpt :background "#181825" :foreground ,accent
|
||||
:box (:line-width (-1 . -1) :color "#11111b" :style nil))
|
||||
(widget-field
|
||||
:extend t
|
||||
:background "#181825"
|
||||
:extend t :background "#181825"
|
||||
:box (:line-width (1 . 1) :color "#11111b"))
|
||||
(custom-button
|
||||
:background "#181825"
|
||||
:foreground "white"
|
||||
:background "#181825" :foreground "white"
|
||||
:box (:line-width (1 . 1) :color "#11111b" :style nil))
|
||||
(custom-button-mouse :background "#11111b" :foreground "white")
|
||||
(custom-button-pressed :inherit custom-button-mouse
|
||||
:box (:line-width (1 . 1) :color "#11111b"))
|
||||
(info-xref :inherit link
|
||||
:background "#181825"
|
||||
:foreground ,accent)
|
||||
(info-xref :inherit link :background "#181825" :foreground ,accent)
|
||||
(anzu-mode-line :foreground ,accent)
|
||||
(breadcrumb-imenu-leaf-face :foreground ,accent)
|
||||
(dashboard-heading :foreground ,accent :height 1.1 :weight bold)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue