gruvbox-dark-soft

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2023-01-16 10:06:36 -05:00
parent b5a8d195d2
commit e815b4faad
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ in {
enable = true;
config = ''
(setq custom-safe-themes t)
(add-hook 'after-init-hook (lambda () (load-theme 'gruvbox t)))
(add-hook 'after-init-hook (lambda () (load-theme 'gruvbox-dark-soft t)))
'';
};