Continue playig with the themes :).
This commit is contained in:
parent
970e63b565
commit
eba6324658
@ -67,15 +67,15 @@
|
|||||||
;; Block until current queue processed.
|
;; Block until current queue processed.
|
||||||
(elpaca-wait)
|
(elpaca-wait)
|
||||||
|
|
||||||
;; ;; Theme
|
;; Theme
|
||||||
|
|
||||||
;; (use-package dracula-theme
|
;; (use-package dracula-theme
|
||||||
;; :defer t
|
;; :defer t
|
||||||
;; :hook
|
;; :hook
|
||||||
;; (elpaca-after-init . (lambda()
|
;; (elpaca-after-init . (lambda()
|
||||||
;; (load-theme 'dracula t)
|
;; (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
|
;; (use-package adwaita-dark-theme
|
||||||
@ -83,9 +83,18 @@
|
|||||||
;; :hook
|
;; :hook
|
||||||
;; (elpaca-after-init . (lambda()
|
;; (elpaca-after-init . (lambda()
|
||||||
;; (load-theme 'adwaita-dark t)
|
;; (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
|
(use-package modus-themes
|
||||||
@ -94,9 +103,8 @@
|
|||||||
:hook
|
:hook
|
||||||
(elpaca-after-init . (lambda()
|
(elpaca-after-init . (lambda()
|
||||||
(load-theme 'modus-operandi-tinted t)
|
(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))
|
(defconst private-dir (expand-file-name "private" user-emacs-directory))
|
||||||
|
Loading…
Reference in New Issue
Block a user