Skip to content

lite-xl/lite-xl-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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\

You can also use lpm to install any of the below themes.

lpm install everforest

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")

Base16 Themes

@SmileYzn has created a theme manager for base16 themes as a plugin. Please see here, if you'd like to install a base16 theme.

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.


Dark

Theme Preview
abyss abyss_preview
ayu-dark* ayu-dark_preview
ayu-mirage* ayu-mirage_preview
Bearded Theme Vivid Black bearded-theme-vivid-black_preview
betelgeuse betelgeuse_preview
c0mfy c0mfy_preview
catppuccin-frappe catppuccin-frappe_preview
catppuccin-macchiato catppuccin-macchiato_preview
catppuccin-mocha catppuccin-mocha_preview
cold_lime cold_lime_preview
dracula dracula_preview
duorand duorand_preview
duotone duotone_preview
everforest everforest_preview
flexoki_dark flexoki_dark_preview
focus focus_preview
github-dark-dimmed github-dark-dimmed_preview
github_dark github_dark_preview
gruvbox_dark gruvbox_dark_preview
jb-fleet jb-fleet_preview
jellybeans jellybeans_preview
liqube liqube_preview
mariana mariana_preview
monodark monodark_preview
monokai monokai_preview
monokai-pro-classic monokai-pro-classic_preview
monokai-sublime monokai-sublime_preview
nord nord_preview
onedark onedark_preview
only_dark only_dark_preview
plasma plasma_preview
predawn predawn_preview
rose-pine rose-pine_preview
rose-pine-moon rose-pine-moon_preview
solarized_dark solarized_dark_preview
synthwave synthwave_preview
tokyo-night tokyo-night_preview
vscode-dark vscode-dark_preview
winter winter_preview
zenburn zenburn_preview

Light

Theme Preview
ayu-light* ayu-light_preview
catppuccin-latte catppuccin-latte_preview
flexoki_light flexoki_light_preview
github github_preview
gruvbox_light gruvbox_light_preview
moe moe_preview
rose-pine-dawn rose-pine-dawn_preview
solarized_light solarized_light_preview
solarobj solarobj_preview

About

Themes for the Lite XL editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages