From 63ad3662d0c681465cdd0da213ef4d34d3bc5089 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 11 Oct 2021 06:46:58 -0700 Subject: emacs: tweak the UI - don't underline the highlighted line - don't scale / change the font for the agenda --- emacs/custom/fcuny-ui.el | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'emacs/custom/fcuny-ui.el') 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) -- cgit 1.4.1