Color themes for the Lite XL text editor, originally forked from the lite colors repository.
To install a color scheme, drop the .lua
file directly into:
- 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:
core.reload_module("colors.github_dark")
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.
Theme | Preview |
---|---|
ayu-light * |
|
flexoki_light |
|
github |
|
gruvbox_light |
|
moe |
|
rose-pine-dawn |
|
solarized_light |
|
solarobj |