40
40
/// @prop {Color} text-color [rgba(0, 0, 0, .72)] - Sets the text color for most elements in the dock manager. Used as the default joystick icon color.
41
41
$_light-dock-manager : (
42
42
accent-color : #fff ,
43
+ active-color : (
44
+ igx-color : primary,
45
+ ),
46
+ background-color : #e5e7e9 ,
43
47
border-color : #f3f5f7 ,
44
- button-text : rgba (0 , 0 , 0 , .72 ),
48
+ button-text : (
49
+ igx-color : (grays, 800 ),
50
+ ),
45
51
context-menu-background-active : null,
46
52
context-menu-background : null,
47
53
context-menu-color-active : #000 ,
@@ -61,7 +67,6 @@ $_light-dock-manager: (
61
67
pane-header-text : null,
62
68
pinned-header-background : null,
63
69
pinned-header-text : null,
64
- primary-color : #e5e7e9 ,
65
70
splitter-background : #d3d6d9 ,
66
71
splitter-handle : null,
67
72
tab-background-active : #f3f5f7 ,
@@ -70,7 +75,9 @@ $_light-dock-manager: (
70
75
tab-border-color : null,
71
76
tab-text-active : null,
72
77
tab-text : null,
73
- text-color : rgba (0 , 0 , 0 , .72 ),
78
+ text-color : (
79
+ igx-color : (grays, 800 ),
80
+ ),
74
81
);
75
82
76
83
/// Generates a fluent dock-manager schema.
@@ -79,28 +86,81 @@ $_light-dock-manager: (
79
86
/// @requires $_light-dock-manager
80
87
$_fluent-dock-manager : extend (
81
88
$_light-dock-manager , (
82
- border-color : #fff ,
83
- button- text: rgba (0 , 0 , 0 , .74 ),
84
- context- menu- background- active: #EBEBEB ,
85
- context- menu- color- active: rgba (0 , 0 , 0 , .74 ),
86
- context- menu- color: rgba (0 , 0 , 0 , .74 ),
87
- dock- background: #fff ,
88
- floating- pane- border- color: #BDBDBD ,
89
- joystick- background- active: #EBEBEB ,
90
- joystick- border- color: #BDBDBD ,
91
- joystick- icon- color: rgba (0 , 0 , 0 , .74 ),
92
- joystick- icon- color- active: rgba (0 , 0 , 0 , .74 ),
93
- pane- content- background: #fff ,
94
- primary- color: #fff ,
95
- splitter- background: #f2f2f2 ,
89
+ active- color: (
90
+ igx- color: primary,
91
+ ),
92
+ background-color : (
93
+ igx- color: surface,
94
+ ),
95
+ border-color : (
96
+ igx- color: surface,
97
+ ),
98
+ button- text: (
99
+ igx- color: (grays, 800 ),
100
+ ),
101
+ context- menu- background- active: (
102
+ igx- color: (grays, 200 ),
103
+ hexrgba: (),
104
+ ),
105
+ context- menu- color- active: (
106
+ igx- color: (grays, 800 ),
107
+ ),
108
+ context- menu- color: (
109
+ igx- color: (grays, 800 ),
110
+ ),
111
+ dock- background: (
112
+ igx- color: surface,
113
+ ),
114
+ floating- pane- border- color: (
115
+ igx- color: (grays, 400 ),
116
+ hexrgba: (),
117
+ ),
118
+ joystick- background- active: (
119
+ igx- color: (grays, 200 ),
120
+ hexrgba: (),
121
+ ),
122
+ joystick- border- color: (
123
+ igx- color: (grays, 400 ),
124
+ hexrgba: (),
125
+ ),
126
+ joystick- icon- color: (
127
+ igx- color: (grays, 800 ),
128
+ ),
129
+ joystick- icon- color- active: (
130
+ igx- color: (grays, 800 ),
131
+ ),
132
+ pane- content- background: (
133
+ igx- color: surface,
134
+ ),
135
+ pane- header- background: (
136
+ igx- color: surface,
137
+ ),
138
+ splitter- background: (
139
+ igx- color: (grays, 100 ),
140
+ hexrgba: (),
141
+ ),
96
142
splitter- handle: #ccc ,
97
- tab- background- active: #fff ,
98
- tab- background: #fff ,
99
- tab- border- color- active: #fff ,
100
- tab- border- color: #fff ,
101
- tab- text- active: #2b579a ,
102
- tab- text: rgba (0 , 0 , 0 , .62 ),
103
- text- color: rgba (0 , 0 , 0 , .74 ),
143
+ tab- background- active: (
144
+ igx- color: surface,
145
+ ),
146
+ tab- background: (
147
+ igx- color: surface,
148
+ ),
149
+ tab- border- color- active: (
150
+ igx- color: surface,
151
+ ),
152
+ tab- border- color: (
153
+ igx- color: surface,
154
+ ),
155
+ tab- text- active: (
156
+ igx- color: primary,
157
+ ),
158
+ tab- text: (
159
+ igx- color: (grays, 700 )
160
+ ),
161
+ text- color: (
162
+ igx- color: (grays, 800 )
163
+ ),
104
164
)
105
165
);
106
166
@@ -112,18 +172,29 @@ $_fluent-dock-manager: extend(
112
172
$_bootstrap-dock-manager : extend (
113
173
$_light-dock-manager , (
114
174
border-color : #fff ,
115
- button- text: #007bff ,
116
- context- menu- background- active: #007bff ,
175
+ button- text: (
176
+ igx- color: primary,
177
+ ),
178
+ context- menu- background- active: (
179
+ igx- color: primary,
180
+ ),
117
181
context- menu- color- active: #fff ,
118
- context- menu- color: #007bff ,
182
+ context- menu- color: (
183
+ igx- color: primary,
184
+ ),
119
185
dock- background: #f8f9fa ,
120
186
floating- pane- border- color: #E0E0E0 ,
121
- joystick- background- active: #007bff ,
187
+ joystick- background- active: (
188
+ igx- color: primary,
189
+ ),
122
190
joystick- border- color: #E0E0E0 ,
123
- joystick- icon- color: #007bff ,
191
+ joystick- icon- color: (
192
+ igx- color: primary,
193
+ ),
124
194
joystick- icon- color- active: #fff ,
125
195
pane- content- background: #fff ,
126
196
pinned- header- background: #f8f9fa ,
197
+ pane- header- background: #f8f9fa ,
127
198
primary- color: #f8f9fa ,
128
199
splitter- background: #e9ecef ,
129
200
splitter- handle: #bdc6d0 ,
@@ -132,7 +203,9 @@ $_bootstrap-dock-manager: extend(
132
203
tab- border- color- active: rgba (0 , 0 , 0 , .12 ),
133
204
tab- border- color: #fff ,
134
205
tab- text- active: rgba (0 , 0 , 0 , .74 ),
135
- tab- text: #007bff ,
206
+ tab- text: (
207
+ igx- color: primary,
208
+ ),
136
209
text- color: rgba (0 , 0 , 0 , .74 ),
137
210
)
138
211
);
0 commit comments