Palette: Make the dark blue lighter, it's too dark against the #111 background
This commit is contained in:
parent
632bfe1979
commit
0e2001af0f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ darkRed, darkGreen, darkYellow, darkBlue, darkMagenta, darkCyan, darkGray
|
|||
darkRed = (0x85, 0x14, 0x4B)
|
||||
darkGreen = (0x2E, 0xCC, 0x40)
|
||||
darkYellow = (0xFF, 0x85, 0x1B)
|
||||
darkBlue = (0x00, 0x1F, 0x3F)
|
||||
darkBlue = (0x20, 0x3F, 0x8F)
|
||||
darkMagenta = (0xB1, 0x0D, 0xC9)
|
||||
darkCyan = (0x39, 0xCC, 0xCC)
|
||||
darkGray = (0xAA, 0xAA, 0xAA)
|
||||
|
|
Loading…
Reference in a new issue