Lite XL colors
Color themes for the Lite XL text editor, originally forked from the lite colors repository.
How to install
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, the relevant table should be updated and kept
in alphabetical order. The make_preview_image.lua
script should be used to create a preview image for your theme which should be
embedded in the table.
Dark
Light
Theme | Preview |
---|---|
github |
|
gruvbox_light |
|
moe |
|
solarized_light |
|
solarobj |