mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-23 02:13:11 -05:00
Merge branch 'main' into single-monitor
This commit is contained in:
commit
e0bad5bba0
1 changed files with 14 additions and 14 deletions
|
@ -86,30 +86,30 @@
|
||||||
;; Theme
|
;; Theme
|
||||||
(setq custom-safe-themes t)
|
(setq custom-safe-themes t)
|
||||||
|
|
||||||
(use-package doom-themes
|
;; (use-package doom-themes
|
||||||
:config
|
;; :config
|
||||||
(setq doom-themes-enable-bold t
|
;; (setq doom-themes-enable-bold t
|
||||||
doom-themes-enable-italic t)
|
;; doom-themes-enable-italic t)
|
||||||
(load-theme 'doom-gruvbox)
|
;; (load-theme 'doom-gruvbox)
|
||||||
(doom-themes-visual-bell-config)
|
;; (doom-themes-visual-bell-config)
|
||||||
(setq doom-themes-treemacs-theme "doom-colors")
|
;; (setq doom-themes-treemacs-theme "doom-colors")
|
||||||
(doom-themes-treemacs-config)
|
;; (doom-themes-treemacs-config)
|
||||||
(doom-themes-org-config))
|
;; (doom-themes-org-config))
|
||||||
|
|
||||||
;; (use-package gruvbox-theme
|
;; (use-package gruvbox-theme
|
||||||
;; :init
|
;; :init
|
||||||
;; (load-theme 'gruvbox-dark-hard t))
|
;; (load-theme 'gruvbox-dark-hard t))
|
||||||
|
|
||||||
;; (use-package base16-theme
|
(use-package base16-theme
|
||||||
;; :ensure t
|
:ensure t
|
||||||
;; :config
|
:config
|
||||||
;; (load-theme 'gruvbox-dark-medium t))
|
(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
|
||||||
:diminish
|
:diminish
|
||||||
:init
|
:init
|
||||||
(solaire-global-mode +1))
|
(solaire-global-mode t))
|
||||||
|
|
||||||
;; Icons
|
;; Icons
|
||||||
(use-package all-the-icons)
|
(use-package all-the-icons)
|
||||||
|
|
Loading…
Reference in a new issue