diff options
author | Yana Stamcheva <yana@jitsi.org> | 2012-04-04 12:13:03 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2012-04-04 12:13:03 +0000 |
commit | f9a8da4458d7f9d10a415d0605bc809860dc20ad (patch) | |
tree | 5b9f0ede3f5af9eb1672a6d9f71e00e29677cc38 /resources/colors/colors.properties | |
parent | f26b85ff9ed73e950c454fb855e9a2b1f4201333 (diff) | |
download | jitsi-f9a8da4458d7f9d10a415d0605bc809860dc20ad.zip jitsi-f9a8da4458d7f9d10a415d0605bc809860dc20ad.tar.gz jitsi-f9a8da4458d7f9d10a415d0605bc809860dc20ad.tar.bz2 |
Adds new improved security interface.
Diffstat (limited to 'resources/colors/colors.properties')
-rw-r--r-- | resources/colors/colors.properties | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/resources/colors/colors.properties b/resources/colors/colors.properties index c8b6f44..54e6e9c 100644 --- a/resources/colors/colors.properties +++ b/resources/colors/colors.properties @@ -203,4 +203,13 @@ service.gui.SEARCH_BORDER_GRADIENT=ACACAC service.gui.SEARCH_FOREGROUND=000000 # The default text foreground of the search field -service.gui.SEARCH_DEFAULT_FOREGROUND=ACACAC
\ No newline at end of file +service.gui.SEARCH_DEFAULT_FOREGROUND=ACACAC + +# The security on status color. +service.gui.SECURITY_ON=6FC93C + +# The security off status color. +service.gui.SECURITY_OFF=ED0000 + +# Going secure status color. +service.gui.GOING_SECURE=FFC01B
\ No newline at end of file |