From cba00eed5ca9c4ca780a327564f82994f8fbecbe Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 18 Jan 2023 18:51:38 -0800 Subject: ref(ui): use the default color scheme The theme for modus evolves constantly and is hard to keep up with (it's not the first time I have issues with it). The default color scheme is "good enough", and I revert it to use a dark background. Change-Id: I0e0c984fb5fb3933cdcfdbda12e61ae391e0272f --- emacs/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index a5d46dc..b1a6de6 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -3,6 +3,9 @@ ;;; Code: +;;; default colors, but inverted. Doing this early to avoid flickering. +(invert-face 'default) + ;; store all the customizations into that file. if the file does not ;; exists, we create an empty file, and then we load it. (setq custom-file (expand-file-name "var/custom.el" user-emacs-directory)) -- cgit v1.2.3