mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 18:03:11 -05:00
Trying out nimbus theme
This commit is contained in:
parent
884b12278d
commit
94286302a5
1 changed files with 7 additions and 17 deletions
|
@ -86,24 +86,14 @@
|
|||
;; Theme
|
||||
(setq custom-safe-themes t)
|
||||
|
||||
;; (use-package doom-themes
|
||||
;; :config
|
||||
;; (setq doom-themes-enable-bold t
|
||||
;; doom-themes-enable-italic t)
|
||||
;; (load-theme 'doom-gruvbox)
|
||||
;; (doom-themes-visual-bell-config)
|
||||
;; (setq doom-themes-treemacs-theme "doom-colors")
|
||||
;; (doom-themes-treemacs-config)
|
||||
;; (doom-themes-org-config))
|
||||
|
||||
;; (use-package gruvbox-theme
|
||||
;; :init
|
||||
;; (load-theme 'gruvbox-dark-hard t))
|
||||
|
||||
(use-package base16-theme
|
||||
:ensure t
|
||||
(use-package nimbus-theme
|
||||
:config
|
||||
(load-theme 'gruvbox-dark-soft t))
|
||||
(load-theme 'nimbus 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
|
||||
(use-package solaire-mode
|
||||
|
|
Loading…
Reference in a new issue