diff options
author | Franck Cuny <franck@fcuny.net> | 2021-02-12 09:38:51 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-02-12 09:39:22 -0800 |
commit | 29fa4498bc47a49050cac9fec53b6ca275f7ca2b (patch) | |
tree | 8646f0117ea6f7ed9966ea130085ffa3305e0dd4 /emacs | |
parent | emacs: initial configuration for tramp (diff) | |
download | emacs.d-29fa4498bc47a49050cac9fec53b6ca275f7ca2b.tar.gz |
emacs: slight changes to theme settings
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-ui.el | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el index 5daef2e..3fae95a 100644 --- a/emacs/custom/fcuny-ui.el +++ b/emacs/custom/fcuny-ui.el @@ -34,13 +34,8 @@ (modus-themes-completions nil) (modus-themes-region 'bg-only-no-extend) (modus-themes-diffs 'bg-only) - (modus-themes-variable-pitch-headings t) - (modus-themes-scale-headings t) - (modus-themes-scale-1 1.1) - (modus-themes-scale-2 1.15) - (modus-themes-scale-3 1.21) - (modus-themes-scale-4 1.27) - (modus-themes-scale-5 1.33)) + (modus-themes-variable-pitch-headings nil) + (modus-themes-scale-headings nil)) (use-package diminish :ensure t) |