Browse Source

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

9c13d657c9 (r52399592)
pull/10042/head
Don Ho 3 years ago
parent
commit
bef4da61be
  1. 3
      PowerEditor/src/NppDarkMode.cpp

3
PowerEditor/src/NppDarkMode.cpp

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

Loading…
Cancel
Save