1
0

Change kitty theme

This commit is contained in:
Jip J. Dekker 2023-04-25 19:41:27 +10:00
parent 7dc9f07e17
commit 65944c6ff5
No known key found for this signature in database

View File

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