From bef4da61beabcfac8de75c3c2304b8e3e5775718 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Sun, 20 Jun 2021 15:07:48 +0200 Subject: [PATCH] Provide the whole set of arguments to initialize "Colors" structure https://github.com/notepad-plus-plus/notepad-plus-plus/commit/9c13d657c96573fda66923605a3e3ae4330d9560#r52399592 --- PowerEditor/src/NppDarkMode.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PowerEditor/src/NppDarkMode.cpp b/PowerEditor/src/NppDarkMode.cpp index 253166741..5ff2593dc 100644 --- a/PowerEditor/src/NppDarkMode.cpp +++ b/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