Merge branch 'hide' of https://github.com/nemanjan00/rtv into nemanjan00-hide

This commit is contained in:
Michael Lazar
2018-06-02 22:50:56 -04:00
11 changed files with 37 additions and 6 deletions

View File

@@ -95,6 +95,7 @@ class Theme(object):
'NeutralVote': (None, None, curses.A_BOLD),
'NSFW': (curses.COLOR_RED, None, curses.A_BOLD | curses.A_REVERSE),
'Saved': (curses.COLOR_GREEN, None, None),
'Hidden': (curses.COLOR_GREEN, None, None),
'Score': (None, None, None),
'Separator': (None, None, curses.A_BOLD),
'Stickied': (curses.COLOR_GREEN, None, None),