Skip to content

pragtical/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\

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

Theme Preview
betelgeuse betelgeuse_preview
cold_lime cold_lime_preview
c0mfy c0mfy_preview
dracula dracula_preview
duorand duorand_preview
duotone duotone_preview
github_dark github_dark_preview
github-dark-dimmed duotone_preview
gruvbox_dark gruvbox_dark_preview
jellybeans jellybeans_preview
liqube liqube_preview
mariana mariana_preview
monodark monodark_preview
monokai monokai_preview
monokai-pro-classic monokai-pro-classic_preview
nord nord_preview
onedark onedark_preview
only_dark only_dark_preview
plasma plasma_preview
synthwave synthwave_preview
tokyo-night tokyo-night_preview
vscode-dark vscode-dark_preview
winter winter_preview
zenburn zenburn_preview

Light

Theme Preview
github github_preview
gruvbox_light gruvbox_light_preview
moe moe_preview
solarized_light solarized_light_preview
solarobj solarobj_preview

About

Color themes for Pragtical editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages