diff options
author | dartraiden <wowemuh@gmail.com> | 2020-05-08 02:26:33 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-05-08 02:26:33 +0300 |
commit | 265d46dea7c95dfb1bf78cdba7299fd39767abd0 (patch) | |
tree | bbe4eadea3a7c68cbf23192455c91c179c777246 /plugins/NewStory/src/fonts.cpp | |
parent | 9290567a13081b49e6b5ae5da52b7121678da2db (diff) |
NewStory: we can reuse some translations from History++
Diffstat (limited to 'plugins/NewStory/src/fonts.cpp')
-rw-r--r-- | plugins/NewStory/src/fonts.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/NewStory/src/fonts.cpp b/plugins/NewStory/src/fonts.cpp index 122a6de30b..ccb901e20c 100644 --- a/plugins/NewStory/src/fonts.cpp +++ b/plugins/NewStory/src/fonts.cpp @@ -2,23 +2,23 @@ MyColourID g_colorTable[COLOR_COUNT] = { - { LPGEN("Incoming messages"), "ColorMsgIn", RGB(0xd6, 0xf5, 0xc0) }, - { LPGEN("Outgoing messages"), "ColorMsgOut", RGB(0xf5, 0xe7, 0xd8) }, + { LPGEN("Incoming messages"), "ColorMsgIn", RGB(0xd6, 0xf5, 0xc0) }, + { LPGEN("Outgoing messages"), "ColorMsgOut", RGB(0xf5, 0xe7, 0xd8) }, - { LPGEN("Incoming files"), "ColorFileIn", RGB(0xe3, 0xee, 0x9b) }, - { LPGEN("Outgoing files"), "ColorFileOut", RGB(0xe3, 0xee, 0x9b) }, + { LPGEN("Incoming files"), "ColorFileIn", RGB(0xe3, 0xee, 0x9b) }, + { LPGEN("Outgoing files"), "ColorFileOut", RGB(0xe3, 0xee, 0x9b) }, - { LPGEN("Status changes"), "ColorStatus", RGB(0xf0, 0xf0, 0xf0) }, + { LPGEN("Status changes"), "ColorStatus", RGB(0xf0, 0xf0, 0xf0) }, - { LPGEN("Other incoming events"), "ColorIn", RGB(0xff, 0xff, 0xff) }, - { LPGEN("Other outgoing events"), "ColorOut", RGB(0xff, 0xff, 0xff) }, + { LPGEN("Other incoming events"), "ColorIn", RGB(0xff, 0xff, 0xff) }, + { LPGEN("Other outgoing events"), "ColorOut", RGB(0xff, 0xff, 0xff) }, - { LPGEN("Selected item's text"), "ColorSelTxt", RGB(0xff, 0xff, 0xff) }, - { LPGEN("Selected item's back"), "ColorSel", GetSysColor(COLOR_HIGHLIGHT) }, - { LPGEN("Selected item's frame"), "ColorSelFrm", GetSysColor(COLOR_HIGHLIGHTTEXT) }, + { LPGEN("Selected item's text"), "ColorSelTxt", RGB(0xff, 0xff, 0xff) }, + { LPGEN("Selected item's background"), "ColorSel", GetSysColor(COLOR_HIGHLIGHT) }, + { LPGEN("Selected item's frame"), "ColorSelFrm", GetSysColor(COLOR_HIGHLIGHTTEXT) }, - { LPGEN("Background"), "Background", RGB(0xff, 0xff, 0xff) }, - { LPGEN("Separator"), "Separator", RGB(0x60, 0x60, 0x60) }, + { LPGEN("Grid background"), "Background", RGB(0xff, 0xff, 0xff) }, + { LPGEN("Separator"), "Separator", RGB(0x60, 0x60, 0x60) }, }; MyFontID g_fontTable[FONT_COUNT] = |