Make both primary and secondary color NNW blue in light mode

This commit is contained in:
Maurice Parker 2019-09-18 09:21:07 -05:00
parent a94c47f1d8
commit b01e8deaf4
1 changed files with 3 additions and 3 deletions

View File

@ -9,10 +9,10 @@
"color" : {
"color-space" : "srgb",
"components" : {
"red" : "0x06",
"red" : "0x08",
"alpha" : "1.000",
"blue" : "0xBE",
"green" : "0x55"
"blue" : "0xEE",
"green" : "0x6A"
}
}
},