Nevermind, trying ample-flat instead

This commit is contained in:
Andrew Scott 2022-01-20 12:16:49 -05:00
parent 94286302a5
commit a9e429d8f2
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

View file

@ -86,16 +86,20 @@
;; Theme
(setq custom-safe-themes t)
(use-package nimbus-theme
;; (use-package nimbus-theme
;; :config
;; (load-theme 'nimbus t))
(use-package ample-theme
:config
(load-theme 'nimbus t))
(load-theme `ample-flat t))
;; (use-package base16-theme
;; :ensure t
;; :config
;; (load-theme 'gruvbox-dark-soft t))
;; Help distinguish between work buffers from others like sidebars and terminal
;; Help distinguish between work from others like sidebars and terminal
(use-package solaire-mode
:diminish
:init