- Ensure you have Lite XL installed on your system.
-
Download the Theme
- Clone the repository or download the theme files.
git clone https://github.com/your-repo/articblush-litexl-theme.git cd articblush-litexl-theme -
Move the Theme Files
- Copy the
articblush.luaandarticblush-light.luafiles to the Lite XL user theme directory:
mkdir -p ~/.config/lite-xl/colors cp articblush.lua articblush-light.lua ~/.config/lite-xl/colors/
- On Windows, move the files to:
C:\Users\YourUsername\AppData\Roaming\lite-xl\colors\
- Copy the
-
Enable the Theme
- Open
config.lualocated in~/.config/lite-xl/orC:\Users\YourUsername\AppData\Roaming\lite-xl\. - Add or modify the following line to enable the default dark theme:
core.reload_module("colors.articblush")
- To use the light version, change it to:
core.reload_module("colors.articblush-light")
- Open
-
Restart Lite XL
- Close and reopen Lite XL to apply the changes.
- Modify the
articblush.luaorarticblush-light.luafile to tweak colors and styles as per your preference.
- If the theme does not load, ensure the files are correctly placed in the
colors/directory. - Verify that
config.luacorrectly referencesarticblushorarticblush-light.
Enjoy your new Articblush theme!
