Exemple #1
0
 def color_style(self):
     """Returns the current color map."""
     style = style = builtins.__xonsh_env__.get('XONSH_COLOR_STYLE')
     return ansi_color_style(style=style)
Exemple #2
0
 def color_style(self):
     """Returns the current color map."""
     style = style = builtins.__xonsh_env__.get('XONSH_COLOR_STYLE')
     return ansi_color_style(style=style)
Exemple #3
0
 def color_style(self):
     """Returns the current color map."""
     style = XSH.env.get("XONSH_COLOR_STYLE")
     return ansi_color_style(style=style)