Switching to more vim-inspired theme attributes

This commit is contained in:
Michael Lazar
2017-09-19 02:10:37 -04:00
parent b941dc22af
commit d8213f2271
13 changed files with 385 additions and 333 deletions

View File

@@ -178,8 +178,10 @@ def main():
term = Terminal(stdscr, config)
if config['monochrome']:
_logger.info('Using monochrome theme')
theme = Theme(use_color=False)
elif config['theme']:
_logger.info('Loading theme: %s', config['theme'])
theme = Theme.from_name(config['theme'])
else:
# Set to None to let the terminal figure out which default