1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Chat: Add colour scheme (themes) + 3d edge style.

This commit is contained in:
Wirlie
2016-06-21 01:48:14 -05:00
committed by pizza2004
parent 94ca2364cf
commit 9ec3fbc39b
6 changed files with 44 additions and 11 deletions

View File

@@ -173,6 +173,7 @@ WindowThemeDesc WindowThemeDescriptors[] =
{ THEME_WC(WC_PLAYER), STR_THEMES_WINDOW_PLAYER, COLOURS_3(COLOUR_LIGHT_BLUE, COLOUR_LIGHT_BLUE, COLOUR_LIGHT_BLUE ) },
{ THEME_WC(WC_NETWORK_STATUS), STR_THEMES_WINDOW_NETWORK_STATUS, COLOURS_1(COLOUR_LIGHT_BLUE ) },
{ THEME_WC(WC_SERVER_LIST), STR_SERVER_LIST, COLOURS_2(COLOUR_LIGHT_BLUE, COLOUR_LIGHT_BLUE ) },
{ THEME_WC(WC_CHAT), STR_CHAT, COLOURS_1(TRANSLUCENT(COLOUR_GREY) ) },
};
#pragma endregion