X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=rainbowstream%2Frainbow.py;h=ab4c847a9e2cbdbed876ea4731a3d66840014792;hp=84aff931b5318c2321d43d7c095acccf9b0368b8;hb=657c4708325f0da4bbaf552970bc854351affb47;hpb=bb03272e3286e31f09e30a72159d3b683fefb7fb diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 84aff93..ab4c847 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -813,7 +813,10 @@ def theme(): '[@' + g['original_name'] + ']: ') printNicely(green('Theme changed.')) except: - printNicely(red('Sorry, can not load config file!')) + if g['stuff'] == 'custom': + printNicely(red('Sorry you should create config file first!')) + else: + printNicely(red('No such theme exists.')) def help():