Changing hidden tag color to yellow/orange

This commit is contained in:
Michael Lazar
2018-06-02 23:44:41 -04:00
parent f218a4e837
commit a940ea0373
6 changed files with 6 additions and 6 deletions

View File

@@ -95,7 +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),
'Hidden': (curses.COLOR_YELLOW, None, None),
'Score': (None, None, None),
'Separator': (None, None, curses.A_BOLD),
'Stickied': (curses.COLOR_GREEN, None, None),