From 85abac8654bbcf5c98642bf1f550da967d86969f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 24 Mar 2022 19:38:09 -0700 Subject: theme: improve readability a bit --- emacs/custom/my-ui.el | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'emacs/custom') 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) -- cgit 1.4.1