diff --git a/configs/init-base.el b/configs/init-base.el index 6bbae62..c5f6c61 100644 --- a/configs/init-base.el +++ b/configs/init-base.el @@ -70,15 +70,31 @@ ;; ;; Theme ;; (use-package dracula-theme ;; :defer t -;; :init -;; (load-theme 'dracula t) +;; :hook +;; (elpaca-after-init . (lambda() +;; (load-theme 'dracula t) +;; )) ;; :config ;; (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font ;; ) + +;; (use-package adwaita-dark-theme +;; :defer t +;; :hook +;; (elpaca-after-init . (lambda() +;; (load-theme 'adwaita-dark t) +;; )) +;; :config +;; (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font +;; ) + (use-package modus-themes + :elpaca nil :defer t - :init - (load-theme 'modus-operandi-tinted t) + :hook + (elpaca-after-init . (lambda() + (load-theme 'modus-operandi-tinted t) + )) :config (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font ) diff --git a/configs/init-org.el b/configs/init-org.el index 04b51ad..4785fcf 100644 --- a/configs/init-org.el +++ b/configs/init-org.el @@ -33,7 +33,7 @@ ;; (set-face-attribute 'org-block nil :foreground 'unspecified :inherit 'fixed-pitch) ;; (set-face-attribute 'org-code nil :inherit '(shadow fixed-pitch)) (setq org-fontify-quote-and-verse-blocks t) ;; Permitir configuraciĆ³n de bloques quote y verse. - (set-face-attribute 'org-block nil :underline nil :foreground nil :background "#282a36") + ;; (set-face-attribute 'org-block nil :underline nil :foreground nil :background "#282a36") ;; (set-face-attribute 'org-block-begin-line nil :underline nil :foreground nil :background "#1e1f28") ;; (set-face-attribute 'org-block-end-line nil :underline nil :foreground nil :background nil) ;; (set-face-attribute 'org-block-end-line nil :background 'unspecified)