mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-12 15:20:50 -05:00
Nevermind, trying ample-flat instead
This commit is contained in:
parent
94286302a5
commit
a9e429d8f2
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue