Skip to content

Releases: jpe90/clp

v0.3.0

13 Feb 11:03
Compare
Choose a tag to compare

What's Changed

  • Update lexers for Scintillua 6.1
  • Add --override-colortheme CLI flag
  • Add Dracula theme by @scop in #12
  • Make install command more precise by @gdubicki in #13
  • Add luaf.sh and cf.sh formatting scripts for convenience
  • Add luautf8 dependency to maintain Lua<=5.1 compatibility
  • Add integration tests
  • Bugfixes

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

19 Aug 14:56
Compare
Choose a tag to compare

Adds colorschemes to clp

To change your colorscheme, change the value of clprc.theme in clprc.lua to one of the following:

3-bit ANSI theme

  • ansi-16

Truecolor themes

  • material
  • codedark
  • github_dark
  • github_light
  • gruvbox
  • tokyonight
  • sonokai
  • everforest

v0.1.3

06 Aug 14:32
Compare
Choose a tag to compare

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.

v.0.1.2

24 Jul 16:07
Compare
Choose a tag to compare
  • Bugfixes
  • Update to new Scintillua lexers

v0.1.1

21 Jul 08:45
Compare
Choose a tag to compare

Configure script ignores lua installations that don't have LPEG.

v.0.1.0

19 Jul 09:33
Compare
Choose a tag to compare

Initial release