diff options
author | Yana Stamcheva <yana@jitsi.org> | 2009-09-23 12:32:49 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2009-09-23 12:32:49 +0000 |
commit | f2915b330543f10b04369c821959ce021f9f1c9f (patch) | |
tree | 38050bb3758b2cf9ad567e7f26b6ee5fde6fadd5 /resources/colors | |
parent | d7be117c09946bf02f260c6b0dfb09e1ca610382 (diff) | |
download | jitsi-f2915b330543f10b04369c821959ce021f9f1c9f.zip jitsi-f2915b330543f10b04369c821959ce021f9f1c9f.tar.gz jitsi-f2915b330543f10b04369c821959ce021f9f1c9f.tar.bz2 |
Ongoing work on call conference user interface.
Including part of the work of Dilshan Amadoru accomplished during his GSoC program.
Diffstat (limited to 'resources/colors')
-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 |