feat: initial commit (migrate from old flowy monorepo)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user