From 498ac6e7e9a2cda0f0a7e8dcc4cb69fec33a37b8 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Mon, 6 Nov 2023 02:49:32 -0500 Subject: Dim inactive buffers --- early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index a008338..534fe07 100644 --- a/early-init.el +++ b/early-init.el @@ -78,7 +78,7 @@ ;; damage ;; --------------------------------- -(set-face-attribute 'default nil :background "#000000" :foreground "#c6a57b") +(set-face-attribute 'default nil :background "#0a0a0a" :foreground "#c6a57b") -- cgit v1.2.3