mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-28 00:04:25 +02:00
Provide the whole set of arguments to initialize "Colors" structure
9c13d657c9 (r52399592)
This commit is contained in:
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…
x
Reference in New Issue
Block a user