Files
doom/theme.el
T

25 lines
802 B
EmacsLisp
Raw Normal View History

2025-11-22 20:13:14 +08:00
;;; theme.el -*- lexical-binding: t; -*-
;; Default Doom Theme
(setq doom-theme 'doom-one)
;; (load-theme doom-theme t) ; Usually handled by Doom automatically, but kept for explicitness if needed
;; --- Ewal Configuration (Disabled) ---
;; To enable, uncomment the blocks below and optionally set doom-theme to 'ewal-doom-one
;; (use-package! ewal
;; :init
;; (setq ewal-use-built-in-always-p nil
;; ewal-use-built-in-on-failure-p t
;; ewal-built-in-palette "sexy-material"))
;; (use-package! ewal-doom-themes
;; :config
;; ;; (load-theme 'ewal-doom-one t)
;; ;; (enable-theme 'ewal-doom-one)
;; )
2026-03-05 21:16:11 +08:00
;; Previous base16 config (commented out)
;; (setq base16-distinct-fringe-background t
;; base16-highlight-mode-line 'box)
;; (setq doom-theme 'base16-default-dark)