diff options
-rw-r--r-- | emacs/custom/fcuny-ui.el | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el index 0bb9054..2bb8526 100644 --- a/emacs/custom/fcuny-ui.el +++ b/emacs/custom/fcuny-ui.el @@ -34,9 +34,13 @@ (modus-themes-completions nil) (modus-themes-region 'bg-only-no-extend) (modus-themes-diffs 'bg-only) - (modus-themes-org-blocks 'grayscale) - (modus-themes-variable-pitch-headings nil) - (modus-themes-scale-headings nil)) + (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)) (use-package diminish :ensure t) @@ -53,7 +57,7 @@ (setq ns-use-native-fullscreen nil) (setq mac-allow-anti-aliasing t)) (when (memq window-system '(x)) - (set-frame-font "Source Code Pro-11") + (set-frame-font "Source Code Pro-10") ;; this is a fall back in the case we have unicode characeters. ;; For example, with this settings, the following source is ;; rendered correctly 😇 😀 and 🤢 |