summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-09-07 19:03:56 -0700
committerFranck Cuny <franck@fcuny.net>2022-09-07 19:03:56 -0700
commit23cd30fdb58b63a7a0c09690beede2abcb7131f3 (patch)
treed5f8962fd84621389b49e818f0ee36e09e2142b7
parentfeat(project): consider cargo's crate as project (diff)
downloademacs.d-23cd30fdb58b63a7a0c09690beede2abcb7131f3.tar.gz
feat(UI): use the default theme
Change-Id: Iadad81181e7f97e89613edefa89afdc244753b98
-rw-r--r--emacs/custom/my-ui.el15
1 files changed, 0 insertions, 15 deletions
diff --git a/emacs/custom/my-ui.el b/emacs/custom/my-ui.el
index 1dabcea..cf7093e 100644
--- a/emacs/custom/my-ui.el
+++ b/emacs/custom/my-ui.el
@@ -30,21 +30,6 @@
   ;; rendered correctly 😇 😀 and 🤢
   (set-fontset-font t 'symbol "Noto Color Emoji" nil 'append))
 
-;; Load a custom theme
-(eval-and-compile
-  (require 'modus-themes nil t)
-  (setq modus-themes-syntax '(yellow-comments)
-        modus-themes-links '(bold)
-        modus-themes-markup '(bold intense background)
-        modus-themes-org-blocks 'gray-background
-        modus-themes-headings '((1 . (background 1))
-                                (2 . (rainbow semibold 1))
-                                (t . (bold)))
-        modus-themes-completions '((matches   . (extrabold intense))
-                                   (selection . (semibold  intense))
-                                   (popup     . (extrabold intense))))
-  (load-theme 'modus-operandi t))
-
 (customize-set-variable 'display-time-24hr-format t)
 (customize-set-variable 'display-time-day-and-date t)
 (customize-set-variable 'display-time-format "%a %e %b, %H:%M")