From 993e1a88a3a17985d9c829ceb2ccd9e25ba68015 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 31 Mar 2022 10:31:07 -0700 Subject: [PATCH] Disable custom xonsh style --- xonsh/prompt.xsh | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/xonsh/prompt.xsh b/xonsh/prompt.xsh index a769c9d..e8ab966 100644 --- a/xonsh/prompt.xsh +++ b/xonsh/prompt.xsh @@ -11,15 +11,15 @@ else: "{#5E6470}\ue0b1 {BLUE}{short_cwd} {DEFAULT}{env_name}{RESET}{#2E3440}\ue0b0\n" \ "{RESET}{INTENSE_GREEN}{prompt_end}{RESET} " -# Color style to fix unreadable greys -from xonsh.tools import register_custom_style -ttm_style = { - # Put custom overrides here - # Discover list of styles by running "xonfig colors default" - # Discover default mappings by cross referencing - # https://github.com/xonsh/xonsh/blob/main/xonsh/style_tools.py - # and - # https://github.com/pygments/pygments/blob/master/pygments/styles/native.py -} -register_custom_style("ttm-style", ttm_style, base="native") -$XONSH_COLOR_STYLE = "ttm-style" +# # Color style to fix unreadable greys +# from xonsh.tools import register_custom_style +# ttm_style = { +# # Put custom overrides here +# # Discover list of styles by running "xonfig colors default" +# # Discover default mappings by cross referencing +# # https://github.com/xonsh/xonsh/blob/main/xonsh/style_tools.py +# # and +# # https://github.com/pygments/pygments/blob/master/pygments/styles/native.py +# } +# register_custom_style("ttm-style", ttm_style, base="native") +# $XONSH_COLOR_STYLE = "ttm-style"