Add migration for new Catppuccin Latte theme

This commit is contained in:
David Heinemeier Hansson
2025-07-18 14:35:37 -07:00
parent cd915557ae
commit f388e90d3b

4
migrations/1752874371.sh Normal file
View File

@ -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