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

View File

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