Better look & feel in dark mode

Fix #9982
pull/9995/head
Don Ho 4 years ago
parent 94c6d24081
commit 9c13d657c9

@ -57,13 +57,12 @@ namespace NppDarkMode
static const Colors darkColors{ static const Colors darkColors{
HEXRGB(0x202020), // background HEXRGB(0x202020), // background
HEXRGB(0x282828), // softerBackground HEXRGB(0x404040), // softerBackground
HEXRGB(0x404040), // hotBackground HEXRGB(0x404040), // hotBackground
HEXRGB(0x000000), // pureBackground HEXRGB(0x202020), // pureBackground
HEXRGB(0xB00000), // errorBackground HEXRGB(0xB00000), // errorBackground
HEXRGB(0xE0E0E0), // textColor HEXRGB(0xE0E0E0), // textColor
HEXRGB(0xC0C0C0), // darkerTextColor HEXRGB(0xC0C0C0), // darkerTextColor
HEXRGB(0x707070), // disabledTextColor
HEXRGB(0x808080), // edgeColor HEXRGB(0x808080), // edgeColor
}; };

Loading…
Cancel
Save