1 files changed, 2 insertions(+), 2 deletions(-)
M init.el
M init.el => init.el +2 -2
@@ 21,11 21,11 @@
(elpaca-wait)
;; some visual configs
-(my-use-package nordic-night-theme
+(my-use-package gruvbox-theme
:ensure t
:demand t
:config
- (load-theme 'nordic-night t)
+ (load-theme 'gruvbox-dark-hard t)
)
(setq-default inhibit-startup-screen t)