diff options
Diffstat (limited to 'resources/colors/colors.properties')
-rw-r--r-- | resources/colors/colors.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/colors/colors.properties b/resources/colors/colors.properties index f20d5d3..5531bd7 100644 --- a/resources/colors/colors.properties +++ b/resources/colors/colors.properties @@ -177,3 +177,12 @@ service.gui.ERROR_FOREGROUND=CC0000 # Foreground color for links in chat window conversation area. service.gui.CHAT_LINK_COLOR=4A9BDB + +# Conference call peer title panel background color. +service.gui.CALL_PEER_NAME_BACKGROUND=A6D6FF + +# Conference call member title panel background color. +service.gui.CALL_MEMBER_NAME_BACKGROUND=BDFFA3 + +# Conference call local user title panel background color. +service.gui.CALL_LOCAL_USER_BACKGROUND=C0C0C0 |