Skip to content

Commit b48f4f2

Browse files
committed
qml: introduce amber color to our Theme file
Represents the yellow-orange color used for the NetworkIndicator when the app is running on the Signet network.
1 parent 7b8d134 commit b48f4f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/qml/controls/Theme.qml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Control {
1616
required property color red
1717
required property color green
1818
required property color blue
19+
required property color amber
1920
required property color purple
2021
required property color neutral0
2122
required property color neutral1
@@ -45,6 +46,7 @@ Control {
4546
red: "#EC6363"
4647
green: "#36B46B"
4748
blue: "#3CA3DE"
49+
amber: "#C9B500"
4850
purple: "#C075DC"
4951
neutral0: "#000000"
5052
neutral1: "#1A1A1A"
@@ -68,6 +70,7 @@ Control {
6870
red: "#EB5757"
6971
green: "#27AE60"
7072
blue: "#2D9CDB"
73+
amber: "#C9B500"
7174
purple: "#BB6BD9"
7275
neutral0: "#FFFFFF"
7376
neutral1: "#F8F8F8"

0 commit comments

Comments
 (0)