Blame view

controllets/data-sevc-controllet/colors 1.14 KB
a31f0660   root   sevc-controllet i...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
  Dark primary #1976D2; /** OW_Control type:color, key:darkPrimaryColor, section:2. Colors, label:1. Dark primary **/
  
  Primary #2196F3; /** OW_Control type:color, key:primaryColor, section:2. Colors, label:2. Primary **/
  
  Light primary #BBDEFB; /** OW_Control type:color, key:lightPrimaryColor, section:2. Colors, label:3. Light primary **/
  
  Text/Icons #FFFFFF; /** OW_Control type:color, key:textIconsColor, section:2. Colors, label:4. Text/Icons **/
  
  Accent #00BCD4; /** OW_Control type:color, key:accentColor, section:2. Colors, label:5. Accent **/
  
  Primary text #212121; /** OW_Control type:color, section:2. Colors, key:textColor, label:6. Text **/
  
  Secondary text #727272; /** OW_Control type:color, section:2. Colors, key:secondaryTextColor, label:7. Secondary text **/
  
  Divider #B6B6B6; /** OW_Control type:color, section:2. Colors, key:dividerColor, label:8. Divider **/
  
  
  
  
  E0E0E0
  
  9E9E9E 0.87
  
  
  
  00AABF
  
  
  
  
  
  
  
  
0f6424fe   root   update new data-s...
35
36
37
38
39
40
41
42
43
44
45
46
  'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif
  
  
  
  a {
  	color: #00BCD4 ; /** OW_Control type:color, key:accentColor, section:2. Colors, label:5. Accent **/
  	text-decoration: none;
  }
  a:hover {
  	color: #2db395;
  	text-decoration: underline;
  }