change danger color to be #ff0000

This commit is contained in:
Michael Hudson-Doyle 2018-03-12 14:28:34 +13:00
parent 23dc099933
commit c31183ff13
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
COLORS = [ COLORS = [
("bg", (0x11, 0x11, 0x11)), ("bg", (0x11, 0x11, 0x11)),
("orange", (0xe9, 0x54, 0x20)), ("orange", (0xe9, 0x54, 0x20)),
("danger", (0xc7, 0x16, 0x2b)), ("danger", (0xff, 0x00, 0x00)),
("good", (0x0e, 0x84, 0x20)), ("good", (0x0e, 0x84, 0x20)),
("neutral", (0x00, 0x7a, 0xa6)), ("neutral", (0x00, 0x7a, 0xa6)),
("gray", (0x66, 0x66, 0x66)), ("gray", (0x66, 0x66, 0x66)),

View File

@ -19,7 +19,7 @@
COLORS = [ COLORS = [
("bg", (0x11, 0x11, 0x11)), ("bg", (0x11, 0x11, 0x11)),
("orange", (0xe9, 0x54, 0x20)), ("orange", (0xe9, 0x54, 0x20)),
("danger", (0xc7, 0x16, 0x2b)), ("danger", (0xff, 0x00, 0x00)),
("good", (0x0e, 0x84, 0x20)), ("good", (0x0e, 0x84, 0x20)),
("neutral", (0x00, 0x7a, 0xa6)), ("neutral", (0x00, 0x7a, 0xa6)),
("gray", (0x66, 0x66, 0x66)), ("gray", (0x66, 0x66, 0x66)),