summaryrefslogtreecommitdiff
path: root/early-init.el
diff options
context:
space:
mode:
authorbh <qn+git@excalibur.computer>2025-12-12 22:35:33 +0800
committerbh <qn+git@excalibur.computer>2025-12-12 22:35:33 +0800
commita84621b520597e0c682b7acd048dfd25ca2bd7f9 (patch)
tree1fa5a1e5cdb340cbf8b7c394f7a141f196080f5d /early-init.el
parent77cfedd1c9a6173cc8b47fb97eb594ef3186c264 (diff)
Added Terafox Theme
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el
index bce0bc8..c8b5b5f 100644
--- a/early-init.el
+++ b/early-init.el
@@ -7,6 +7,16 @@
;; Maximize GC threshold during startup (restored in init.el)
(setq gc-cons-threshold most-positive-fixnum)
+
+;; =====================================
+;; 🎨 Terafox Theme
+;; =====================================
+
+;; Add config directory to theme path
+(add-to-list 'custom-theme-load-path (expand-file-name "themes" user-emacs-directory))
+(load-theme 'terafox-emacs t)
+
+
;; =====================================
;; 🎨 UI Configuration (Pre-GUI Init)
;; =====================================