Variable Pitch Comments because hey why not right

This commit is contained in:
Miranda Marquez 2024-05-26 17:17:28 -08:00
parent 8214c831a3
commit f017de68df
2 changed files with 5 additions and 3 deletions

View File

@ -726,6 +726,7 @@ targets."
"https://git.marq42.xyz/mir/sv-theme")
:config
(mir/visual-setup)
(set-face-attribute 'font-lock-comment-face nil :inherit 'variable-pitch)
(load-theme 'airline-ravenpower t)
:init (load-theme 'sv t))

View File

@ -38,9 +38,10 @@ declarations for color schemes."
:family "MesloLGS Nerd Font")
(set-face-attribute 'default nil
:family "MesloLGS Nerd Font")
;; (set-face-attribute 'variable-pitch nil
;; :inherit 'default
;; :family "Sans Serif")
(set-face-attribute 'variable-pitch nil
:inherit 'default
:family "Ubuntu"
:height 140) ;jank? jank
(setq window-divider-default-places t)
(setq right-divider-width 5)
(setq ring-bell-function 'ignore)