mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 07:44:24 +02:00
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…
x
Reference in New Issue
Block a user