diff options
author | Adam <adamdharrison@gmail.com> | 2024-04-03 13:09:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 19:09:18 +0200 |
commit | 14d002e20fbf2e9293527e9a4e37911f5cf117fe (patch) | |
tree | caf00c9fd4fc1914e34ae9bfdb3960b63dff5dbf /README.md | |
parent | 20c44bcb9715bca533ae3fbb6649287611c11495 (diff) | |
download | lite-xl-colors-14d002e20fbf2e9293527e9a4e37911f5cf117fe.tar.gz lite-xl-colors-14d002e20fbf2e9293527e9a4e37911f5cf117fe.zip |
Update README.md (#36)
* Update README.md
* Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -22,6 +22,12 @@ Then, add a call to `core.reload_module` to your user module (the gear in the bo core.reload_module("colors.github_dark") ``` +You can also preview what a color theme looks like with: + +``` +lpm run everforest --config 'core.reload_module("colors.everforest")' +``` + ### 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. |