diff options
author | Franck Cuny <franck@fcuny.net> | 2021-10-11 06:46:58 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-10-11 06:46:58 -0700 |
commit | 63ad3662d0c681465cdd0da213ef4d34d3bc5089 (patch) | |
tree | 03bb45815448daccc962611fbca5e3b89c72426e /emacs | |
parent | emacs: set org-directory with other variables (diff) | |
download | emacs.d-63ad3662d0c681465cdd0da213ef4d34d3bc5089.tar.gz |
emacs: tweak the UI
- don't underline the highlighted line - don't scale / change the font for the agenda
Diffstat (limited to '')
-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) |