From: Vu Nhat Minh Date: Thu, 3 Jul 2014 08:54:16 +0000 (+0900) Subject: message X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9bc91c782dd597aa37655876436abd1367e441ca;p=rainbowstream.git message --- diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index ab4c847..0c0602c 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -780,7 +780,7 @@ def theme(): os.environ.get('USERPROFILE', '')) + os.sep + '.rainbow_config.json' if not os.path.exists(custom_path): - line += light_magenta(' (create your own config at ~/.rainbow_config.json)') + line += light_magenta(' (create your own config file at ~/.rainbow_config.json)') else: line += light_magenta(' (loaded)') else: @@ -814,7 +814,7 @@ def theme(): printNicely(green('Theme changed.')) except: if g['stuff'] == 'custom': - printNicely(red('Sorry you should create config file first!')) + printNicely(light_magenta('~/.rainbow_config.json is not exists!')) else: printNicely(red('No such theme exists.'))