* .emacs.d/init.el (b/*scratch*): Invert `mode-line' when `display-graphic-p'.
authorAmin Bandali <bandali@kelar.org>
Fri, 20 May 2022 03:42:30 +0000 (23:42 -0400)
committerAmin Bandali <bandali@kelar.org>
Fri, 20 May 2022 03:43:05 +0000 (23:43 -0400)
.emacs.d/init.el

index 7f1471d..60f5f0d 100644 (file)
@@ -511,7 +511,9 @@ Make N (default: 1) copies of the current line or region."
   "Invert the `default' face (swap its background and foreground).
 Effectively a very simple light/dark theme toggle switch."
   (interactive)
-  (invert-face 'default))
+  (invert-face 'default)
+  (when (display-graphic-p)
+    (invert-face 'mode-line)))
 
 \f
 ;;; General key bindings