michael-lazar / rtv

Browse Reddit from your terminal
MIT License
4.64k stars 274 forks source link

Use reverse video instead of line at left. #558

Closed ghost closed 6 years ago

ghost commented 6 years ago

You should use reverse video instead of a line at left to highlight current entries. Like this: (I highlighted an entry using the mouse.)

michael-lazar commented 6 years ago

I'm not going to change the default theme because in my opinion the bar on the left looks better.

However, this is a great use-case for creating a custom theme. If you take the default theme template and change the Selected line to:

;<element>            = <foreground>  <background>  <attributes>
Selected              = default       default       reverse

you should get exactly what you want. See THEMES.md for info on how to install a custom theme.