v0.1.3
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.
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.