pimp gruvbox
This commit is contained in:
parent
4bc6a8dd1e
commit
4aa0fc1fd6
1 changed files with 15 additions and 3 deletions
|
@ -85,12 +85,24 @@
|
||||||
(add-to-list 'default-frame-alist '(font . "JetBrains Mono-10.5"))))
|
(add-to-list 'default-frame-alist '(font . "JetBrains Mono-10.5"))))
|
||||||
|
|
||||||
(use-package doom-themes
|
(use-package doom-themes
|
||||||
:init (load-theme 'doom-peacock t))
|
:init (load-theme 'doom-gruvbox t))
|
||||||
|
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
'(default ((t (:background "#1d2021")))))
|
'(default ((t (:background "#1d2021"))))
|
||||||
|
'(org-block ((t (:background "#282828"))))
|
||||||
|
'(org-quote ((t (:background "#282828")))))
|
||||||
|
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
'(hl-line ((t (:background "gray20" :underline nil)))))
|
'(mode-line ((t (:background "#282828" :foreground "#a89984" :box nil))))
|
||||||
|
'(mode-line-inactive ((t (:background "#282828" :foreground "#504945" :box nil)))))
|
||||||
|
|
||||||
|
(custom-set-faces
|
||||||
|
'(centaur-tabs-selected ((t (:background "#282828" :foreground "#a89984" :box nil))))
|
||||||
|
'(centaur-tabs-unselected ((t (:background "#1d2021" :foreground "#504945" :box nil))))
|
||||||
|
)
|
||||||
|
|
||||||
|
;; (custom-set-faces
|
||||||
|
;; '(hl-line ((t (:background "gray20" :underline nil)))))
|
||||||
;; ---
|
;; ---
|
||||||
|
|
||||||
(use-package paren :ensure nil
|
(use-package paren :ensure nil
|
||||||
|
|
Loading…
Reference in a new issue