summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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