From 8f94433ffed46b6359b0fc545d2f13028af72c76 Mon Sep 17 00:00:00 2001 From: luxick Date: Thu, 1 Oct 2020 18:24:25 +0200 Subject: [PATCH] Little theme changes --- README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 5135721..2c28e46 100644 --- a/README.org +++ b/README.org @@ -196,7 +196,7 @@ Set up the fonts to use #+end_src * Theming -*Apply a nice looking theme* +*Apply a nice looking theme.* [[https://protesilaos.com/modus-themes/][Source for the themes]] #+BEGIN_SRC emacs-lisp ;; Light Theme (use-package modus-operandi-theme) @@ -211,8 +211,9 @@ Set up the fonts to use (defun modus-%1$s-theme-load () (setq modus-%1$s-theme-slanted-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-prompts 'subtle + modus-%1$s-theme-prompts 'intense modus-%1$s-theme-completions 'moderate modus-%1$s-theme-diffs 'fg-only modus-%1$s-theme-org-blocks 'rainbow