all repos — nixfiles @ 9be2f1c5b616b3fd022b290b7959db9d91359710

System and user configuration, managed by nix and home-manager

emacs: darken backgrounds of non-editing windows
Alan Pearce alan@alanpearce.eu
Mon, 27 Jan 2025 19:22:54 +0100
commit

9be2f1c5b616b3fd022b290b7959db9d91359710

parent

14bc20cd2439a0b7d22f01f3565e7789722bf2d9

2 files changed, 6 insertions(+), 0 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -135,6 +135,11 @@ doom-modeline-height 28)             (let ((foreground (face-attribute 'font-lock-comment-face :foreground)))
               (set-face-attribute 'doom-modeline-buffer-modified nil :foreground foreground))))
 
+(use-package solaire-mode
+  :defer 1
+  :config (progn
+            (solaire-global-mode +1)))
+
 (when (eq system-type 'darwin)
   (add-to-list 'default-frame-alist '(ns-transparent-titlebar . t))
   (add-to-list 'default-frame-alist '(ns-appearance . 'light)))
M user/settings/emacs.nixuser/settings/emacs.nix
@@ -146,6 +146,7 @@ posframe         quickrun
         rainbow-mode
         rainbow-delimiters
+        solaire-mode
         ssh-deploy
         svelte-mode
         stimmung-themes