- 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.lua
andarticblush-light.lua
files 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.lua
located 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.lua
orarticblush-light.lua
file 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.lua
correctly referencesarticblush
orarticblush-light
.
Enjoy your new Articblush theme!