Change to Xresources theme
This commit is contained in:
parent
67b7eb0ab7
commit
580854a8d1
|
|
@ -66,10 +66,10 @@ Install the package, enable it and ensure that it always is installed:
|
||||||
The theme for Emacs.
|
The theme for Emacs.
|
||||||
Install and set the theme, ensuring that it is always installed:
|
Install and set the theme, ensuring that it is always installed:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package dracula-theme
|
(use-package xresources-theme
|
||||||
:ensure t
|
:ensure t
|
||||||
:init
|
:init
|
||||||
(load-theme 'dracula t))
|
(load-theme 'xresources t))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** All The Icons
|
*** All The Icons
|
||||||
All The Icons is a package to display cool icons within Emacs.
|
All The Icons is a package to display cool icons within Emacs.
|
||||||
|
|
|
||||||
2
init.el
2
init.el
|
|
@ -27,7 +27,7 @@
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(custom-safe-themes
|
'(custom-safe-themes
|
||||||
(quote
|
(quote
|
||||||
("3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" default)))
|
("86704574d397606ee1433af037c46611fb0a2787e8b6fd1d6c96361575be72d2" "a41b81af6336bd822137d4341f7e16495a49b06c180d6a6417bf9fd1001b6d2b" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" default)))
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(quote
|
||||||
(org-bullets company flyspell-correct-ivy evil ivy which-key use-package))))
|
(org-bullets company flyspell-correct-ivy evil ivy which-key use-package))))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue