From b262ecc905e929ab329d40616aab2dcffeb9e012 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 27 Mar 2024 11:36:30 +0300 Subject: fixes #4289 (fix for a default link color in NewStory) --- plugins/NewStory/src/fonts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/NewStory/src/fonts.cpp b/plugins/NewStory/src/fonts.cpp index 67d02c30c4..df32f891b1 100644 --- a/plugins/NewStory/src/fonts.cpp +++ b/plugins/NewStory/src/fonts.cpp @@ -43,7 +43,7 @@ MyColourID g_colorTable[COLOR_COUNT] = { LPGEN("Quoting"), "Quote", RGB(0x80, 0x80, 0xff) }, { LPGEN("Separator"), "Separator", RGB(0x60, 0x60, 0x60) }, { LPGEN("Progress indicator"), "Progress", RGB(0xff, 0x00, 0x00) }, - { LPGEN("Links"), "Links", RGB(0x00, 0x00, 0xff) }, + { LPGEN("Links"), "Links", RGB(0x24, 0x7E, 0xCA) }, }; MyFontID g_fontTable[FONT_COUNT] = -- cgit v1.2.3