summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoa2025-04-29 15:01:30 +0800
committernoa2025-04-29 15:01:30 +0800
commit6fe9bbd76646fbbb3c3691c08b9c0131be4dfc82 (patch)
treeee441e07c284f0eafcffd7c7f6153eb9669bdb4f
parent3587d6d3d71bf82d8576aeaab61665f9c01340e3 (diff)
Replace tubthumping theme with modus operandi
-rw-r--r--emacs/init.el25
1 files 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