emacs: change accent and font size
This commit is contained in:
parent
a26e681c3e
commit
3afd9f9c44
1 changed files with 4 additions and 3 deletions
|
@ -311,14 +311,15 @@ value `italic'."
|
||||||
(let
|
(let
|
||||||
((fixedpt "Roboto Mono")
|
((fixedpt "Roboto Mono")
|
||||||
( varpt "Roboto")
|
( varpt "Roboto")
|
||||||
( accent (catppuccin-get-color 'yellow))
|
( accent (catppuccin-get-color 'blue))
|
||||||
(bground (catppuccin-get-color 'base))
|
(bground (catppuccin-get-color 'base))
|
||||||
( darker (catppuccin-get-color 'mantle))
|
( darker (catppuccin-get-color 'mantle))
|
||||||
(darkest (catppuccin-get-color 'crust))
|
(darkest (catppuccin-get-color 'crust))
|
||||||
( text (catppuccin-get-color 'text)))
|
( 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
|
(set-face-attributes
|
||||||
`((default :height 140)
|
`((default :height 112)
|
||||||
(fixed-pitch :family ,fixedpt)
|
(fixed-pitch :family ,fixedpt)
|
||||||
(variable-pitch :family ,varpt)
|
(variable-pitch :family ,varpt)
|
||||||
(font-lock-comment-face :slant italic)
|
(font-lock-comment-face :slant italic)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue