diff options
-rw-r--r-- | early-init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el index 08bf438..8bd3ddb 100644 --- a/early-init.el +++ b/early-init.el @@ -36,5 +36,6 @@ ;; Setting the face in here prevents flashes of ;; color as the theme gets activated (background-color . "#000000") + (foreground-color . "#ffffff") (ns-appearance . dark) (ns-transparent-titlebar . t))) |