diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-16 13:06:34 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-16 13:06:34 -0700 |
commit | f2276599520f1a668f1fa9e4ef3fa1d26ecd776c (patch) | |
tree | 9e5c54ad6c668dd039e9718d16eb1a8ba5ff1bdc /emacs/custom | |
parent | emacs: where to save state (diff) | |
download | emacs.d-f2276599520f1a668f1fa9e4ef3fa1d26ecd776c.tar.gz |
ui: small adjustment with the theme
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/my-ui.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/custom/my-ui.el b/emacs/custom/my-ui.el index 11fc371..f798f0a 100644 --- a/emacs/custom/my-ui.el +++ b/emacs/custom/my-ui.el @@ -56,8 +56,8 @@ (modus-themes-markup '(bold intense background)) (modus-themes-org-blocks 'gray-background) (modus-themes-headings - '((1 . (background 1.2)) - (2 . (rainbow 1.1)) + '((1 . (background 1)) + (2 . (rainbow semibold 1)) (t . (bold)))) (modus-themes-completions '((matches . (extrabold intense)) |