Emacs_Cfg/early-init.el
2025-03-09 11:32:40 +01:00

8 lines
342 B
EmacsLisp

(setq default-frame-alist '(
;; Setting the face in here prevents flashes of
;; color as the theme gets activated
(background-color . "#000000")
(ns-appearance . dark)
(ns-transparent-titlebar . t)))