X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=rainbowstream%2Frainbow.py;h=0c0602ceead9c2197a8be62b41da3600767f8937;hp=ab4c847a9e2cbdbed876ea4731a3d66840014792;hb=9bc91c782dd597aa37655876436abd1367e441ca;hpb=657c4708325f0da4bbaf552970bc854351affb47 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.'))