Change theme.
For some time I will use modus-themes instead dracula.
This commit is contained in:
		| @@ -67,11 +67,18 @@ | ||||
| ;; Block until current queue processed. | ||||
| (elpaca-wait) | ||||
|  | ||||
| ;; Theme | ||||
| (use-package dracula-theme | ||||
| ;; ;; Theme | ||||
| ;; (use-package dracula-theme | ||||
| ;;   :defer t | ||||
| ;;   :init | ||||
| ;;   (load-theme 'dracula t) | ||||
| ;;   :config | ||||
| ;;   (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font | ||||
| ;;   ) | ||||
| (use-package modus-themes | ||||
|   :defer t | ||||
|   :init | ||||
|   (load-theme 'dracula t) | ||||
|   (load-theme 'modus-operandi-tinted t) | ||||
|   :config | ||||
|   (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font | ||||
|   ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user