Add hidden to GUI

This commit is contained in:
Nemanja Nedeljkovic
2018-01-11 10:45:58 +01:00
parent da81275c5e
commit ff87c89e0b
3 changed files with 8 additions and 0 deletions

View File

@@ -93,6 +93,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),