Theme: Changes light theme canvas color a more white shade (#111318)

* Theme: Changes light theme canvas color a more white shade

* Update
This commit is contained in:
Torkel Ödegaard
2025-09-23 12:11:14 +02:00
committed by GitHub
parent cbbbcd591d
commit 3eab510c1b
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export const palette = {
darkBorder2: '#64646b',
// Dashboard bg / layer 0 (light theme)
gray90: '#f4f5f5',
gray90: '#fbfbfb',
// Card bg / layer 1
gray100: '#f4f5f5',
// divider line
+3 -3
View File
@@ -46,7 +46,7 @@ $purple: #9933cc;
// Scaffolding
// -------------------------
$body-bg: #f4f5f5;
$body-bg: #fbfbfb;
$text-color: rgba(36, 41, 46, 1);
$text-color-weak: rgba(36, 41, 46, 0.75);
@@ -67,9 +67,9 @@ $text-muted: $text-color-weak;
$panel-bg: #ffffff;
// Page header
$page-header-bg: #f4f5f5;
$page-header-bg: #fbfbfb;
$page-header-shadow: inset 0px -3px 10px $gray-6;
$page-header-border-color: #f4f5f5;
$page-header-border-color: #fbfbfb;
// Graphite Target Editor
$tight-form-func-bg: #f4f5f5;