diff options
author | Franck Cuny <franck@fcuny.net> | 2021-10-08 17:38:08 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-10-08 17:38:08 -0700 |
commit | 243d8f03bd5bbe96af0b6e63c3de74bcaf585eb0 (patch) | |
tree | 715dd856cb8a0cedb89bbe620b5f2d42be7b27c5 /emacs | |
parent | emacs: updates for org-configuration (diff) | |
download | emacs.d-243d8f03bd5bbe96af0b6e63c3de74bcaf585eb0.tar.gz |
emacs: small tweaks to the theme
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-ui.el | 21 |
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 |