aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam <adamdharrison@gmail.com>2022-10-11 20:44:05 -0400
committerAdam <adamdharrison@gmail.com>2022-10-11 20:44:05 -0400
commit7a4a38f02088f3d5f09169f734c75dddd3dfc96d (patch)
tree13cbd9bcc4d3c794b0aa186d75a3521175e25eb4 /README.md
parent6a06bbc12d1084ab5ced40442c98da7bdcaa5bf1 (diff)
downloadlite-xl-colors-7a4a38f02088f3d5f09169f734c75dddd3dfc96d.tar.gz
lite-xl-colors-7a4a38f02088f3d5f09169f734c75dddd3dfc96d.zip
Made it clearer.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index e9bff0d..fab712b 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,11 @@ Color themes for the [Lite XL text editor](https://github.com/lite-xl/lite-xl),
## How to install
-To install a color scheme:
+To install a color scheme, drop the .lua file directly into:
-* Drop the file directly into your user directory colors folder:
- * Linux `~/.config/lite-xl/colors/`
- * MacOS `~/.config/lite-xl/colors/`
- * Windows `C:\Users\(username)\.config\lite-xl\colors\`
+* Linux `~/.config/lite-xl/colors/`
+* MacOS `~/.config/lite-xl/colors/`
+* Windows `C:\Users\(username)\.config\lite-xl\colors\`
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: