From a84621b520597e0c682b7acd048dfd25ca2bd7f9 Mon Sep 17 00:00:00 2001 From: bh Date: Fri, 12 Dec 2025 22:35:33 +0800 Subject: Added Terafox Theme --- early-init.el | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'early-init.el') 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) ;; ===================================== -- cgit v1.2.3