diff options
author | Jacek Antonelli | 2008-08-15 23:44:59 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:59 -0500 |
commit | a408bac29378072fbf36864164149458c978cfcc (patch) | |
tree | 67feccf1a5d3816611ba48d6762f86f0f7f4b1f6 /linden/indra/newview/app_settings | |
parent | Second Life viewer sources 1.17.0.12 (diff) | |
download | meta-impy-a408bac29378072fbf36864164149458c978cfcc.zip meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.gz meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.bz2 meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.xz |
Second Life viewer sources 1.17.1.0
Diffstat (limited to 'linden/indra/newview/app_settings')
-rw-r--r-- | linden/indra/newview/app_settings/colors_base.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/newview/app_settings/colors_base.xml b/linden/indra/newview/app_settings/colors_base.xml index 2ef8908..5a9261b 100644 --- a/linden/indra/newview/app_settings/colors_base.xml +++ b/linden/indra/newview/app_settings/colors_base.xml | |||
@@ -10,6 +10,8 @@ | |||
10 | <!-- usually be left as opaque white. --> | 10 | <!-- usually be left as opaque white. --> |
11 | <ButtonColor value="255, 255, 255, 255"/> | 11 | <ButtonColor value="255, 255, 255, 255"/> |
12 | <ButtonImageColor value="255, 255, 255, 255"/> | 12 | <ButtonImageColor value="255, 255, 255, 255"/> |
13 | <!-- Match the caution dialog buttons to the default --> | ||
14 | <ButtonCautionImageColor value="255, 255, 255, 255"/> | ||
13 | 15 | ||
14 | <!-- Text labels for buttons, like the "OK" text --> | 16 | <!-- Text labels for buttons, like the "OK" text --> |
15 | <ButtonLabelColor value="220, 220, 220, 255"/> | 17 | <ButtonLabelColor value="220, 220, 220, 255"/> |
@@ -95,6 +97,10 @@ | |||
95 | <!-- top-right of the screen. --> | 97 | <!-- top-right of the screen. --> |
96 | <NotifyBoxColor value="58, 147, 242, 255"/> | 98 | <NotifyBoxColor value="58, 147, 242, 255"/> |
97 | <NotifyTextColor value="0, 0, 0, 255"/> | 99 | <NotifyTextColor value="0, 0, 0, 255"/> |
100 | <!-- the background color of caution permissions prompts --> | ||
101 | <NotifyCautionBoxColor value="254, 209, 118, 255"/> | ||
102 | <!-- the foreground color of the special title text in caution permissions prompts --> | ||
103 | <NotifyCautionWarnColor value="0, 0, 0, 255"/> | ||
98 | <!-- Background color of focused floaters --> | 104 | <!-- Background color of focused floaters --> |
99 | <FocusBackgroundColor value="62, 62, 62, 255"/> | 105 | <FocusBackgroundColor value="62, 62, 62, 255"/> |
100 | <GroupNotifyBoxColor value="70, 170, 255, 255"/> | 106 | <GroupNotifyBoxColor value="70, 170, 255, 255"/> |