Set a new font

This commit is contained in:
Tobias Ostner 2026-01-10 17:51:14 +01:00
parent 6722c9bc9e
commit 7f79aa9472

View file

@ -300,9 +300,9 @@
:default-weight semilight :default-weight semilight
:default-height 250) :default-height 250)
(t (t
:default-family "Jetbrains Mono" :default-family "Cascadia Code"
:default-weight regular :default-weight regular
:default-height 130 :default-height 140
:fixed-pitch-height 1.0 :fixed-pitch-height 1.0
:fixed-pitch-serif-height 1.0 :fixed-pitch-serif-height 1.0
:variable-pitch-family "Noto Sans" :variable-pitch-family "Noto Sans"
@ -439,10 +439,10 @@
:config :config
(defun to/modus-themes-custom-faces (&rest _) (defun to/modus-themes-custom-faces (&rest _)
(setq x-underline-at-descent-line t) (setq x-underline-at-descent-line t)
(let ((bg-main (modus-themes-get-color-value 'bg-main)) (let ((bg-main (modus-themes-get-color-value 'bg-main))
(bg-mode-line-active (modus-themes-get-color-value 'bg-mode-line-active)) (bg-mode-line-active (modus-themes-get-color-value 'bg-mode-line-active))
(bg-mode-line-inactive (modus-themes-get-color-value 'bg-mode-line-inactive)) (bg-mode-line-inactive (modus-themes-get-color-value 'bg-mode-line-inactive))
(border-mode-line-active (modus-themes-get-color-value 'border-mode-line-active)) (border-mode-line-active (modus-themes-get-color-value 'border-mode-line-active))
(border-mode-line-inactive (modus-themes-get-color-value 'border-mode-line-inactive))) (border-mode-line-inactive (modus-themes-get-color-value 'border-mode-line-inactive)))
(set-face-attribute (set-face-attribute