Add Flexoki Light as new default theme

This commit is contained in:
David Heinemeier Hansson
2025-10-12 16:43:17 -04:00
parent 35cc9937ff
commit 0df4dc1a1d
18 changed files with 781 additions and 0 deletions

5
migrations/1760301290.sh Normal file
View File

@@ -0,0 +1,5 @@
echo "Add the new Flexoki Light theme"
if [[ ! -L ~/.config/omarchy/themes/flexoki-light ]]; then
ln -nfs ~/.local/share/omarchy/themes/flexoki-light ~/.config/omarchy/themes/
fi