From 29fa4498bc47a49050cac9fec53b6ca275f7ca2b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 12 Feb 2021 09:38:51 -0800 Subject: emacs: slight changes to theme settings --- emacs/custom/fcuny-ui.el | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'emacs/custom/fcuny-ui.el') 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) -- cgit 1.4.1