1
0

Revert theme to Rosé Pine

This commit is contained in:
Jip J. Dekker 2022-12-15 16:21:24 +11:00
parent 7f5831f3b4
commit cf1a3ead86
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
# Use github theme for bat
--theme="GitHub"
--theme="ansi"

View File

@ -41,9 +41,9 @@ def _theme(args):
"""This command takes a
"""
DARK_XONSH_STYLE = "stata-dark"
DARK_KITTY_STYLE = "Ayu Mirage"
DARK_KITTY_STYLE = "Rosé Pine Moon"
LIGHT_XONSH_STYLE = "stata-light"
LIGHT_KITTY_STYLE = "Ayu Light"
LIGHT_KITTY_STYLE = "Rosé Pine Dawn"
if len(args) == 0 or args[0] == "info":
print("dark" if $XONSH_COLOR_STYLE == DARK_XONSH_STYLE else "light")
elif args[0] == "set":