Skip to content

Commit 994262a

Browse files
author
Stefan Ivanov
committed
Light themes fluent and bootstrap
1 parent cc8c985 commit 994262a

File tree

1 file changed

+51
-2
lines changed

1 file changed

+51
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_dock-manager.scss

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,61 @@ $_light-dock-manager: (
7777
/// @type {Map}
7878
/// @requires {function} extend
7979
/// @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+
);
81105

82106
/// Generates a bootstrap dock-manager schema.
83107
/// @type {Map}
84108
/// @requires {function} extend
85109
/// @requires $_light-dock-manager
86110
/// @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+
);
88137

0 commit comments

Comments
 (0)