💄 (elfeed) Adjust item title face
This commit is contained in:
parent
e7d550b366
commit
9576da4b3e
1 changed files with 9 additions and 0 deletions
|
@ -476,6 +476,15 @@ Sometimes (most often a work) I share my screen during a video call to discuss s
|
||||||
(set-face-attribute 'fixed-pitch nil :font mmk2410/fixed-font-name :height mmk2410/fixed-font-present-height :weight 'regular))
|
(set-face-attribute 'fixed-pitch nil :font mmk2410/fixed-font-name :height mmk2410/fixed-font-present-height :weight 'regular))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
Additionally like to adjust some faces to my personal liking.
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(with-eval-after-load 'elfeed
|
||||||
|
(set-face-attribute 'message-header-subject nil
|
||||||
|
:font mmk2410/variable-font-name
|
||||||
|
:height 220))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** Set theme
|
** Set theme
|
||||||
|
|
||||||
Installing and enabling Gruvbox light theme. /Disabled in favor of the Doom themes./
|
Installing and enabling Gruvbox light theme. /Disabled in favor of the Doom themes./
|
||||||
|
|
Loading…
Reference in a new issue