diff options
-rw-r--r-- | emacs/custom/fcuny-ui.el | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el index b90295d..2a20666 100644 --- a/emacs/custom/fcuny-ui.el +++ b/emacs/custom/fcuny-ui.el @@ -28,22 +28,16 @@ modus-themes-diffs '(desaturated) modus-themes-intense-hl-line t modus-themes-paren-match '(intense) - modus-themes-syntax '(yellow-comments green-strings faint) - modus-themes-hl-line '(accented intense underline) + modus-themes-syntax '(yellow-comments green-strings) + modus-themes-hl-line '(accented intense) 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-org-agenda '((event . (accented italic)) + (scheduled . uniform)) + modus-themes-headings '((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) |