emacs: change accent and font size

This commit is contained in:
Jeremy Baxter 2025-04-30 10:01:35 +12:00
parent a26e681c3e
commit 3afd9f9c44

View file

@ -311,14 +311,15 @@ value `italic'."
(let
((fixedpt "Roboto Mono")
( varpt "Roboto")
( accent (catppuccin-get-color 'yellow))
( accent (catppuccin-get-color 'blue))
(bground (catppuccin-get-color 'base))
( darker (catppuccin-get-color 'mantle))
(darkest (catppuccin-get-color 'crust))
( text (catppuccin-get-color 'text)))
(add-to-list 'default-frame-alist (cons 'font fixedpt))
(add-to-list 'default-frame-alist `(font . ,fixedpt))
(add-to-list 'default-frame-alist '(height . 36))
(set-face-attributes
`((default :height 140)
`((default :height 112)
(fixed-pitch :family ,fixedpt)
(variable-pitch :family ,varpt)
(font-lock-comment-face :slant italic)