diff options
author | Adam <adamdharrison@gmail.com> | 2024-04-03 14:28:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 14:28:40 -0400 |
commit | 4b7ae326f8ca08a8eb8d325fda808e5c30a1fab5 (patch) | |
tree | e5fb67a3807b1fe85ff5d3e39a233229ce25474a | |
parent | 14d002e20fbf2e9293527e9a4e37911f5cf117fe (diff) | |
download | lite-xl-colors-4b7ae326f8ca08a8eb8d325fda808e5c30a1fab5.tar.gz lite-xl-colors-4b7ae326f8ca08a8eb8d325fda808e5c30a1fab5.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ 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")' +THEME=everforest; lpm run $THEME --config="core.reload_module('colors.$THEME')" ``` ### Base16 Themes |