Make workspace menu more readable

This commit is contained in:
2015-07-19 23:50:33 -07:00
parent 02b4844c98
commit c4c2970a04

2
ui.py
View File

@@ -6,7 +6,7 @@ LIST = 'list'
palette = [
('selected', 'standout', ''),
('selected workspace', 'white', 'dark red'),
('selected workspace', 'standout,bold', ''),
]
class WorkspaceMenu(urwid.Columns):