-
Notifications
You must be signed in to change notification settings - Fork 0
/
layout.inc.php
167 lines (154 loc) · 9 KB
/
layout.inc.php
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<?php
$GLOBALS['cfg']['NaviWidth'] = '250';
$GLOBALS['cfg']['FontFamily'] = '"Open Sans", "Segoe UI"';
$GLOBALS['cfg']['FontFamilyLight'] = '"Open Sans Light", "Segoe UI Light", "Segoe UI"; font-weight: 300';
$GLOBALS['cfg']['FontFamilyFixed'] = 'Consolas, Monospace, "Lucida Grande"';
/* Theme color scheme
* Values: "teal", "redmond", "blueeyes", "mono", "win"
* Set this value for the desired color scheme
*/
$scheme = "win";
$GLOBALS['cfg']['Scheme'] = $scheme;
switch($scheme)
{
case "win":
$GLOBALS['cfg']['NaviColor'] = '#EEEEEE';
$GLOBALS['cfg']['NaviBackground'] = '#377796';
$GLOBALS['cfg']['NaviBackgroundLight'] = '#428EB4';
$GLOBALS['cfg']['NaviPointerColor'] = '#333333';
$GLOBALS['cfg']['NaviPointerBackground'] = '#377796';
$GLOBALS['cfg']['NaviDatabaseNameColor'] = '#333333';
$GLOBALS['cfg']['NaviHoverBackground'] = '#428EB4';
$GLOBALS['cfg']['MainColor'] = '#333333';
$GLOBALS['cfg']['MainBackground'] = '#FFFFFF';
$GLOBALS['cfg']['BrowsePointerColor'] = '#377796';
$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000';
$GLOBALS['cfg']['BrowseWarningColor'] = '#D44A26';
$GLOBALS['cfg']['BrowseSuccessColor'] = '#01A31C';
$GLOBALS['cfg']['BrowseGrayColor'] = '#CCCCCC';
$GLOBALS['cfg']['BrowseMarkerBackground'] = '#EEEEEE';
$GLOBALS['cfg']['BorderColor'] = '#DDDDDD';
$GLOBALS['cfg']['ButtonColor'] = '#FFFFFF';
$GLOBALS['cfg']['ButtonBackground'] = '#377796';
$GLOBALS['cfg']['ButtonHover'] = '#428EB4';
$GLOBALS['cfg']['ThBackground'] = '#F7F7F7';
$GLOBALS['cfg']['ThDisabledBackground'] = '#F3F3F3';
$GLOBALS['cfg']['ThColor'] = '#666666';
$GLOBALS['cfg']['ThPointerColor'] = '#000000';
$GLOBALS['cfg']['BgOne'] = '#F7F7F7';
$GLOBALS['cfg']['BgTwo'] = '#FFFFFF';
$GLOBALS['cfg']['BlueHeader'] = '#3A7EAD';
break;
case "teal":
$GLOBALS['cfg']['NaviColor'] = '#FFFFFF';
$GLOBALS['cfg']['NaviBackground'] = '#004D60';
$GLOBALS['cfg']['NaviBackgroundLight'] = '#04627C';
$GLOBALS['cfg']['NaviPointerColor'] = '#666666';
$GLOBALS['cfg']['NaviPointerBackground'] = '#004D60';
$GLOBALS['cfg']['NaviDatabaseNameColor'] = '#FFFFFF';
$GLOBALS['cfg']['NaviHoverBackground'] = '#216475';
$GLOBALS['cfg']['MainColor'] = '#333333';
$GLOBALS['cfg']['MainBackground'] = '#FFFFFF';
$GLOBALS['cfg']['BrowsePointerColor'] = '#004d60';
$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000';
$GLOBALS['cfg']['BrowseWarningColor'] = '#D44A26';
$GLOBALS['cfg']['BrowseSuccessColor'] = '#01A31C';
$GLOBALS['cfg']['BrowseGrayColor'] = '#CCCCCC';
$GLOBALS['cfg']['BrowseMarkerBackground'] = '#EEEEEE';
$GLOBALS['cfg']['BorderColor'] = '#DDDDDD';
$GLOBALS['cfg']['ButtonColor'] = '#FFFFFF';
$GLOBALS['cfg']['ButtonBackground'] = '#AAAAAA';
$GLOBALS['cfg']['ButtonHover'] = '#000000';
$GLOBALS['cfg']['ThBackground'] = '#F7F7F7';
$GLOBALS['cfg']['ThDisabledBackground'] = '#F3F3F3';
$GLOBALS['cfg']['ThColor'] = '#666666';
$GLOBALS['cfg']['ThPointerColor'] = '#000000';
$GLOBALS['cfg']['BgOne'] = '#F7F7F7';
$GLOBALS['cfg']['BgTwo'] = '#FFFFFF';
$GLOBALS['cfg']['BlueHeader'] = '#3A7EAD';
break;
case "redmond":
$GLOBALS['cfg']['NaviColor'] = '#FFFFFF';
$GLOBALS['cfg']['NaviBackground'] = '#780505';
$GLOBALS['cfg']['NaviBackgroundLight'] = '#A10707';
$GLOBALS['cfg']['NaviPointerColor'] = '#666666';
$GLOBALS['cfg']['NaviPointerBackground'] = '#780505';
$GLOBALS['cfg']['NaviDatabaseNameColor'] = '#FFFFFF';
$GLOBALS['cfg']['NaviHoverBackground'] = '#A10707';
$GLOBALS['cfg']['MainColor'] = '#333333';
$GLOBALS['cfg']['MainBackground'] = '#FFFFFF';
$GLOBALS['cfg']['BrowsePointerColor'] = '#780505';
$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000';
$GLOBALS['cfg']['BrowseWarningColor'] = '#D44A26';
$GLOBALS['cfg']['BrowseSuccessColor'] = '#01A31C';
$GLOBALS['cfg']['BrowseGrayColor'] = '#CCCCCC';
$GLOBALS['cfg']['BrowseMarkerBackground'] = '#EEEEEE';
$GLOBALS['cfg']['BorderColor'] = '#DDDDDD';
$GLOBALS['cfg']['ButtonColor'] = '#FFFFFF';
$GLOBALS['cfg']['ButtonBackground'] = '#AAAAAA';
$GLOBALS['cfg']['ButtonHover'] = '#000000';
$GLOBALS['cfg']['ThBackground'] = '#F7F7F7';
$GLOBALS['cfg']['ThDisabledBackground'] = '#F3F3F3';
$GLOBALS['cfg']['ThColor'] = '#666666';
$GLOBALS['cfg']['ThPointerColor'] = '#000000';
$GLOBALS['cfg']['BgOne'] = '#F7F7F7';
$GLOBALS['cfg']['BgTwo'] = '#FFFFFF';
$GLOBALS['cfg']['BlueHeader'] = '#3A7EAD';
break;
case "blueeyes":
$GLOBALS['cfg']['NaviColor'] = '#FFFFFF';
$GLOBALS['cfg']['NaviBackground'] = '#377796';
$GLOBALS['cfg']['NaviBackgroundLight'] = '#428EB4';
$GLOBALS['cfg']['NaviPointerColor'] = '#666666';
$GLOBALS['cfg']['NaviPointerBackground'] = '#377796';
$GLOBALS['cfg']['NaviDatabaseNameColor'] = '#FFFFFF';
$GLOBALS['cfg']['NaviHoverBackground'] = '#428EB4';
$GLOBALS['cfg']['MainColor'] = '#333333';
$GLOBALS['cfg']['MainBackground'] = '#FFFFFF';
$GLOBALS['cfg']['BrowsePointerColor'] = '#377796';
$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000';
$GLOBALS['cfg']['BrowseWarningColor'] = '#D44A26';
$GLOBALS['cfg']['BrowseSuccessColor'] = '#01A31C';
$GLOBALS['cfg']['BrowseGrayColor'] = '#CCCCCC';
$GLOBALS['cfg']['BrowseMarkerBackground'] = '#EEEEEE';
$GLOBALS['cfg']['BorderColor'] = '#DDDDDD';
$GLOBALS['cfg']['ButtonColor'] = '#FFFFFF';
$GLOBALS['cfg']['ButtonBackground'] = '#377796';
$GLOBALS['cfg']['ButtonHover'] = '#000000';
$GLOBALS['cfg']['ThBackground'] = '#F7F7F7';
$GLOBALS['cfg']['ThDisabledBackground'] = '#F3F3F3';
$GLOBALS['cfg']['ThColor'] = '#666666';
$GLOBALS['cfg']['ThPointerColor'] = '#000000';
$GLOBALS['cfg']['BgOne'] = '#F7F7F7';
$GLOBALS['cfg']['BgTwo'] = '#FFFFFF';
$GLOBALS['cfg']['BlueHeader'] = '#3A7EAD';
break;
case "mono":
$GLOBALS['cfg']['NaviColor'] = '#FFFFFF';
$GLOBALS['cfg']['NaviBackground'] = '#666666';
$GLOBALS['cfg']['NaviBackgroundLight'] = '#999999';
$GLOBALS['cfg']['NaviPointerColor'] = '#666666';
$GLOBALS['cfg']['NaviPointerBackground'] = '#666666';
$GLOBALS['cfg']['NaviDatabaseNameColor'] = '#FFFFFF';
$GLOBALS['cfg']['NaviHoverBackground'] = '#999999';
$GLOBALS['cfg']['MainColor'] = '#333333';
$GLOBALS['cfg']['MainBackground'] = '#FFFFFF';
$GLOBALS['cfg']['BrowsePointerColor'] = '#666666';
$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000';
$GLOBALS['cfg']['BrowseWarningColor'] = '#666666';
$GLOBALS['cfg']['BrowseSuccessColor'] = '#888888';
$GLOBALS['cfg']['BrowseGrayColor'] = '#CCCCCC';
$GLOBALS['cfg']['BrowseMarkerBackground'] = '#EEEEEE';
$GLOBALS['cfg']['BorderColor'] = '#DDDDDD';
$GLOBALS['cfg']['ButtonColor'] = '#FFFFFF';
$GLOBALS['cfg']['ButtonBackground'] = '#AAAAAA';
$GLOBALS['cfg']['ButtonHover'] = '#000000';
$GLOBALS['cfg']['ThBackground'] = '#F7F7F7';
$GLOBALS['cfg']['ThDisabledBackground'] = '#F3F3F3';
$GLOBALS['cfg']['ThColor'] = '#666666';
$GLOBALS['cfg']['ThPointerColor'] = '#000000';
$GLOBALS['cfg']['BgOne'] = '#F7F7F7';
$GLOBALS['cfg']['BgTwo'] = '#FFFFFF';
$GLOBALS['cfg']['BlueHeader'] = '#555555';
break;
}