summaryrefslogtreecommitdiff
path: root/early-init.el
diff options
context:
space:
mode:
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)
;; =====================================