octobanana / fltrdr

A TUI text reader for the terminal.
https://octobanana.com/software/fltrdr
MIT License
486 stars 9 forks source link

Clarify Text Styles #6

Closed pigmonkey closed 5 years ago

pigmonkey commented 5 years ago

Looking at the output of --help, it is difficult to discern what the various text style values (text, text-primary, text-secondary, text-highlight, etc) refer to.

When I first launched fltrdr on a text file I found the behaviour of highlighting the character under the cursor to be distracting. I wanted to highlight the whole word. Through trial and error I discovered that the property I wanted was text-primary, but it would have been helpful if the documentation was more specific on this point.

octobanana commented 5 years ago

Thanks for letting me know, I'll try and make the descriptions of each style more specific.

octobanana commented 5 years ago

Some more specific descriptions have been added in the latest version. Could you let me know if they help clarify the commands purpose? If not, what could be changed?

pigmonkey commented 5 years ago

Yes, these look much more helpful. Thanks!