Set gruvbox as the default theme

This commit is contained in:
Warwick 2025-08-08 18:24:28 +01:00
parent 92ef068d86
commit 2ffaa37381

14
init.el
View file

@ -58,7 +58,10 @@
:config (ivy-rich-mode 1)) :config (ivy-rich-mode 1))
;; Theme ;; Theme
(load-theme 'modus-vivendi) (use-package gruvbox-theme
:ensure t
:config (load-theme 'gruvbox-dark-hard t))
;;(load-theme 'modus-vivendi)
(use-package doom-modeline (use-package doom-modeline
:ensure t :ensure t
@ -187,7 +190,14 @@
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(package-selected-packages nil)) '(custom-safe-themes
'("8363207a952efb78e917230f5a4d3326b2916c63237c1f61d7e5fe07def8d378"
default))
'(package-selected-packages
'(all-the-icons company-box counsel doom-modeline gruvbox-theme
helpful ivy-rich lsp-ivy lsp-treemacs lsp-ui magit
org-bullets org-roam projectile rainbow-delimiters
tree-sitter-langs typescript-mode)))
(custom-set-faces (custom-set-faces
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.