Little theme changes

This commit is contained in:
2020-10-01 18:24:25 +02:00
parent b18b6c58da
commit 8f94433ffe

View File

@@ -196,7 +196,7 @@ Set up the fonts to use
#+end_src #+end_src
* Theming * Theming
*Apply a nice looking theme* *Apply a nice looking theme.* [[https://protesilaos.com/modus-themes/][Source for the themes]]
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
;; Light Theme ;; Light Theme
(use-package modus-operandi-theme) (use-package modus-operandi-theme)
@@ -211,8 +211,9 @@ Set up the fonts to use
(defun modus-%1$s-theme-load () (defun modus-%1$s-theme-load ()
(setq modus-%1$s-theme-slanted-constructs t (setq modus-%1$s-theme-slanted-constructs t
modus-%1$s-theme-bold-constructs t modus-%1$s-theme-bold-constructs t
modus-%1$s-theme-no-link-underline nil
modus-%1$s-theme-faint-syntax t modus-%1$s-theme-faint-syntax t
modus-%1$s-theme-prompts 'subtle modus-%1$s-theme-prompts 'intense
modus-%1$s-theme-completions 'moderate modus-%1$s-theme-completions 'moderate
modus-%1$s-theme-diffs 'fg-only modus-%1$s-theme-diffs 'fg-only
modus-%1$s-theme-org-blocks 'rainbow modus-%1$s-theme-org-blocks 'rainbow