diff --git a/config.el b/config.el index 4ddb980..a0b075d 100644 --- a/config.el +++ b/config.el @@ -11,9 +11,10 @@ (add-to-list 'default-frame-alist '(width . 120))) ('gnu/linux ; Linux (including Debian) - (setq doom-font (font-spec :family "Maple Mono" :size 30)) ; 20 * 1.5 - (add-to-list 'default-frame-alist '(height . 45)) + (setq doom-font (font-spec :family "Maple Mono" :size 24)) ; 20 * 1.5 + (add-to-list 'default-frame-alist '(height . 40)) (add-to-list 'default-frame-alist '(width . 100)))) + (setq catppuccin-flavor 'catppuccin) (setq doom-theme 'modus-vivendi) (setq display-line-numbers-type 'relative) diff --git a/config.org b/config.org index e9231fc..1f3d85a 100644 --- a/config.org +++ b/config.org @@ -20,9 +20,10 @@ (add-to-list 'default-frame-alist '(width . 120))) ('gnu/linux ; Linux (including Debian) - (setq doom-font (font-spec :family "Maple Mono" :size 30)) ; 20 * 1.5 - (add-to-list 'default-frame-alist '(height . 45)) + (setq doom-font (font-spec :family "Maple Mono" :size 24)) ; 20 * 1.5 + (add-to-list 'default-frame-alist '(height . 40)) (add-to-list 'default-frame-alist '(width . 100)))) + (setq catppuccin-flavor 'catppuccin) (setq doom-theme 'modus-vivendi) (setq display-line-numbers-type 'relative)