Added: tsoding's gruber-darker-theme
This commit is contained in:
parent
bae69d3c58
commit
1422b94e7a
|
|
@ -192,6 +192,11 @@
|
||||||
(highlight-parentheses-colors
|
(highlight-parentheses-colors
|
||||||
'("#8ffff2" "#8ffff2" "#8ffff2" "#8ffff2" "#8ffff2")))
|
'("#8ffff2" "#8ffff2" "#8ffff2" "#8ffff2" "#8ffff2")))
|
||||||
|
|
||||||
|
(use-package gruber-darker-theme
|
||||||
|
:ensure t
|
||||||
|
:config
|
||||||
|
(load-theme 'gruber-darker t))
|
||||||
|
|
||||||
(use-package emacs
|
(use-package emacs
|
||||||
:custom
|
:custom
|
||||||
;; Enable context menu. `vertico-multiform-mode' adds a menu in the minibuffer
|
;; Enable context menu. `vertico-multiform-mode' adds a menu in the minibuffer
|
||||||
|
|
@ -261,8 +266,8 @@
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(cape consult corfu corfu-candidate-overlay highlight-parentheses
|
'(cape consult corfu corfu-candidate-overlay gruber-darker-theme
|
||||||
magit orderless vertico)))
|
highlight-parentheses magit orderless vertico)))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user