summaryrefslogtreecommitdiff
path: root/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/early-init.el b/early-init.el
index af0ae4e..bce0bc8 100644
--- a/early-init.el
+++ b/early-init.el
@@ -14,14 +14,14 @@
;; Configure frame appearance BEFORE GUI initializes
;; This prevents the white flash on startup
(setq default-frame-alist
- '((font . "JetBrainsMono Nerd Font-10.5:weight=semi-bold:antialias=true:hinting=true:hintstyle=slight")
- (background-color . "#003636") ;; Dark cyan background
- (foreground-color . "#8affff") ;; Bright cyan text
- (alpha-background . 75) ;; 75% opacity (GUI only)
- (internal-border-width . 0)
- (vertical-scroll-bars . nil)
- (menu-bar-lines . 0)
- (tool-bar-lines . 0)))
+ '((font . "JetBrainsMono Nerd Font-10.5:weight=semi-bold:antialias=true:hinting=true:hintstyle=slight")
+ (background-color . "#003636") ;; Dark cyan background
+ (foreground-color . "#8affff") ;; Bright cyan text
+ (alpha-background . 75) ;; 75% opacity (GUI only)
+ (internal-border-width . 0)
+ (vertical-scroll-bars . nil)
+ (menu-bar-lines . 0)
+ (tool-bar-lines . 0)))
;; Use system font rendering settings for better anti-aliasing
(setq-default font-use-system-font t)