diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-25 11:04:57 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-25 11:04:57 -0700 |
commit | 1b4b2e1517f46fb586f0c170a0702918437f7e94 (patch) | |
tree | 223697ee33046dfdef2b8d76613816492d36378d /emacs/custom | |
parent | work: add function to search on sourcegraph (diff) | |
download | emacs.d-1b4b2e1517f46fb586f0c170a0702918437f7e94.tar.gz |
UI: simplify the theme configuration
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/my-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/custom/my-ui.el b/emacs/custom/my-ui.el index b1f2805..11fc371 100644 --- a/emacs/custom/my-ui.el +++ b/emacs/custom/my-ui.el @@ -57,7 +57,7 @@ (modus-themes-org-blocks 'gray-background) (modus-themes-headings '((1 . (background 1.2)) - (2 . (rainbow heavy 1.1)) + (2 . (rainbow 1.1)) (t . (bold)))) (modus-themes-completions '((matches . (extrabold intense)) |