From 7f32ad2beabe221f66a0866e4a32552c51d45c78 Mon Sep 17 00:00:00 2001 From: Mossfet Date: Tue, 11 Apr 2023 11:00:15 +0100 Subject: [PATCH] Fixed README --- README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 96b5b1d..68625e7 100644 --- a/README.md +++ b/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.