summaryrefslogtreecommitdiff
path: root/early-init.el
diff options
context:
space:
mode:
authorbh <qn+git@excalibur.computer>2026-06-11 18:42:10 +0800
committerbh <qn+git@excalibur.computer>2026-06-11 18:42:10 +0800
commit7e11a6e780a7832bf92c17c0e6233b36229658c0 (patch)
treef58266a655a300e8268ad677fe341302eb650d61 /early-init.el
parentd3d4a5015fedde2d453b672f5de6cc5ed29d7d3f (diff)
Change fontHEADmaster
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/early-init.el b/early-init.el
index 6856ba8..a7e503d 100644
--- a/early-init.el
+++ b/early-init.el
@@ -29,7 +29,7 @@
;; 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")
+ '((font . "0xProto 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)