@@ -77,12 +77,61 @@ $_light-dock-manager: (
77
77
/// @type {Map}
78
78
/// @requires {function} extend
79
79
/// @requires $_light-dock-manager
80
- $_fluent-dock-manager : extend ($_light-dock-manager );
80
+ $_fluent-dock-manager : extend (
81
+ $_light-dock-manager , (
82
+ dock- background: #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
+ floating- pane- border- color: #BDBDBD ,
88
+ joystick- background- active: #EBEBEB ,
89
+ joystick- border- color: #BDBDBD ,
90
+ joystick- icon- color: rgba (0 , 0 , 0 , .74 ),
91
+ joystick- icon- color- active: rgba (0 , 0 , 0 , .74 ),
92
+ pane- content- background: #fff ,
93
+ primary- color: #fff ,
94
+ splitter- background: #f2f2f2 ,
95
+ splitter- handle: #ccc ,
96
+ tab- background- active: #fff ,
97
+ tab- background: #fff ,
98
+ tab- border- color- active: #fff ,
99
+ tab- border- color: #fff ,
100
+ tab- text- active: #2b579a ,
101
+ tab- text: rgba (0 , 0 , 0 , .62 ),
102
+ text- color: rgba (0 , 0 , 0 , .74 ),
103
+ )
104
+ );
81
105
82
106
/// Generates a bootstrap dock-manager schema.
83
107
/// @type {Map}
84
108
/// @requires {function} extend
85
109
/// @requires $_light-dock-manager
86
110
/// @requires $_bootstrap-shape-dock-manager
87
- $_bootstrap-dock-manager : extend ($_light-dock-manager );
111
+ $_bootstrap-dock-manager : extend (
112
+ $_light-dock-manager , (
113
+ dock- background: #f8f9fa ,
114
+ button- text: #007bff ,
115
+ context- menu- background- active: #007bff ,
116
+ context- menu- color- active: #fff ,
117
+ context- menu- color: #007bff ,
118
+ floating- pane- border- color: #E0E0E0 ,
119
+ joystick- background- active: #007bff ,
120
+ joystick- border- color: #E0E0E0 ,
121
+ joystick- icon- color: #007bff ,
122
+ joystick- icon- color- active: #fff ,
123
+ pane- content- background: #fff ,
124
+ pinned- header- background: #f8f9fa ,
125
+ primary- color: #f8f9fa ,
126
+ splitter- background: #e9ecef ,
127
+ splitter- handle: #bdc6d0 ,
128
+ tab- background- active: #fff ,
129
+ tab- background: #fff ,
130
+ tab- border- color- active: rgba (0 , 0 , 0 , .12 ),
131
+ tab- border- color: #fff ,
132
+ tab- text- active: rgba (0 , 0 , 0 , .74 ),
133
+ tab- text: #007bff ,
134
+ text- color: rgba (0 , 0 , 0 , .74 ),
135
+ )
136
+ );
88
137
0 commit comments