feat(sidebar): add dark theme colors [EE-3666] (#7414)

This commit is contained in:
Chaim Lev-Ari
2022-08-10 07:12:20 +03:00
committed by GitHub
parent fb3a31a4fd
commit c3ce4d8b53
83 changed files with 1738 additions and 1200 deletions

View File

@@ -180,7 +180,6 @@
--text-danger-color: var(--red-1);
--text-code-color: var(--red-2);
--text-navtabs-color: var(--grey-25);
--text-form-section-title-color: var(--grey-26);
--text-cm-default-color: var(--blue-1);
--text-cm-meta-color: var(--black-color);
--text-cm-string-color: var(--red-3);
@@ -211,7 +210,6 @@
--text-small-select-color: var(--grey-25);
--text-bootbox: var(--ui-gray-7);
--text-button-group-color: var(--ui-gray-9);
--text-button-dangerlight-color: var(--ui-error-5);
--border-color: var(--grey-42);
--border-widget-color: var(--grey-43);
@@ -281,7 +279,7 @@
--text-button-group: var(--ui-gray-9);
}
:root[theme='dark'] {
[theme='dark'] {
--bg-card-color: var(--grey-1);
--bg-main-color: var(--grey-2);
--bg-body-color: var(--grey-2);
@@ -368,7 +366,6 @@
--text-danger-color: var(--red-4);
--text-code-color: var(--white-color);
--text-navtabs-color: var(--white-color);
--text-form-section-title-color: var(--grey-8);
--text-cm-default-color: var(--blue-10);
--text-cm-meta-color: var(--white-color);
--text-cm-string-color: var(--red-5);
@@ -401,7 +398,6 @@
--text-small-select-color: var(--grey-7);
--text-bootbox: var(--white-color);
--text-button-group-color: var(--ui-white);
--text-button-dangerlight-color: var(--ui-error-7);
--border-color: var(--grey-3);
--border-widget-color: var(--grey-1);
@@ -468,7 +464,7 @@
--text-button-group: var(--ui-gray-9);
}
:root[theme='highcontrast'] {
[theme='highcontrast'] {
--bg-card-color: var(--black-color);
--bg-main-color: var(--black-color);
--bg-body-color: var(--black-color);
@@ -552,7 +548,6 @@
--text-blocklist-hover-color: var(--blue-11);
--text-boxselector-wrapper-color: var(--white-color);
--text-dashboard-item-color: var(--blue-12);
--text-form-section-title-color: var(--white-color);
--text-muted-color: var(--white-color);
--text-tooltip-color: var(--white-color);
--text-blocklist-item-selected-color: var(--blue-9);
@@ -582,7 +577,6 @@
--text-multiselect-item-color: var(--white-color);
--text-pagination-span-color: var(--ui-white);
--text-bootbox: var(--white-color);
--text-button-dangerlight-color: var(--ui-error-7);
--text-pagination-span-hover-color: var(--ui-white);
--border-color: var(--grey-55);