Skip to content

pragtical/colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pragtical colors

Color themes for the Pragtical 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/pragtical/colors/
  • MacOS ~/.config/pragtical/colors/
  • Windows C:\Users\(username)\.config\pragtical\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
everforest everforest_preview
github_dark github_dark_preview
github-dark-dimmed duotone_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
nord nord_preview
onedark onedark_preview
only_dark only_dark_preview
plasma plasma_preview
rose-pine-moon rose_pine_review
rose-pine rose_pine_review
synthwave synthwave_preview
tokyo-night tokyo-night_preview
vscode-dark vscode-dark_preview
winter winter_preview
yaru_dark yaru_dark_preview
zenburn zenburn_preview

Light

Theme Preview
github github_preview
gruvbox_light gruvbox_light_preview
moe moe_preview
rose-pine-dawn rose_pine_review
solarized_light solarized_light_preview
solarobj solarobj_preview
yaru yaru_preview

About

Color themes for Pragtical editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages