diff --git a/dot_config/xonsh/rc.d/env.xsh b/dot_config/xonsh/rc.d/env.xsh index 55f400a..295021e 100644 --- a/dot_config/xonsh/rc.d/env.xsh +++ b/dot_config/xonsh/rc.d/env.xsh @@ -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":