feat: initial commit (migrate from old flowy monorepo)

This commit is contained in:
talksik
2025-03-27 12:00:38 -07:00
commit 83906ac940
105 changed files with 1558 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
pragma Singleton
import QtQuick
// based on https://colorhunt.co/palette/181c143c3d37697565ecdfcc
Item {
property color background: "#181C14"
property color card: "#232421"
property color accent: "#697565"
property color muted: "#A0A0A0"
property color foreground: "#ECDFCC"
property color softBorder: "#282926"
}