Fixed README
This commit is contained in:
parent
462b73a453
commit
7f32ad2bea
1 changed files with 6 additions and 12 deletions
18
README.md
18
README.md
|
@ -7,12 +7,12 @@ opinionated from the original everforest theme, but I try to keep as true to the
|
|||
original theme as possible, but making changes where needed for both functional
|
||||
and cosmetic reasons.
|
||||
|
||||
- [sourcehut mirror](https://git.sr.ht/~theorytoe/everforest-theme)
|
||||
This package is adopted from [the original everforest theme from theorytoe](https://git.sr.ht/~theorytoe/everforest-theme)
|
||||
|
||||
![Dark | Light](./dark_light.png)
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
This theme is not on MELPA (yet), so a manual install is required
|
||||
for stock emacs.
|
||||
|
||||
|
@ -20,7 +20,7 @@ for stock emacs.
|
|||
|
||||
```elisp
|
||||
(straight-use-package
|
||||
'(everforest) :type git :repo "https://git.sr.ht/~theorytoe/everforest-theme")
|
||||
'(everforest :type git :repo "https://git.solarpunk.moe/mossfet/Everforest"))
|
||||
|
||||
(load-theme 'everforest-hard-dark t)
|
||||
;; (load-theme 'everforest-hard-light t)
|
||||
|
@ -30,9 +30,9 @@ for stock emacs.
|
|||
|
||||
```elisp
|
||||
(package! everforest
|
||||
:recipe (:repo "https://git.sr.ht/~theorytoe/everforest-theme"))
|
||||
:recipe (:repo "https://git.solarpunk.moe/mossfet/Everforest"))
|
||||
|
||||
(use-package! 'everforest')
|
||||
(use-package! everforest)
|
||||
|
||||
(load-theme 'everforest-hard-dark t)
|
||||
;; (load-theme 'everforest-hard-light t)
|
||||
|
@ -43,7 +43,7 @@ for stock emacs.
|
|||
Clone the Repo
|
||||
|
||||
```bash
|
||||
git clone https://git.sr.ht/~theorytoe/everforest-theme ~/.emacs.d/everforest-theme
|
||||
git clone https://git.solarpunk.moe/mossfet/Everforest ~/.emacs.d/everforest-theme
|
||||
```
|
||||
|
||||
Add the theme to your custom-theme alist and load it
|
||||
|
@ -66,9 +66,3 @@ To load the theme on emacs startup:
|
|||
```elisp
|
||||
(load-theme 'everforest-hard-dark t)
|
||||
```
|
||||
|
||||
# Roadmap
|
||||
|
||||
Currently, both the dark and light (high-contrast/hard) schemes
|
||||
have been ported. Support for both soft and medium will eventually
|
||||
arrive once most of the internal code has been cleaned up.
|
||||
|
|
Loading…
Reference in a new issue