From 7fb0a13224a7c95993d4e9ea4c7bc6ba39f57f77 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 30 Dec 2022 10:28:35 +0100 Subject: [PATCH] Update configuration to modus-themes 4.0.0-dev --- modules/base/emacs/base-init.el | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/modules/base/emacs/base-init.el b/modules/base/emacs/base-init.el index 63605743..ee36cb52 100644 --- a/modules/base/emacs/base-init.el +++ b/modules/base/emacs/base-init.el @@ -177,14 +177,11 @@ (use-package modus-themes :custom (modus-themes-bold-constructs t "Use bold accents") - (modus-themes-syntax '(alt-syntax yellow-comments) "Show comments in yellow instead of gray") - (modus-themes-promts '(intense) "Colours are nice") - (modus-themes-completions '(opinionated) "Colours are nice") - (modus-themes-mode-line '(borderless accented) "Thin borders are ugly") - (modus-themes-region '(bg-only accented) "Don't lose syntax highlighting in the active region") + (modus-themes-fringes nil "No fringes") + (modus-themes-common-palette-overrides modus-themes-preset-overrides-intense "Colours are nice") + (modus-themes-region '(bg-only) "Don't lose syntax highlighting in the active region") :config - (modus-themes-load-themes) - (modus-themes-load-operandi) + (load-theme 'modus-operandi t) ) (use-package no-littering