Improve the README section on color themes
This commit is contained in:
parent
f35402c12f
commit
e7e4ccb8ba
1 changed files with 6 additions and 3 deletions
|
@ -521,12 +521,15 @@ line:
|
||||||
Or you can use another theme altogether by adding something in `personal/preload` like:
|
Or you can use another theme altogether by adding something in `personal/preload` like:
|
||||||
|
|
||||||
```lisp
|
```lisp
|
||||||
|
(prelude-require-package 'solarized)
|
||||||
(setq prelude-theme 'solarized-dark)
|
(setq prelude-theme 'solarized-dark)
|
||||||
```
|
```
|
||||||
|
|
||||||
**P.S.** Solarized is not available by default - you'll have to
|
**Note** [Solarized](https://github.com/bbatsov/zenburn-emacs) is not
|
||||||
install it from MELPA first (`M-x package-install RET
|
available by default - you'll have to install it from MELPA first,
|
||||||
solarized-theme`).
|
therefore the need for `prelude-require-package`. Alternatively you
|
||||||
|
can manually install the package like this - `M-x package-install RET
|
||||||
|
solarized-theme`.
|
||||||
|
|
||||||
Finally, if you don't want any theme at all, you can add this to your
|
Finally, if you don't want any theme at all, you can add this to your
|
||||||
`personal/preload`:
|
`personal/preload`:
|
||||||
|
|
Loading…
Reference in a new issue