From 7f79aa94723d64ce977e11f192d8d83a5829dba2 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sat, 10 Jan 2026 17:51:14 +0100 Subject: [PATCH] Set a new font --- flakes/emacs/config/init.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/flakes/emacs/config/init.el b/flakes/emacs/config/init.el index 599d5c3..b7e48c6 100644 --- a/flakes/emacs/config/init.el +++ b/flakes/emacs/config/init.el @@ -300,9 +300,9 @@ :default-weight semilight :default-height 250) (t - :default-family "Jetbrains Mono" + :default-family "Cascadia Code" :default-weight regular - :default-height 130 + :default-height 140 :fixed-pitch-height 1.0 :fixed-pitch-serif-height 1.0 :variable-pitch-family "Noto Sans" @@ -439,10 +439,10 @@ :config (defun to/modus-themes-custom-faces (&rest _) (setq x-underline-at-descent-line t) - (let ((bg-main (modus-themes-get-color-value 'bg-main)) - (bg-mode-line-active (modus-themes-get-color-value 'bg-mode-line-active)) + (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-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))) (set-face-attribute