[dark theme] added colors vars
This commit is contained in:
parent
c6e3387643
commit
32442a7b11
|
@ -17,6 +17,8 @@
|
||||||
@background-tab-underline: #444;
|
@background-tab-underline: #444;
|
||||||
@background-scrim: fade(black, 20%);
|
@background-scrim: fade(black, 20%);
|
||||||
@background-loader: fade(black, 65%);
|
@background-loader: fade(black, 65%);
|
||||||
|
@background-notification-popover: #fcfed7;
|
||||||
|
@background-notification-badge: #ffd112;
|
||||||
|
|
||||||
// Highlight
|
// Highlight
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
@ -47,6 +49,7 @@
|
||||||
@text-inverse: #fff;
|
@text-inverse: #fff;
|
||||||
@text-toolbar-header: #fff;
|
@text-toolbar-header: #fff;
|
||||||
@text-contrast-background: #fff;
|
@text-contrast-background: #fff;
|
||||||
|
@text-link: #445799;
|
||||||
|
|
||||||
// Icon
|
// Icon
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
@ -54,6 +57,7 @@
|
||||||
@icon-inverse: #fff;
|
@icon-inverse: #fff;
|
||||||
@icon-toolbar-header: #fff;
|
@icon-toolbar-header: #fff;
|
||||||
@icon-contrast-popover: #fff;
|
@icon-contrast-popover: #fff;
|
||||||
|
@icon-notification-badge: #000;
|
||||||
|
|
||||||
// Toolbar header
|
// Toolbar header
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
Loading…
Reference in a new issue