mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-26 14:54:52 +09:00
style: use softer colors for diff display
This commit is contained in:
parent
937a0e59ba
commit
d4c7842b15
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ darkGray = (0xAA, 0xAA, 0xAA)
|
|||
|
||||
lightRed, lightGreen, lightYellow, lightBlue :: RGB
|
||||
lightMagenta, lightCyan, lightGray :: RGB
|
||||
lightRed = (0xFF, 0x41, 0x36)
|
||||
lightGreen = (0x01, 0xFF, 0x70)
|
||||
lightRed = (0xC2, 0x5B, 0x76)
|
||||
lightGreen = (0x4E, 0xA6, 0x81)
|
||||
lightYellow = (0xFF, 0xDC, 0x00)
|
||||
lightBlue = (0x00, 0x74, 0xD9)
|
||||
lightMagenta = (0xF0, 0x12, 0xBE)
|
||||
|
|
Loading…
Reference in a new issue