From 2ffaa37381852b0f37e7d9d773ce3bc724643d58 Mon Sep 17 00:00:00 2001 From: Warwick Date: Fri, 8 Aug 2025 18:24:28 +0100 Subject: [PATCH] Set gruvbox as the default theme --- init.el | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index fea1580..a13ff77 100644 --- a/init.el +++ b/init.el @@ -58,7 +58,10 @@ :config (ivy-rich-mode 1)) ;; 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 :ensure t @@ -187,7 +190,14 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; 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 was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.