aboutsummaryrefslogtreecommitdiff
path: root/scss/imports/themes/default/_colors.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/imports/themes/default/_colors.scss')
-rwxr-xr-xscss/imports/themes/default/_colors.scss105
1 files changed, 54 insertions, 51 deletions
diff --git a/scss/imports/themes/default/_colors.scss b/scss/imports/themes/default/_colors.scss
index d22cb29a..60726263 100755
--- a/scss/imports/themes/default/_colors.scss
+++ b/scss/imports/themes/default/_colors.scss
@@ -1,32 +1,35 @@
1// <copyright> 1@charset "UTF-8";
2Copyright (c) 2012, Motorola Mobility, Inc
3All Rights Reserved.
4BSD License.
5
6Redistribution and use in source and binary forms, with or without
7modification, are permitted provided that the following conditions are met:
8
9 - Redistributions of source code must retain the above copyright notice,
10 this list of conditions and the following disclaimer.
11 - Redistributions in binary form must reproduce the above copyright
12 notice, this list of conditions and the following disclaimer in the
13 documentation and/or other materials provided with the distribution.
14 - Neither the name of Motorola Mobility nor the names of its contributors
15 may be used to endorse or promote products derived from this software
16 without specific prior written permission.
17 2
18THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 3// <copyright>
19AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 4// Copyright (c) 2012, Motorola Mobility LLC.
20IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 5// All Rights Reserved.
21ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 6//
22LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 7// Redistribution and use in source and binary forms, with or without
23CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 8// modification, are permitted provided that the following conditions are met:
24SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 9//
25INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 10// * Redistributions of source code must retain the above copyright notice,
26CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 11// this list of conditions and the following disclaimer.
27ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 12//
28POSSIBILITY OF SUCH DAMAGE. 13// * Redistributions in binary form must reproduce the above copyright notice,
29</copyright> 14// this list of conditions and the following disclaimer in the documentation
15// and/or other materials provided with the distribution.
16//
17// * Neither the name of Motorola Mobility LLC nor the names of its
18// contributors may be used to endorse or promote products derived from this
19// software without specific prior written permission.
20//
21// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
25// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31// POSSIBILITY OF SUCH DAMAGE.
32// </copyright>
30 33
31//_colors.scss 34//_colors.scss
32//Defines the colors for the UI of the application. 35//Defines the colors for the UI of the application.
@@ -34,7 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
34//Note: Some colors are defined as both rgb and rgba; some of the rgba versions have multiple a values. 37//Note: Some colors are defined as both rgb and rgba; some of the rgba versions have multiple a values.
35 38
36 39
37// Colors for radio buttons and other form elements 40// Colors for radio buttons and other form elements
38$color-radio-border: rgb(40,40,40); 41$color-radio-border: rgb(40,40,40);
39$color-radio-shadow: rgba(200,200,200,0.5); 42$color-radio-shadow: rgba(200,200,200,0.5);
40$color-radio-gradient-top: rgb(100,100,100); 43$color-radio-gradient-top: rgb(100,100,100);
@@ -49,27 +52,27 @@ $color-input-border: rgb(49, 49, 49);
49$color-focus-outline: rgb(180, 180, 180); 52$color-focus-outline: rgb(180, 180, 180);
50$color-transparent: rgba(0,0,0,0); 53$color-transparent: rgba(0,0,0,0);
51 54
52// Base colors for dividers 55// Base colors for dividers
53// Dividers consist of a div with a background color and either 56// Dividers consist of a div with a background color and either
54// a top & bottom border (in the case of horizontal dividers) 57// a top & bottom border (in the case of horizontal dividers)
55// or a left & right border (in the case of vertical dividers), 58// or a left & right border (in the case of vertical dividers),
56// for a total of three different colors. 59// for a total of three different colors.
57// 60//
58 61
59$color-divider-first: rgb(35,35,35); // top and left 62$color-divider-first: rgb(35,35,35); // top and left
60$color-divider-second: rgb(0,0,0); // Middle 63$color-divider-second: rgb(0,0,0); // Middle
61$color-divider-third: rgb(58,58,58); // Bottom and right 64$color-divider-third: rgb(58,58,58); // Bottom and right
62 65
63// Main background color of entire app 66// Main background color of entire app
64$color-app-bg: rgb(0,0,0); // Main app background color. 67$color-app-bg: rgb(0,0,0); // Main app background color.
65$color-app-bg-a1: rgba(0,0,0,1); // rgba version 68$color-app-bg-a1: rgba(0,0,0,1); // rgba version
66$color-app-border: rgb(51,51,51); // Main app border color 69$color-app-border: rgb(51,51,51); // Main app border color
67$color-app-shadow: rgba(0,0,0,.5); // color of drop shadows 70$color-app-shadow: rgba(0,0,0,.5); // color of drop shadows
68$color-stage: rgb(128,128,128); // Stage color 71$color-stage: rgb(128,128,128); // Stage color
69$color-body-border: rgb(0,0,0); // body border color 72$color-body-border: rgb(0,0,0); // body border color
70$color-body-bg: rgb(255,255,255); // Body background color 73$color-body-bg: rgb(255,255,255); // Body background color
71 74
72// Colors for main dropdown menus: background & text for both regular and highlighted states, dividers 75// Colors for main dropdown menus: background & text for both regular and highlighted states, dividers
73$color-menu-bg: rgb(71,71,71); 76$color-menu-bg: rgb(71,71,71);
74$color-menu-text: rgb(255,255,255); 77$color-menu-text: rgb(255,255,255);
75$color-menu-hilite-bg: rgb(178,178,178); 78$color-menu-hilite-bg: rgb(178,178,178);
@@ -79,7 +82,7 @@ $color-menu-border: rgb(0,0,0);
79$color-menu-active-bg: rgb(181,122,10); 82$color-menu-active-bg: rgb(181,122,10);
80 83
81 84
82// Colors for tools: background, text, how they interact with the UI 85// Colors for tools: background, text, how they interact with the UI
83$color-tool-bg: rgb(41,41,41); 86$color-tool-bg: rgb(41,41,41);
84$color-tool-bg-active: rgb(178,178,178); 87$color-tool-bg-active: rgb(178,178,178);
85$color-tool-border-selected: rgb(89,89,89); 88$color-tool-border-selected: rgb(89,89,89);
@@ -94,15 +97,15 @@ $color-tool-select-border: rgb(0,0,0);
94$color-tool-select-hover-bg: rgb(221,221,221); 97$color-tool-select-hover-bg: rgb(221,221,221);
95 98
96 99
97// Colors for panels: background & text, both regular and highlighted states, dividers, borders, shadows, etc. 100// Colors for panels: background & text, both regular and highlighted states, dividers, borders, shadows, etc.
98$color-panel-bg: $color-menu-bg; 101$color-panel-bg: $color-menu-bg;
99$color-panel-text: $color-menu-text; 102$color-panel-text: $color-menu-text;
100$color-panel-input: $color-panel-text; 103$color-panel-input: $color-panel-text;
101$color-panel-hilite-bg: $color-menu-hilite-bg; 104$color-panel-hilite-bg: $color-menu-hilite-bg;
102$color-panel-hilite-text: $color-menu-hilite-text; 105$color-panel-hilite-text: $color-menu-hilite-text;
103$color-panel-clickable: rgb(215,215,215); // used for editable items in their non-edit state, etc. 106$color-panel-clickable: rgb(215,215,215); // used for editable items in their non-edit state, etc.
104$color-panel-border: $color-menu-border; // Border for panel and for block elements 107$color-panel-border: $color-menu-border; // Border for panel and for block elements
105$color-panel-shadow: rgb(58,58,58); // Shadow for text and block elements 108$color-panel-shadow: rgb(58,58,58); // Shadow for text and block elements
106$color-panel-input-bg: rgb(68, 68, 68); 109$color-panel-input-bg: rgb(68, 68, 68);
107$color-panel-dividerlabel-bg: rgb(62, 62, 62); 110$color-panel-dividerlabel-bg: rgb(62, 62, 62);
108$color-panel-input-border: rgb(49, 49, 49); 111$color-panel-input-border: rgb(49, 49, 49);
@@ -110,7 +113,7 @@ $color-panel-divider-top: rgb(62, 62, 62);
110$color-panel-divider: $color-menu-divider; 113$color-panel-divider: $color-menu-divider;
111$color-panel-divider-bottom: rgb(86, 86, 86); 114$color-panel-divider-bottom: rgb(86, 86, 86);
112 115
113// Colors for scroll bars 116// Colors for scroll bars
114$color-sb-border: rgb(0,0,0); 117$color-sb-border: rgb(0,0,0);
115$color-sb-1: rgb(140,140,140); 118$color-sb-1: rgb(140,140,140);
116$color-sb-2: rgb(173,173,173); 119$color-sb-2: rgb(173,173,173);