Skip to content

v0.1.3

Compare
Choose a tag to compare
@jpe90 jpe90 released this 06 Aug 14:32
· 25 commits to master since this release

Adds a light theme to make clp usable from terminals with a light background.

Enable it by creating clprc.lua in ~/.config/clp with the following:

clprc = {}
clprc.custom_theme = "light"
return clprc

See man page for more details.