Color themes for the Pragtical text editor, originally forked from the lite colors repository.
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\
You can also use ppm
to
install any of the below themes.
ppm 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")
You can also preview what a color theme looks like with:
THEME=everforest; ppm run $THEME --config="core.reload_module('colors.$THEME')"
@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.
Theme | Preview |
---|---|
ayu-light | |
catppuccin-latte | |
everforest_light | |
flexoki_light | |
github | |
gruvbox_light | |
moe | |
oxocarbon-light | |
rose-pine-dawn | |
solarized_light | |
solarobj | |
yaru |