aboutsummaryrefslogtreecommitdiff
path: root/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el
index 4e5c463..080e37d 100644
--- a/early-init.el
+++ b/early-init.el
@@ -42,9 +42,14 @@
(setq inhibit-startup-echo-area-message (user-login-name))
;; Default frame configuration: full screen, good-looking title bar on macOS
+(setq frame-resize-pixelwise t)
+(tool-bar-mode -1) ; No gross icons
(setq default-frame-alist '((fullscreen . maximized)
(vertical-scroll-bars . nil)
(horizontal-scroll-bars . nil)
(ns-appearance . dark)
(ns-transparent-titlebar . t)
(alpha-background . 50)))
+
+(set-face-background 'default "#000000")
+(set-face-foreground 'default "#cccccc")