summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/custom')
-rw-r--r--emacs/custom/my-ui.el14
1 files changed, 13 insertions, 1 deletions
diff --git a/emacs/custom/my-ui.el b/emacs/custom/my-ui.el
index 32bf802..f42049e 100644
--- a/emacs/custom/my-ui.el
+++ b/emacs/custom/my-ui.el
@@ -49,7 +49,19 @@
   ;; Load the theme files before enabling a theme (else you get an error).
   (modus-themes-load-themes)
   :config
-  (modus-themes-load-operandi))
+  (modus-themes-load-operandi)
+  :custom
+  (modus-themes-syntax '(yellow-comments))
+  (modus-themes-links '(bold))
+  (modus-themes-markup '(bold intense background))
+  (modus-themes-headings
+      '((1 . (background 1.1))
+        (2 . (rainbow heavy))
+        (t . (bold))))
+  (modus-themes-completions
+   '((matches   . (extrabold intense))
+     (selection . (semibold  intense))
+     (popup     . (extrabold intense)))))
 
 (require 'time)
 (setq display-time-24hr-format t)