Custom theme via prelude-theme variable
This commit is contained in:
parent
b7c65e2dbd
commit
28b9df0673
4 changed files with 9 additions and 4 deletions
|
@ -475,10 +475,10 @@ line:
|
|||
(disable-theme 'zenburn)
|
||||
```
|
||||
|
||||
Or you can use another theme altogether by adding something like:
|
||||
Or you can use another theme altogether by adding something in `personal/preload` like:
|
||||
|
||||
```lisp
|
||||
(load-theme 'solarized-dark t)
|
||||
(setq prelude-theme 'solarized-dark)
|
||||
```
|
||||
|
||||
**P.S.** Solarized is not available by default - you'll have to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue