aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-10-10 16:51:09 -0400
committerAdam Harrison <adamdharrison@gmail.com>2023-10-10 16:51:09 -0400
commit0b0ffab47813508054b9f981ef61517f0fe4eb12 (patch)
tree8d17a65a25f61aad61a895659b63b89ac02ceb36 /README.md
parent931431045779879690310a2989e855d73cc3eb09 (diff)
downloadlite-xl-colors-PR/readme-update.tar.gz
lite-xl-colors-PR/readme-update.zip
Updated README.md to include mentions of base16 themes, and lpm.PR/readme-update
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index b5dd08d..9414706 100644
--- a/README.md
+++ b/README.md
@@ -10,12 +10,22 @@ To install a color scheme, drop the `.lua` file directly into:
* MacOS `~/.config/lite-xl/colors/`
* Windows `C:\Users\(username)\.config\lite-xl\colors\`
+You can also use [`lpm`](https://github.com/lite-xl/lite-xl-plugin-manager) to install any of the below themes.
+
+```
+lpm install everforest
+```
+
Then, add a call to `core.reload_module` to your user module (the gear in the bottom left corner). As an example, if you installed the `github_dark.lua` file into your colors folder, you'd load it with:
```lua
core.reload_module("colors.github_dark")
```
+### Base16 Themes
+
+`@SmileYzn` has created a theme manager for base16 themes as a plugin. Please see [here](https://github.com/SmileYzn/base16), if you'd like to install a base16 theme.
+
*Note: if you make a pull request, please update the manifest.json.
The below table will be automatically updated as part of CI; please
do not bother modifying it.*