diff --git a/migrations/1752874371.sh b/migrations/1752874371.sh new file mode 100644 index 00000000..649adc77 --- /dev/null +++ b/migrations/1752874371.sh @@ -0,0 +1,4 @@ +echo "Add Catppuccin Latte light theme" +if [[ ! -L "~/.config/omarchy/themes/catppuccin-latte" ]]; then + ln -snf ~/.local/share/omarchy/themes/catppuccin-latte ~/.config/omarchy/themes/ +fi