From eba63246589b977432db0b480787874e07da1b7e Mon Sep 17 00:00:00 2001 From: KJ Date: Mon, 16 Oct 2023 19:50:55 -0400 Subject: [PATCH] Continue playig with the themes :). --- configs/init-base.el | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/configs/init-base.el b/configs/init-base.el index c5f6c61..e695a35 100644 --- a/configs/init-base.el +++ b/configs/init-base.el @@ -67,15 +67,15 @@ ;; Block until current queue processed. (elpaca-wait) -;; ;; Theme +;; Theme + ;; (use-package dracula-theme ;; :defer t ;; :hook ;; (elpaca-after-init . (lambda() ;; (load-theme 'dracula t) +;; (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font ;; )) -;; :config -;; (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font ;; ) ;; (use-package adwaita-dark-theme @@ -83,9 +83,18 @@ ;; :hook ;; (elpaca-after-init . (lambda() ;; (load-theme 'adwaita-dark t) +;; (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font +;; )) +;; ) + +;; (use-package adwaita-theme +;; :elpaca nil +;; :defer t +;; :hook +;; (elpaca-after-init . (lambda() +;; (load-theme 'adwaita t) +;; (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font ;; )) -;; :config -;; (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font ;; ) (use-package modus-themes @@ -94,9 +103,8 @@ :hook (elpaca-after-init . (lambda() (load-theme 'modus-operandi-tinted t) + (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font )) - :config - (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font ) (defconst private-dir (expand-file-name "private" user-emacs-directory))