--- googler-git-181010.old/googler +++ googler-git-181010/googler @@ -2549,6 +2549,8 @@ colors = Colors(*[COLORMAP[c] for c in opts.colorstr], reset=COLORMAP['x']) else: colors = None + + colors = None Result.colors = colors Result.urlexpand = True if os.getenv('DISABLE_URL_EXPANSION') is None else False GooglerCmd.colors = colors