From 6fe9bbd76646fbbb3c3691c08b9c0131be4dfc82 Mon Sep 17 00:00:00 2001 From: noa Date: Tue, 29 Apr 2025 15:01:30 +0800 Subject: Replace tubthumping theme with modus operandi --- emacs/init.el | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/emacs/init.el b/emacs/init.el index 2a3a9c6..bcdfe8b 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -26,12 +26,29 @@ (use-package no-littering :ensure t) + ;;; Make a nice interface -(use-package tubthumping-theme - :disabled t - :load-path "~/Documents/Projects/Tubthumping/" + +(use-package modus-themes + :ensure t + :custom + (modus-themes-bold-constructs t) + (modus-themes-italic-constructs t) + (modus-themes-variable-pitch-ui nil) + (modus-themes-mixed-fonts t) + (modus-themes-common-palette-overrides + '((builtin unspecified) + (comment unspecified) + (constant unspecified) + (fnname unspecified) + (keyword unspecified) + (preprocessor unspecified) + (docstring unspecified) + (string unspecified) + (type unspecified) + (variable unspecified))) :config - (load-theme 'tubthumping t)) + (load-theme 'modus-operandi t)) ;; Using a proportional font is the right way to do things, but emacs is very old and comes from a time before the innovation of legibility. As a result, there are some things that require a monospaced font, so i set one here. (custom-set-faces -- cgit 1.4.1-2-gfad0