From f388e90d3b42802d342897b60f6689f24da42158 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 18 Jul 2025 14:35:37 -0700 Subject: [PATCH] Add migration for new Catppuccin Latte theme --- migrations/1752874371.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 migrations/1752874371.sh diff --git a/migrations/1752874371.sh b/migrations/1752874371.sh new file mode 100644 index 0000000..649adc7 --- /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