Theme update

This commit is contained in:
2022-05-13 23:42:33 -07:00
parent 6d187190f9
commit 13c667b9f3
4 changed files with 65 additions and 37 deletions

View File

@@ -6,10 +6,11 @@ if $TERM == "dumb":
$BOTTOM_TOOLBAR = None
else:
$PROMPT = \
"{bg#2E3440}{RED}{localtime} " \
"{#5E6470}\ue0b1 {YELLOW}{user}{DEFAULT}@{GREEN}{hostname} " \
"{#5E6470}\ue0b1 {BLUE}{short_cwd} {DEFAULT}{env_name}{RESET}{#2E3440}\ue0b0\n" \
"{bg#2E3440}{BOLD_GREEN}{localtime} " \
"{#5E6470}\ue0b1 {BOLD_YELLOW}{user}{DEFAULT}@{INTENSE_RED}{hostname} " \
"{#5E6470}\ue0b1 {CYAN}{short_cwd} {DEFAULT}{env_name}{RESET}{#2E3440}\ue0b0\n" \
"{RESET}{INTENSE_GREEN}{prompt_end}{RESET} "
# $PROMPT = '{env_name}{BOLD_GREEN}{user}{RESET}@{hostname}:{BOLD_GREEN}{cwd}{RESET}|{gitstatus}\n{BOLD_INTENSE_RED}➤{RESET} '
# # Color style to fix unreadable greys
# from xonsh.tools import register_custom_style
@@ -21,5 +22,5 @@ else:
# # 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"
# register_custom_style("ttm-style", ttm_style)
$XONSH_COLOR_STYLE = "stata-dark"