theme: disable ewal packages and restore doom-one
This commit is contained in:
@@ -2,23 +2,19 @@
|
|||||||
|
|
||||||
;; Default Doom Theme
|
;; Default Doom Theme
|
||||||
(setq doom-theme 'doom-one)
|
(setq doom-theme 'doom-one)
|
||||||
;; (load-theme doom-theme t) ; Usually handled by Doom automatically, but kept for explicitness if needed
|
|
||||||
|
|
||||||
;; --- Ewal Configuration (Disabled) ---
|
;; --- Ewal Configuration ---
|
||||||
;; To enable, uncomment the blocks below and optionally set doom-theme to 'ewal-doom-one
|
(use-package! ewal
|
||||||
;; (use-package! ewal
|
:disabled t
|
||||||
;; :init
|
:init
|
||||||
;; (setq ewal-use-built-in-always-p nil
|
(setq ewal-json-file "~/.cache/wal/colors.json"
|
||||||
;; ewal-use-built-in-on-failure-p t
|
ewal-use-built-in-always-p nil
|
||||||
;; ewal-built-in-palette "sexy-material"))
|
ewal-use-built-in-on-failure-p t
|
||||||
|
ewal-built-in-palette "sexy-material"))
|
||||||
|
|
||||||
;; (use-package! ewal-doom-themes
|
(use-package! ewal-doom-themes
|
||||||
;; :config
|
:disabled t
|
||||||
;; ;; (load-theme 'ewal-doom-one t)
|
:config
|
||||||
;; ;; (enable-theme 'ewal-doom-one)
|
(load-theme 'ewal-doom-one t)
|
||||||
;; )
|
(enable-theme 'ewal-doom-one)
|
||||||
|
)
|
||||||
;; Previous base16 config (commented out)
|
|
||||||
;; (setq base16-distinct-fringe-background t
|
|
||||||
;; base16-highlight-mode-line 'box)
|
|
||||||
;; (setq doom-theme 'base16-default-dark)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user