Give a name to tmux default statusline color

This commit is contained in:
Foo 2017-04-30 02:35:45 +03:00
parent b7a46eb7a8
commit 908d767ec0

@ -174,6 +174,7 @@ def main(attempts=3):
((255, 255, 255), (11, 11, 11), 0, 0, 0): 'bg',
((199, 199, 199), (88, 88, 88), 0, 0, 0): 'cwd',
((88, 88, 88), (11, 11, 11), 0, 0, 0): 'cwdhsep',
((0, 0, 0), (0, 224, 0), 0, 0, 0): 'defstl',
}
try: