diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-ui.el | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el index c350088..576c9b2 100644 --- a/emacs/custom/fcuny-ui.el +++ b/emacs/custom/fcuny-ui.el @@ -15,37 +15,6 @@ :config (menu-bar-mode -1)) -(use-package modus-themes - :ensure t - :init - (use-package modus-operandi-theme) - (use-package modus-vivendi-theme) - :config (load-theme 'modus-operandi t) - :custom - (modus-themes-bold-constructs t) - (modus-themes-fringes nil) - (modus-themes-slanted-constructs t) - (modus-themes-mode-line '3d) - (modus-themes-syntax 'faint-yellow-comments) - ;; make the hl line more intense in contrast - (modus-themes-intense-hl-line t) - (modus-themes-hl-line 'intense-background) - (modus-themes-paren-match 'intense-bold) - (modus-themes-links 'neutral-underline) - (modus-themes-prompts 'subtle) - (modus-themes-completions 'opinionated) - (modus-themes-region 'bg-only-no-extend) - (modus-themes-diffs 'bg-only) - (modus-themes-org-blocks 'nil) - (modus-themes-headings '((t . rainbow-highlight))) - (modus-themes-variable-pitch-headings nil) - (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) |