|
|
|
@ -15,8 +15,9 @@
|
|
|
|
|
@bg-color: @colortheme_apps[default], // color of the toolbar background
|
|
|
|
|
) {
|
|
|
|
|
@toolbar-bg-color: @bg-color;
|
|
|
|
|
@toolbar-bg-color-light: contrast(@cp_toolbar-fg, lighten(@bg-color, 30%), darken(@bg-color, 30%));
|
|
|
|
|
@toolbar-bg-color-active: contrast(@cp_toolbar-fg, lighten(@bg-color, 20%), darken(@bg-color, 20%));
|
|
|
|
|
@desat-color: desaturate(@bg-color, 20%);
|
|
|
|
|
@toolbar-bg-color-light: contrast(@cp_toolbar-fg, lighten(@bg-color, 30%), darken(@desat-color, 20%));
|
|
|
|
|
@toolbar-bg-color-active: contrast(@cp_toolbar-fg, lighten(@bg-color, 20%), darken(@desat-color, 10%));
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
.toolbar_main (
|
|
|
|
|