Change kitty theme
This commit is contained in:
parent
7dc9f07e17
commit
65944c6ff5
@ -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":
|
||||
|
Loading…
x
Reference in New Issue
Block a user