From 4586f7553272ba6b62d265e369e5d843d57323eb Mon Sep 17 00:00:00 2001
From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com>
Date: Thu, 6 Jul 2023 01:05:52 -0400
Subject: Fix default face color not working with additional EXWM workspaces

---
 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 e9df2d0..a008338 100644
--- a/early-init.el
+++ b/early-init.el
@@ -78,7 +78,7 @@
 ;; damage
 ;; ---------------------------------
 
-(set-face-attribute 'default nil :background "#000000" :foreground "#FFFFFF")
+(set-face-attribute 'default nil :background "#000000" :foreground "#c6a57b")
 
 
 
-- 
cgit v1.2.3