Provide the whole set of arguments to initialize "Colors" structure

9c13d657c9 (r52399592)
pull/10042/head
Don Ho 3 years ago
parent c2534ee8f2
commit bef4da61be

@ -63,7 +63,8 @@ namespace NppDarkMode
HEXRGB(0xB00000), // errorBackground HEXRGB(0xB00000), // errorBackground
HEXRGB(0xE0E0E0), // textColor HEXRGB(0xE0E0E0), // textColor
HEXRGB(0xC0C0C0), // darkerTextColor HEXRGB(0xC0C0C0), // darkerTextColor
HEXRGB(0x808080), // edgeColor HEXRGB(0x808080), // disabledTextColor
HEXRGB(0x808080) // edgeColor
}; };
struct Theme struct Theme

Loading…
Cancel
Save