Commit graph

9 commits

Author SHA1 Message Date
Jason Stewart d615121330 - asciinema demo 2022-01-06 18:48:24 -05:00
Jason Stewart 804294eea0
removed version from help 2022-01-04 09:03:11 -05:00
Jason Stewart de63e843e2 v1.7 help update 2022-01-02 14:45:40 -05:00
Jason Stewart 372a915469 using textprop instead of matches
- updated color parsers to all return RGBA lists
- split alpha-disabled match pruning out into s:UnHlAlpha()
- g:clrzr_maxlines guarding
- single awk job, instead of per-window
- updated awk script to reflect buffer# back to vim
- have plugin check for textprop, termguicolors, ##TextChanged.  echoerr
if missing.
- removed most ...Window() functions & window-specific properties
2022-01-02 13:03:39 -05:00
Jason Stewart 29e3844cfe v1.6 - AWK based color extraction 2022-01-01 00:31:27 -05:00
Jason Stewart 66e4c4f446 - renamed script (nearly everything has been extensively re-worked)
- renamed commands to Clrzr... (shorter, & avoids likely name collisions)
- refactored commands to differentiate between session-wide & window-only operations
- stripped out leader bindings
- per-window alpha toggle
- hoisted get background color outside of syntax parse loop
- process up to g:clrzr_maxlines instead of skipping file entirely
- removed hlexists() check to fix bug during :colorscheme change
	(highlights remain, even after all corresponding matches are removed)
- major surgery on autocmds
2021-12-31 09:57:16 -05:00
Jason Stewart 42760c65d9 - help & documentation adjustments 2021-12-29 18:59:10 -05:00
Jason Stewart f7e9691e1c killed xterm paletted color matching
- changed extension of README
- added notes on README.md on how to get `termguicolors`
  under true-color terminals
- removed Makefile
- removed xterm palette matching
  (close is not good enough, best not to try )
- disable plugin if `termguicolors` is not == 1
- added hsl items to colortest.txt for future addition
- added :ColorAlphaPosToggle command
2021-12-29 18:50:51 -05:00
Jason Stewart 69f10b66bb Version 1.5
- updated script headers
- created helpfile
2021-12-29 18:18:05 -05:00