refactor(editor): Color palette updates, introduce dark mode (#6980)
Github issue / Community forum post (link here to close automatically): --------- Co-authored-by: Mutasem <mutdmour@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ $custom-font-light: var(--color-text-light);
|
||||
$custom-font-very-light: var(--color-text-light);
|
||||
|
||||
$custom-expression-text: var(--color-secondary);
|
||||
$custom-expression-background: var(--color-background-lighter);
|
||||
$custom-expression-background: var(--color-background-light);
|
||||
|
||||
// Badge
|
||||
$badge-danger-color: var(--color-danger);
|
||||
@@ -100,7 +100,7 @@ $drawer-background-color: var(--color-background-xlight);
|
||||
// updates-panel
|
||||
$updates-panel-info-url-color: $color-primary;
|
||||
$updates-panel-border: var(--border-base);
|
||||
$updates-panel-dark-background-color: var(--color-background-lighter);
|
||||
$updates-panel-dark-background-color: var(--color-background-light);
|
||||
$updates-panel-description-text-color: var(--color-text-base);
|
||||
$updates-panel-text-color: var(--color-text-dark);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user