[dark theme] added colors vars

This commit is contained in:
Maxim Kadushkin 2020-11-20 16:01:35 +03:00
parent c6e3387643
commit 32442a7b11

View file

@ -17,6 +17,8 @@
@background-tab-underline: #444;
@background-scrim: fade(black, 20%);
@background-loader: fade(black, 65%);
@background-notification-popover: #fcfed7;
@background-notification-badge: #ffd112;
// Highlight
// -------------------------
@ -47,6 +49,7 @@
@text-inverse: #fff;
@text-toolbar-header: #fff;
@text-contrast-background: #fff;
@text-link: #445799;
// Icon
// -------------------------
@ -54,6 +57,7 @@
@icon-inverse: #fff;
@icon-toolbar-header: #fff;
@icon-contrast-popover: #fff;
@icon-notification-badge: #000;
// Toolbar header
// -------------------------