summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/custom/fcuny-ui.el21
1 files changed, 19 insertions, 2 deletions
diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el
index c7c4284..b90295d 100644
--- a/emacs/custom/fcuny-ui.el
+++ b/emacs/custom/fcuny-ui.el
@@ -29,8 +29,25 @@
modus-themes-intense-hl-line t
modus-themes-paren-match '(intense)
modus-themes-syntax '(yellow-comments green-strings faint)
- modus-themes-hl-line '(intense)
- modus-themes-region '(bg-only no-extend))
+ modus-themes-hl-line '(accented intense underline)
+ modus-themes-prompts '(italic)
+ modus-themes-region '(bg-only no-extend)
+ modus-themes-org-blocks '(tinted-background)
+ modus-themes-org-agenda
+ '((header-block . (variable-pitch scale-title))
+ (header-date . (bold-today scale-heading ))
+ (event . (accented italic))
+ (scheduled . uniform)
+ (habit . traffic-light-deuteranopia))
+ modus-themes-headings ; this is an alist: read the manual or its doc string
+ '((1 . (background))
+ (2 . (rainbow))
+ (3 . (rainbow no-bold)))
+
+ modus-themes-variable-pitch-ui nil
+ modus-themes-variable-pitch-headings nil
+ modus-themes-scale-headings nil)
+
;; Load the theme files before enabling a theme (else you get an error).
(modus-themes-load-themes)
:config