mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-23 02:13: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
|
;; Theme
|
||||||
(setq custom-safe-themes t)
|
(setq custom-safe-themes t)
|
||||||
|
|
||||||
;; (use-package doom-themes
|
(use-package nimbus-theme
|
||||||
;; :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
|
|
||||||
:config
|
: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
|
;; Help distinguish between work buffers from others like sidebars and terminal
|
||||||
(use-package solaire-mode
|
(use-package solaire-mode
|
||||||
|
|
Loading…
Reference in a new issue