From f2ddd55ff4d8866fcdc2cdb7520511cf767e344b Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Wed, 18 Feb 2026 10:49:28 -0600 Subject: [PATCH] Change font --- lisp/themes/same-defaults-theme.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/themes/same-defaults-theme.el b/lisp/themes/same-defaults-theme.el index bfd47b5..6cc4181 100644 --- a/lisp/themes/same-defaults-theme.el +++ b/lisp/themes/same-defaults-theme.el @@ -31,14 +31,14 @@ (custom-theme-set-faces 'same-defaults - `(default ((t (:family "Roboto Mono" :height ,my/fixed-pitch-height + `(default ((t (:family "Commit Mono" :height ,my/fixed-pitch-height )))) - `(fixed-pitch ((t (:family "Roboto Mono" :height ,my/fixed-pitch-height + `(fixed-pitch ((t (:family "Commit Mono" :height ,my/fixed-pitch-height )))) `(variable-pitch ((t (:family "Linux Libertine" :height ,my/variable-pitch-height )))) - `(mode-line ((t (:family "Roboto Mono" :height ,my/fixed-pitch-height)))) - `(mode-line-inactive ((t (:family "Roboto Mono" :height ,my/fixed-pitch-height)))) + `(mode-line ((t (:family "Commit Mono" :height ,my/fixed-pitch-height)))) + `(mode-line-inactive ((t (:family "Commit Mono" :height ,my/fixed-pitch-height)))) `(tab-bar-tab ((t (:box (:line-width 2 :color "gray6"))))) ;; '(org-todo ((((class color) (min-colors 16) (background light)) (:foreground "Red1" :bold t :inherit fixed-pitch)) ;; (((class color) (min-colors 16) (background dark)) (:foreground "Pink" :bold t :inherit fixed-pitch))