`;
@@ -412,6 +412,7 @@ export class EdgelessChangeTextMenu extends WithDisposable(LitElement) {
>
diff --git a/blocksuite/presets/package.json b/blocksuite/presets/package.json
index 844313df6..99b87feb2 100644
--- a/blocksuite/presets/package.json
+++ b/blocksuite/presets/package.json
@@ -23,7 +23,7 @@
"@floating-ui/dom": "^1.6.10",
"@lottiefiles/dotlottie-wc": "^0.4.0",
"@preact/signals-core": "^1.8.0",
- "@toeverything/theme": "^1.1.1",
+ "@toeverything/theme": "^1.1.3",
"lit": "^3.2.0",
"zod": "^3.23.8"
},
diff --git a/blocksuite/presets/src/__tests__/edgeless/last-props.spec.ts b/blocksuite/presets/src/__tests__/edgeless/last-props.spec.ts
index 58f091cbc..2ffc4e1a4 100644
--- a/blocksuite/presets/src/__tests__/edgeless/last-props.spec.ts
+++ b/blocksuite/presets/src/__tests__/edgeless/last-props.spec.ts
@@ -13,7 +13,6 @@ import {
type FrameBlockModel,
getSurfaceBlock,
LayoutType,
- LineColor,
type MindmapElementModel,
MindmapStyle,
NoteBackgroundColor,
@@ -22,6 +21,7 @@ import {
type ShapeElementModel,
ShapeFillColor,
ShapeType,
+ StrokeColor,
type TextElementModel,
} from '@blocksuite/blocks';
import { assertExists } from '@blocksuite/global/utils';
@@ -128,7 +128,7 @@ describe('apply last props', () => {
const id = service.crud.addElement('connector', { mode: 0 });
assertExists(id);
const connector = service.crud.getElementById(id) as ConnectorElementModel;
- expect(connector.stroke).toBe(LineColor.Grey);
+ expect(connector.stroke).toBe(StrokeColor.Grey);
expect(connector.strokeWidth).toBe(2);
expect(connector.strokeStyle).toBe('solid');
expect(connector.frontEndpointStyle).toBe('None');
@@ -143,7 +143,7 @@ describe('apply last props', () => {
expect(connector2.strokeWidth).toBe(10);
service.crud.updateElement(id2, {
labelStyle: {
- color: LineColor.Magenta,
+ color: StrokeColor.Magenta,
fontFamily: FontFamily.Kalam,
},
});
@@ -154,7 +154,7 @@ describe('apply last props', () => {
id3
) as ConnectorElementModel;
expect(connector3.strokeWidth).toBe(10);
- expect(connector3.labelStyle.color).toBe(LineColor.Magenta);
+ expect(connector3.labelStyle.color).toBe(StrokeColor.Magenta);
expect(connector3.labelStyle.fontFamily).toBe(FontFamily.Kalam);
});
@@ -163,8 +163,8 @@ describe('apply last props', () => {
assertExists(id);
const brush = service.crud.getElementById(id) as BrushElementModel;
expect(brush.color).toEqual({
- dark: LineColor.White,
- light: LineColor.Black,
+ dark: StrokeColor.White,
+ light: StrokeColor.Black,
});
expect(brush.lineWidth).toBe(4);
service.crud.updateElement(id, { lineWidth: 10 });
@@ -212,14 +212,14 @@ describe('apply last props', () => {
expect(text.color).toBe(DEFAULT_TEXT_COLOR);
expect(text.fontFamily).toBe(FontFamily.Inter);
service.crud.updateElement(id, {
- color: LineColor.Green,
+ color: StrokeColor.Green,
fontFamily: FontFamily.OrelegaOne,
});
const id2 = service.crud.addBlock('affine:edgeless-text', {}, surface!.id);
assertExists(id2);
const text2 = service.crud.getElementById(id2) as EdgelessTextBlockModel;
- expect(text2.color).toBe(LineColor.Green);
+ expect(text2.color).toBe(StrokeColor.Green);
expect(text2.fontFamily).toBe(FontFamily.OrelegaOne);
});
@@ -250,7 +250,7 @@ describe('apply last props', () => {
const id = service.crud.addBlock('affine:frame', {}, surface!.id);
assertExists(id);
const note = service.crud.getElementById(id) as FrameBlockModel;
- expect(note.background).toBe('--affine-palette-transparent');
+ expect(note.background).toBe('transparent');
service.crud.updateElement(id, {
background: FrameBackgroundColor.Purple,
});
diff --git a/blocksuite/presets/src/__tests__/edgeless/surface-model.spec.ts b/blocksuite/presets/src/__tests__/edgeless/surface-model.spec.ts
index 6a9a94a96..c534c4f3c 100644
--- a/blocksuite/presets/src/__tests__/edgeless/surface-model.spec.ts
+++ b/blocksuite/presets/src/__tests__/edgeless/surface-model.spec.ts
@@ -4,6 +4,7 @@ import type {
ShapeElementModel,
SurfaceBlockModel,
} from '@blocksuite/blocks';
+import { StrokeColor } from '@blocksuite/blocks';
import { beforeEach, describe, expect, test, vi } from 'vitest';
import { wait } from '../utils/common.js';
@@ -71,7 +72,7 @@ describe('element model', () => {
const element = model.getElementById(id)! as ShapeElementModel;
expect(element.index).toBe('a0');
- expect(element.strokeColor).toBe('--affine-palette-line-yellow');
+ expect(element.strokeColor).toBe(StrokeColor.Yellow);
expect(element.strokeWidth).toBe(4);
});
@@ -93,9 +94,7 @@ describe('element model', () => {
const element = model.getElementById(id)! as ShapeElementModel;
- expect(element.yMap.get('strokeColor')).toBe(
- '--affine-palette-line-yellow'
- );
+ expect(element.yMap.get('strokeColor')).toBe(StrokeColor.Yellow);
element.strokeColor = '--affine-palette-line-black';
expect(element.yMap.get('strokeColor')).toBe('--affine-palette-line-black');
diff --git a/blocksuite/tests-legacy/attachment.spec.ts b/blocksuite/tests-legacy/attachment.spec.ts
index 9de5a4509..74d397490 100644
--- a/blocksuite/tests-legacy/attachment.spec.ts
+++ b/blocksuite/tests-legacy/attachment.spec.ts
@@ -144,7 +144,7 @@ test('can insert attachment from slash menu', async ({ page }) => {
page,
`
{
await assertStoreMatchJSX(
page,
` {
page,
`
{
page,
`
{
page,
`
{
page,
`
{
page,
`
{
await assertStoreMatchJSX(
page,
` {
page,
/*xml*/ `
{
page,
/*xml*/ `
{
/*xml*/ `
{
/*xml*/ `
{
await selectNoteInEdgeless(page, ids.noteId);
await triggerComponentToolbarAction(page, 'changeNoteColor');
- const color = '--affine-note-background-grey';
+ const color = '--affine-v2-edgeless-note-grey';
await changeEdgelessNoteBackground(page, color);
await assertEdgelessNoteBackground(page, ids.noteId, color);
diff --git a/blocksuite/tests-legacy/edgeless/auto-complete.spec.ts b/blocksuite/tests-legacy/edgeless/auto-complete.spec.ts
index 253cc6047..b8776ffff 100644
--- a/blocksuite/tests-legacy/edgeless/auto-complete.spec.ts
+++ b/blocksuite/tests-legacy/edgeless/auto-complete.spec.ts
@@ -1,4 +1,8 @@
-import { DEFAULT_NOTE_BACKGROUND_COLOR } from '@blocksuite/affine-model';
+import {
+ DEFAULT_NOTE_BACKGROUND_COLOR,
+ ShapeFillColor,
+ StrokeColor,
+} from '@blocksuite/affine-model';
import { expect, type Page } from '@playwright/test';
import { clickView, moveView } from '../utils/actions/click.js';
@@ -135,10 +139,10 @@ test.describe('auto-complete', () => {
await createShapeElement(page, [0, 0], [100, 100], Shape.Square);
await assertSelectedBound(page, [0, 0, 100, 100]);
await triggerComponentToolbarAction(page, 'changeShapeStrokeColor');
- const lineColor = '--affine-palette-line-red';
+ const lineColor = StrokeColor.Red;
await changeShapeStrokeColor(page, lineColor);
await triggerComponentToolbarAction(page, 'changeShapeFillColor');
- const color = '--affine-palette-shape-green';
+ const color = ShapeFillColor.Green;
await changeShapeFillColor(page, color);
await dragBetweenViewCoords(page, [120, 50], [200, 0]);
@@ -184,7 +188,7 @@ test.describe('auto-complete', () => {
await waitNextFrame(page);
await triggerComponentToolbarAction(page, 'changeNoteColor');
- const noteColor = '--affine-note-background-red';
+ const noteColor = '--affine-v2-edgeless-note-red';
await changeEdgelessNoteBackground(page, noteColor);
// move to arrow icon
diff --git a/blocksuite/tests-legacy/edgeless/brush.spec.ts b/blocksuite/tests-legacy/edgeless/brush.spec.ts
index 893dc2a1e..54b395d6e 100644
--- a/blocksuite/tests-legacy/edgeless/brush.spec.ts
+++ b/blocksuite/tests-legacy/edgeless/brush.spec.ts
@@ -1,3 +1,4 @@
+import { StrokeColor } from '@blocksuite/affine-model';
import { expect } from '@playwright/test';
import {
@@ -79,7 +80,7 @@ test('add brush element with color', async ({ page }) => {
await switchEditorMode(page);
await setEdgelessTool(page, 'brush');
- const color = '--affine-palette-line-blue';
+ const color = StrokeColor.Blue;
await selectBrushColor(page, color);
const start = { x: 100, y: 100 };
@@ -100,7 +101,7 @@ test('keep same color when mouse mode switched back to brush', async ({
await deleteAll(page);
await setEdgelessTool(page, 'brush');
- const color = '--affine-palette-line-blue';
+ const color = StrokeColor.Blue;
await selectBrushColor(page, color);
const start = { x: 200, y: 200 };
const end = { x: 300, y: 300 };
@@ -123,7 +124,7 @@ test('add brush element with different size', async ({ page }) => {
await setEdgelessTool(page, 'brush');
await selectBrushSize(page, 'ten');
- const color = '--affine-palette-line-blue';
+ const color = StrokeColor.Blue;
await selectBrushColor(page, color);
const start = { x: 100, y: 100 };
@@ -144,8 +145,8 @@ test('add brush element with different size', async ({ page }) => {
await assertEdgelessColorSameWithHexColor(page, color, topEdge);
await assertEdgelessColorSameWithHexColor(page, color, bottomEdge);
- assertSameColor(nearTopEdge, '#4f90ff');
- assertSameColor(nearBottomEdge, '#4f90ff');
+ assertSameColor(nearTopEdge, '#84cfff');
+ assertSameColor(nearBottomEdge, '#84cfff');
});
test('change brush element size by component-toolbar', async ({ page }) => {
diff --git a/blocksuite/tests-legacy/edgeless/color-picker.spec.ts b/blocksuite/tests-legacy/edgeless/color-picker.spec.ts
index 8e137be13..6f9f2a53f 100644
--- a/blocksuite/tests-legacy/edgeless/color-picker.spec.ts
+++ b/blocksuite/tests-legacy/edgeless/color-picker.spec.ts
@@ -25,12 +25,12 @@ function getColorPickerButtonWithClass(page: Page, classes: string) {
}
function getCurrentColorUnitButton(locator: Locator) {
- return locator.locator('edgeless-color-button').locator('.color-unit');
+ return locator.locator('edgeless-color-button').locator('.color-unit').nth(0);
}
function getCurrentColor(locator: Locator) {
return locator.evaluate(ele =>
- getComputedStyle(ele).getPropertyValue('background-color')
+ getComputedStyle(ele.querySelector('svg')!).getPropertyValue('fill')
);
}
@@ -116,7 +116,7 @@ test.describe('basic functions', () => {
const currentColorUnit = getCurrentColorUnitButton(fillColorButton);
const value = await getCurrentColor(currentColorUnit);
- await expect(currentColorUnit).toHaveCSS('background-color', value);
+ await expect(currentColorUnit.locator('svg')).toHaveCSS('fill', value);
const customButton = getCustomButton(fillColorButton);
diff --git a/blocksuite/tests-legacy/edgeless/connector/connector.spec.ts b/blocksuite/tests-legacy/edgeless/connector/connector.spec.ts
index 049daee8f..38fbf3fa7 100644
--- a/blocksuite/tests-legacy/edgeless/connector/connector.spec.ts
+++ b/blocksuite/tests-legacy/edgeless/connector/connector.spec.ts
@@ -1,3 +1,4 @@
+import { StrokeColor } from '@blocksuite/affine-model';
import { expect } from '@playwright/test';
import {
@@ -148,7 +149,7 @@ test('change connector line width', async ({ page }) => {
await page.mouse.click(start.x + 5, start.y);
await triggerComponentToolbarAction(page, 'changeConnectorStrokeColor');
- await changeConnectorStrokeColor(page, '--affine-palette-line-teal');
+ await changeConnectorStrokeColor(page, StrokeColor.Grey);
await triggerComponentToolbarAction(page, 'changeConnectorStrokeStyles');
await changeConnectorStrokeWidth(page, 5);
@@ -173,7 +174,7 @@ test('change connector stroke style', async ({ page }) => {
await page.mouse.click(start.x + 5, start.y);
await triggerComponentToolbarAction(page, 'changeConnectorStrokeColor');
- await changeConnectorStrokeColor(page, '--affine-palette-line-teal');
+ await changeConnectorStrokeColor(page, StrokeColor.Grey);
await triggerComponentToolbarAction(page, 'changeConnectorStrokeStyles');
await changeConnectorStrokeStyle(page, 'dash');
diff --git a/blocksuite/tests-legacy/edgeless/note/note.spec.ts b/blocksuite/tests-legacy/edgeless/note/note.spec.ts
index fb5e422e9..2a64bddd9 100644
--- a/blocksuite/tests-legacy/edgeless/note/note.spec.ts
+++ b/blocksuite/tests-legacy/edgeless/note/note.spec.ts
@@ -304,12 +304,12 @@ test('change note color', async ({ page }) => {
await assertEdgelessNoteBackground(
page,
noteId,
- '--affine-note-background-white'
+ '--affine-v2-edgeless-note-white'
);
await selectNoteInEdgeless(page, noteId);
await triggerComponentToolbarAction(page, 'changeNoteColor');
- const color = '--affine-note-background-green';
+ const color = '--affine-v2-edgeless-note-green';
await changeEdgelessNoteBackground(page, color);
await assertEdgelessNoteBackground(page, noteId, color);
});
diff --git a/blocksuite/tests-legacy/edgeless/shape.spec.ts b/blocksuite/tests-legacy/edgeless/shape.spec.ts
index 3af1f2bd5..a4babb9fe 100644
--- a/blocksuite/tests-legacy/edgeless/shape.spec.ts
+++ b/blocksuite/tests-legacy/edgeless/shape.spec.ts
@@ -1,3 +1,4 @@
+import { ShapeFillColor, StrokeColor } from '@blocksuite/affine-model';
import { expect, type Page } from '@playwright/test';
import {
@@ -167,7 +168,7 @@ test.skip('change shape fill color', async ({ page }) => {
await page.mouse.click(rect.start.x + 5, rect.start.y + 5);
await triggerComponentToolbarAction(page, 'changeShapeFillColor');
- const color = '--affine-palette-shape-teal';
+ const color = ShapeFillColor.Grey;
await changeShapeFillColor(page, color);
await page.waitForTimeout(50);
const [picked] = await pickColorAtPoints(page, [
@@ -190,7 +191,7 @@ test('change shape stroke color', async ({ page }) => {
await page.mouse.click(rect.start.x + 5, rect.start.y + 5);
await triggerComponentToolbarAction(page, 'changeShapeStrokeColor');
- const color = '--affine-palette-line-teal';
+ const color = StrokeColor.Grey;
await changeShapeStrokeColor(page, color);
await page.waitForTimeout(50);
const [picked] = await pickColorAtPoints(page, [
@@ -338,7 +339,7 @@ test('change shape stroke width', async ({ page }) => {
await page.mouse.click(start.x + 5, start.y + 5);
await triggerComponentToolbarAction(page, 'changeShapeStrokeColor');
- await changeShapeStrokeColor(page, '--affine-palette-line-teal');
+ await changeShapeStrokeColor(page, StrokeColor.Magenta);
await triggerComponentToolbarAction(page, 'changeShapeStrokeStyles');
await changeShapeStrokeWidth(page);
@@ -361,7 +362,7 @@ test('change shape stroke style', async ({ page }) => {
await page.mouse.click(start.x + 5, start.y + 5);
await triggerComponentToolbarAction(page, 'changeShapeStrokeColor');
- await changeShapeStrokeColor(page, '--affine-palette-line-teal');
+ await changeShapeStrokeColor(page, StrokeColor.Blue);
await triggerComponentToolbarAction(page, 'changeShapeStrokeStyles');
await changeShapeStrokeStyle(page, 'dash');
@@ -548,7 +549,7 @@ test('change shape style', async ({ page }) => {
await page.mouse.click(start.x + 5, start.y + 5);
await triggerComponentToolbarAction(page, 'changeShapeStrokeColor');
- const color = '--affine-palette-line-teal';
+ const color = StrokeColor.Purple;
await changeShapeStrokeColor(page, color);
await page.waitForTimeout(50);
const [picked] = await pickColorAtPoints(page, [[start.x + 1, start.y + 1]]);
diff --git a/blocksuite/tests-legacy/link.spec.ts b/blocksuite/tests-legacy/link.spec.ts
index 568a3eb8a..a2e4c3dbd 100644
--- a/blocksuite/tests-legacy/link.spec.ts
+++ b/blocksuite/tests-legacy/link.spec.ts
@@ -476,7 +476,7 @@ test.skip('convert link to embed', async ({ page }) => {
`
{
prop:lockedBySelf={false}
>
diff --git a/blocksuite/tests-legacy/snapshots/basic.spec.ts/automatic-identify-url-text-final.json b/blocksuite/tests-legacy/snapshots/basic.spec.ts/automatic-identify-url-text-final.json
index 10d8e45e2..843eb81aa 100644
--- a/blocksuite/tests-legacy/snapshots/basic.spec.ts/automatic-identify-url-text-final.json
+++ b/blocksuite/tests-legacy/snapshots/basic.spec.ts/automatic-identify-url-text-final.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/basic.spec.ts/basic-test-default.json b/blocksuite/tests-legacy/snapshots/basic.spec.ts/basic-test-default.json
index d902db61d..db5fa1b07 100644
--- a/blocksuite/tests-legacy/snapshots/basic.spec.ts/basic-test-default.json
+++ b/blocksuite/tests-legacy/snapshots/basic.spec.ts/basic-test-default.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/copy-bookmark-url-by-copy-button-final.json b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/copy-bookmark-url-by-copy-button-final.json
index b5c3f6108..491ed8236 100644
--- a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/copy-bookmark-url-by-copy-button-final.json
+++ b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/copy-bookmark-url-by-copy-button-final.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/copy-url-to-create-bookmark-in-edgeless-mode-final.json b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/copy-url-to-create-bookmark-in-edgeless-mode-final.json
index 972fa4085..954961ef5 100644
--- a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/copy-url-to-create-bookmark-in-edgeless-mode-final.json
+++ b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/copy-url-to-create-bookmark-in-edgeless-mode-final.json
@@ -27,7 +27,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,234]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/copy-url-to-create-bookmark-in-page-mode-final.json b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/copy-url-to-create-bookmark-in-page-mode-final.json
index b90751b9e..f949b1b55 100644
--- a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/copy-url-to-create-bookmark-in-page-mode-final.json
+++ b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/copy-url-to-create-bookmark-in-page-mode-final.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/covert-bookmark-block-to-link-text-final.json b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/covert-bookmark-block-to-link-text-final.json
index 0d09533b2..14142efb9 100644
--- a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/covert-bookmark-block-to-link-text-final.json
+++ b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/covert-bookmark-block-to-link-text-final.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/create-bookmark-by-slash-menu-final.json b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/create-bookmark-by-slash-menu-final.json
index cba48a995..0dfcd5aa4 100644
--- a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/create-bookmark-by-slash-menu-final.json
+++ b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/create-bookmark-by-slash-menu-final.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/embed-figma.json b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/embed-figma.json
index a1cf2bc7e..e976f0683 100644
--- a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/embed-figma.json
+++ b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/embed-figma.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/embed-youtube.json b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/embed-youtube.json
index fa4138915..50aa56ab8 100644
--- a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/embed-youtube.json
+++ b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/embed-youtube.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/horizontal-figma.json b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/horizontal-figma.json
index 9a3c75eb5..d8e3252e6 100644
--- a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/horizontal-figma.json
+++ b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/horizontal-figma.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/horizontal-youtube.json b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/horizontal-youtube.json
index f58738152..c28ac1121 100644
--- a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/horizontal-youtube.json
+++ b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/horizontal-youtube.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/support-dragging-bookmark-block-directly-after-add-paragraph.json b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/support-dragging-bookmark-block-directly-after-add-paragraph.json
index a89a9ca43..f36048f47 100644
--- a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/support-dragging-bookmark-block-directly-after-add-paragraph.json
+++ b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/support-dragging-bookmark-block-directly-after-add-paragraph.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
@@ -110,4 +110,4 @@
]
}
]
-}
\ No newline at end of file
+}
diff --git a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/support-dragging-bookmark-block-directly-after-drag.json b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/support-dragging-bookmark-block-directly-after-drag.json
index c9b458d43..efa52affa 100644
--- a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/support-dragging-bookmark-block-directly-after-drag.json
+++ b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/support-dragging-bookmark-block-directly-after-drag.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
@@ -110,4 +110,4 @@
]
}
]
-}
\ No newline at end of file
+}
diff --git a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/support-dragging-bookmark-block-directly-init.json b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/support-dragging-bookmark-block-directly-init.json
index d2090527c..962a98168 100644
--- a/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/support-dragging-bookmark-block-directly-init.json
+++ b/blocksuite/tests-legacy/snapshots/bookmark.spec.ts/support-dragging-bookmark-block-directly-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
@@ -53,4 +53,4 @@
]
}
]
-}
\ No newline at end of file
+}
diff --git a/blocksuite/tests-legacy/snapshots/clipboard/clipboard.spec.ts/auto-identify-url-final.json b/blocksuite/tests-legacy/snapshots/clipboard/clipboard.spec.ts/auto-identify-url-final.json
index c9e9f94e8..b1cc7f93d 100644
--- a/blocksuite/tests-legacy/snapshots/clipboard/clipboard.spec.ts/auto-identify-url-final.json
+++ b/blocksuite/tests-legacy/snapshots/clipboard/clipboard.spec.ts/auto-identify-url-final.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/clipboard/list.spec.ts/cut-will-delete-all-content-and-copy-will-reappear-content-after-cut.json b/blocksuite/tests-legacy/snapshots/clipboard/list.spec.ts/cut-will-delete-all-content-and-copy-will-reappear-content-after-cut.json
index b4999d04e..f67273240 100644
--- a/blocksuite/tests-legacy/snapshots/clipboard/list.spec.ts/cut-will-delete-all-content-and-copy-will-reappear-content-after-cut.json
+++ b/blocksuite/tests-legacy/snapshots/clipboard/list.spec.ts/cut-will-delete-all-content-and-copy-will-reappear-content-after-cut.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/clipboard/list.spec.ts/cut-will-delete-all-content-and-copy-will-reappear-content-after-paste.json b/blocksuite/tests-legacy/snapshots/clipboard/list.spec.ts/cut-will-delete-all-content-and-copy-will-reappear-content-after-paste.json
index 5adfa0769..9bdfa2500 100644
--- a/blocksuite/tests-legacy/snapshots/clipboard/list.spec.ts/cut-will-delete-all-content-and-copy-will-reappear-content-after-paste.json
+++ b/blocksuite/tests-legacy/snapshots/clipboard/list.spec.ts/cut-will-delete-all-content-and-copy-will-reappear-content-after-paste.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/clipboard/list.spec.ts/should-keep-paragraph-block-s-type-when-pasting-at-the-start-of-empty-paragraph-block-except-type-text-after-paste-1.json b/blocksuite/tests-legacy/snapshots/clipboard/list.spec.ts/should-keep-paragraph-block-s-type-when-pasting-at-the-start-of-empty-paragraph-block-except-type-text-after-paste-1.json
index e6f186417..ffb61bcbd 100644
--- a/blocksuite/tests-legacy/snapshots/clipboard/list.spec.ts/should-keep-paragraph-block-s-type-when-pasting-at-the-start-of-empty-paragraph-block-except-type-text-after-paste-1.json
+++ b/blocksuite/tests-legacy/snapshots/clipboard/list.spec.ts/should-keep-paragraph-block-s-type-when-pasting-at-the-start-of-empty-paragraph-block-except-type-text-after-paste-1.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/clipboard/list.spec.ts/should-keep-paragraph-block-s-type-when-pasting-at-the-start-of-empty-paragraph-block-except-type-text-after-paste-2.json b/blocksuite/tests-legacy/snapshots/clipboard/list.spec.ts/should-keep-paragraph-block-s-type-when-pasting-at-the-start-of-empty-paragraph-block-except-type-text-after-paste-2.json
index 3f8d89f14..b00a4548f 100644
--- a/blocksuite/tests-legacy/snapshots/clipboard/list.spec.ts/should-keep-paragraph-block-s-type-when-pasting-at-the-start-of-empty-paragraph-block-except-type-text-after-paste-2.json
+++ b/blocksuite/tests-legacy/snapshots/clipboard/list.spec.ts/should-keep-paragraph-block-s-type-when-pasting-at-the-start-of-empty-paragraph-block-except-type-text-after-paste-2.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/code/copy-paste.spec.ts/code-block-has-content-click-code-block-copy-menu-copy-whole-code-block-pasted.json b/blocksuite/tests-legacy/snapshots/code/copy-paste.spec.ts/code-block-has-content-click-code-block-copy-menu-copy-whole-code-block-pasted.json
index 2140c127e..a4b4b4e23 100644
--- a/blocksuite/tests-legacy/snapshots/code/copy-paste.spec.ts/code-block-has-content-click-code-block-copy-menu-copy-whole-code-block-pasted.json
+++ b/blocksuite/tests-legacy/snapshots/code/copy-paste.spec.ts/code-block-has-content-click-code-block-copy-menu-copy-whole-code-block-pasted.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/code/copy-paste.spec.ts/code-block-is-empty-click-code-block-copy-menu-copy-the-empty-code-block-pasted.json b/blocksuite/tests-legacy/snapshots/code/copy-paste.spec.ts/code-block-is-empty-click-code-block-copy-menu-copy-the-empty-code-block-pasted.json
index 0ce43f616..5493ce26b 100644
--- a/blocksuite/tests-legacy/snapshots/code/copy-paste.spec.ts/code-block-is-empty-click-code-block-copy-menu-copy-the-empty-code-block-pasted.json
+++ b/blocksuite/tests-legacy/snapshots/code/copy-paste.spec.ts/code-block-is-empty-click-code-block-copy-menu-copy-the-empty-code-block-pasted.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/delete-code-block-in-more-menu-final.json b/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/delete-code-block-in-more-menu-final.json
index 5db1d16b7..e6bb65e4a 100644
--- a/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/delete-code-block-in-more-menu-final.json
+++ b/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/delete-code-block-in-more-menu-final.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/duplicate-code-block-final.json b/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/duplicate-code-block-final.json
index 6a79a3a76..8fc72aee3 100644
--- a/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/duplicate-code-block-final.json
+++ b/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/duplicate-code-block-final.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/format-text-in-code-block-format.json b/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/format-text-in-code-block-format.json
index 41b96fa36..6810d47d0 100644
--- a/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/format-text-in-code-block-format.json
+++ b/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/format-text-in-code-block-format.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/format-text-in-code-block-init.json b/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/format-text-in-code-block-init.json
index 63f501b5e..8567aad2c 100644
--- a/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/format-text-in-code-block-init.json
+++ b/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/format-text-in-code-block-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/format-text-in-code-block-link.json b/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/format-text-in-code-block-link.json
index e2a658224..ac561212a 100644
--- a/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/format-text-in-code-block-link.json
+++ b/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/format-text-in-code-block-link.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/use-markdown-syntax-can-create-code-block-init.json b/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/use-markdown-syntax-can-create-code-block-init.json
index 5c6d65e23..a68276e76 100644
--- a/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/use-markdown-syntax-can-create-code-block-init.json
+++ b/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/use-markdown-syntax-can-create-code-block-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/use-markdown-syntax-can-create-code-block-markdown-syntax.json b/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/use-markdown-syntax-can-create-code-block-markdown-syntax.json
index de7599d6d..cd6d7e397 100644
--- a/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/use-markdown-syntax-can-create-code-block-markdown-syntax.json
+++ b/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/use-markdown-syntax-can-create-code-block-markdown-syntax.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/drag.spec.ts/move-to-the-last-block-of-each-level-in-multi-level-nesting-drag-3-4.json b/blocksuite/tests-legacy/snapshots/drag.spec.ts/move-to-the-last-block-of-each-level-in-multi-level-nesting-drag-3-4.json
index f05e97391..9f5d27231 100644
--- a/blocksuite/tests-legacy/snapshots/drag.spec.ts/move-to-the-last-block-of-each-level-in-multi-level-nesting-drag-3-4.json
+++ b/blocksuite/tests-legacy/snapshots/drag.spec.ts/move-to-the-last-block-of-each-level-in-multi-level-nesting-drag-3-4.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/drag.spec.ts/move-to-the-last-block-of-each-level-in-multi-level-nesting-drag-3-9.json b/blocksuite/tests-legacy/snapshots/drag.spec.ts/move-to-the-last-block-of-each-level-in-multi-level-nesting-drag-3-9.json
index 8aa721ad6..2d3183ea9 100644
--- a/blocksuite/tests-legacy/snapshots/drag.spec.ts/move-to-the-last-block-of-each-level-in-multi-level-nesting-drag-3-9.json
+++ b/blocksuite/tests-legacy/snapshots/drag.spec.ts/move-to-the-last-block-of-each-level-in-multi-level-nesting-drag-3-9.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/drag.spec.ts/move-to-the-last-block-of-each-level-in-multi-level-nesting-drag-4-3.json b/blocksuite/tests-legacy/snapshots/drag.spec.ts/move-to-the-last-block-of-each-level-in-multi-level-nesting-drag-4-3.json
index 822a308be..c0350fedb 100644
--- a/blocksuite/tests-legacy/snapshots/drag.spec.ts/move-to-the-last-block-of-each-level-in-multi-level-nesting-drag-4-3.json
+++ b/blocksuite/tests-legacy/snapshots/drag.spec.ts/move-to-the-last-block-of-each-level-in-multi-level-nesting-drag-4-3.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/drag.spec.ts/move-to-the-last-block-of-each-level-in-multi-level-nesting-init.json b/blocksuite/tests-legacy/snapshots/drag.spec.ts/move-to-the-last-block-of-each-level-in-multi-level-nesting-init.json
index 51622ddeb..fc0573848 100644
--- a/blocksuite/tests-legacy/snapshots/drag.spec.ts/move-to-the-last-block-of-each-level-in-multi-level-nesting-init.json
+++ b/blocksuite/tests-legacy/snapshots/drag.spec.ts/move-to-the-last-block-of-each-level-in-multi-level-nesting-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/drag.spec.ts/should-be-able-to-drag-drop-multiple-blocks-to-nested-block-finial.json b/blocksuite/tests-legacy/snapshots/drag.spec.ts/should-be-able-to-drag-drop-multiple-blocks-to-nested-block-finial.json
index faedc4714..384229548 100644
--- a/blocksuite/tests-legacy/snapshots/drag.spec.ts/should-be-able-to-drag-drop-multiple-blocks-to-nested-block-finial.json
+++ b/blocksuite/tests-legacy/snapshots/drag.spec.ts/should-be-able-to-drag-drop-multiple-blocks-to-nested-block-finial.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
@@ -183,4 +183,4 @@
]
}
]
-}
\ No newline at end of file
+}
diff --git a/blocksuite/tests-legacy/snapshots/drag.spec.ts/should-be-able-to-drag-drop-multiple-blocks-to-nested-block-init.json b/blocksuite/tests-legacy/snapshots/drag.spec.ts/should-be-able-to-drag-drop-multiple-blocks-to-nested-block-init.json
index e04d86f00..4ea493a6f 100644
--- a/blocksuite/tests-legacy/snapshots/drag.spec.ts/should-be-able-to-drag-drop-multiple-blocks-to-nested-block-init.json
+++ b/blocksuite/tests-legacy/snapshots/drag.spec.ts/should-be-able-to-drag-drop-multiple-blocks-to-nested-block-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
@@ -183,4 +183,4 @@
]
}
]
-}
\ No newline at end of file
+}
diff --git a/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/min-width-limit-for-embed-block-add-linked-doc.json b/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/min-width-limit-for-embed-block-add-linked-doc.json
index 136df9a3f..966a1b633 100644
--- a/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/min-width-limit-for-embed-block-add-linked-doc.json
+++ b/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/min-width-limit-for-embed-block-add-linked-doc.json
@@ -28,7 +28,7 @@
"xywh": "[-25,-25,88.75,50]",
"index": "a1",
"lockedBySelf": false,
- "color": "--affine-palette-line-blue",
+ "color": "--affine-v2-edgeless-palette-medium-blueMedium",
"fontFamily": "blocksuite:surface:Inter",
"fontStyle": "normal",
"fontWeight": "400",
@@ -74,7 +74,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/min-width-limit-for-embed-block-drag.json b/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/min-width-limit-for-embed-block-drag.json
index 26b0b16c6..a10d65aca 100644
--- a/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/min-width-limit-for-embed-block-drag.json
+++ b/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/min-width-limit-for-embed-block-drag.json
@@ -28,7 +28,7 @@
"xywh": "[-25,-25,497,154]",
"index": "a1",
"lockedBySelf": false,
- "color": "--affine-palette-line-blue",
+ "color": "--affine-v2-edgeless-palette-medium-blueMedium",
"fontFamily": "blocksuite:surface:Inter",
"fontStyle": "normal",
"fontWeight": "400",
@@ -65,7 +65,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/min-width-limit-for-embed-block-init.json b/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/min-width-limit-for-embed-block-init.json
index 38bceda45..42634c6f7 100644
--- a/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/min-width-limit-for-embed-block-init.json
+++ b/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/min-width-limit-for-embed-block-init.json
@@ -28,7 +28,7 @@
"xywh": "[-25,-25,50,26]",
"index": "a1",
"lockedBySelf": false,
- "color": "--affine-palette-line-blue",
+ "color": "--affine-v2-edgeless-palette-medium-blueMedium",
"fontFamily": "blocksuite:surface:Inter",
"fontStyle": "normal",
"fontWeight": "400",
@@ -64,7 +64,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/min-width-limit-for-embed-block-link-to-card-min-width.json b/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/min-width-limit-for-embed-block-link-to-card-min-width.json
index ad9c08c53..503563c1b 100644
--- a/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/min-width-limit-for-embed-block-link-to-card-min-width.json
+++ b/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/min-width-limit-for-embed-block-link-to-card-min-width.json
@@ -28,7 +28,7 @@
"xywh": "[-25,-25,452,154]",
"index": "a1",
"lockedBySelf": false,
- "color": "--affine-palette-line-blue",
+ "color": "--affine-v2-edgeless-palette-medium-blueMedium",
"fontFamily": "blocksuite:surface:Inter",
"fontStyle": "normal",
"fontWeight": "400",
@@ -65,7 +65,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/min-width-limit-for-embed-block-link-to-card.json b/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/min-width-limit-for-embed-block-link-to-card.json
index 2915f2d3e..0acdef494 100644
--- a/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/min-width-limit-for-embed-block-link-to-card.json
+++ b/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/min-width-limit-for-embed-block-link-to-card.json
@@ -28,7 +28,7 @@
"xywh": "[-25,-25,452,154]",
"index": "a1",
"lockedBySelf": false,
- "color": "--affine-palette-line-blue",
+ "color": "--affine-v2-edgeless-palette-medium-blueMedium",
"fontFamily": "blocksuite:surface:Inter",
"fontStyle": "normal",
"fontWeight": "400",
@@ -65,7 +65,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/press-backspace-at-the-start-of-first-line-when-edgeless-text-exist-finial.json b/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/press-backspace-at-the-start-of-first-line-when-edgeless-text-exist-finial.json
index 8696508b7..8b8f4df2b 100644
--- a/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/press-backspace-at-the-start-of-first-line-when-edgeless-text-exist-finial.json
+++ b/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/press-backspace-at-the-start-of-first-line-when-edgeless-text-exist-finial.json
@@ -32,7 +32,7 @@
"xywh": "[-25,-25,50,26]",
"index": "a1",
"lockedBySelf": false,
- "color": "--affine-palette-line-blue",
+ "color": "--affine-v2-edgeless-palette-medium-blueMedium",
"fontFamily": "blocksuite:surface:Inter",
"fontStyle": "normal",
"fontWeight": "400",
@@ -72,7 +72,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,48]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/press-backspace-at-the-start-of-first-line-when-edgeless-text-exist-note-empty.json b/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/press-backspace-at-the-start-of-first-line-when-edgeless-text-exist-note-empty.json
index b42fa3f13..fb2290624 100644
--- a/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/press-backspace-at-the-start-of-first-line-when-edgeless-text-exist-note-empty.json
+++ b/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/press-backspace-at-the-start-of-first-line-when-edgeless-text-exist-note-empty.json
@@ -28,7 +28,7 @@
"xywh": "[-25,-25,50,26]",
"index": "a1",
"lockedBySelf": false,
- "color": "--affine-palette-line-blue",
+ "color": "--affine-v2-edgeless-palette-medium-blueMedium",
"fontFamily": "blocksuite:surface:Inter",
"fontStyle": "normal",
"fontWeight": "400",
@@ -68,7 +68,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,48]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/press-backspace-at-the-start-of-first-line-when-edgeless-text-exist-note-not-empty.json b/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/press-backspace-at-the-start-of-first-line-when-edgeless-text-exist-note-not-empty.json
index f79cfb43b..04a02e46b 100644
--- a/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/press-backspace-at-the-start-of-first-line-when-edgeless-text-exist-note-not-empty.json
+++ b/blocksuite/tests-legacy/snapshots/edgeless/edgeless-text.spec.ts/press-backspace-at-the-start-of-first-line-when-edgeless-text-exist-note-not-empty.json
@@ -28,7 +28,7 @@
"xywh": "[-25,-25,50,26]",
"index": "a1",
"lockedBySelf": false,
- "color": "--affine-palette-line-blue",
+ "color": "--affine-v2-edgeless-palette-medium-blueMedium",
"fontFamily": "blocksuite:surface:Inter",
"fontStyle": "normal",
"fontWeight": "400",
@@ -68,7 +68,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,48]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/create-linked-doc-from-block-selection-with-format-bar.json b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/create-linked-doc-from-block-selection-with-format-bar.json
index fc2043b92..bbca46409 100644
--- a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/create-linked-doc-from-block-selection-with-format-bar.json
+++ b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/create-linked-doc-from-block-selection-with-format-bar.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-background-color-default-color.json b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-background-color-default-color.json
index 35d5c4f9f..616ba8f67 100644
--- a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-background-color-default-color.json
+++ b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-background-color-default-color.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-background-color-init.json b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-background-color-init.json
index 35d5c4f9f..616ba8f67 100644
--- a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-background-color-init.json
+++ b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-background-color-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-background-color-select-all.json b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-background-color-select-all.json
index 821396ae9..b4685f071 100644
--- a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-background-color-select-all.json
+++ b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-background-color-select-all.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-to-heading-paragraph-type-bulleted.json b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-to-heading-paragraph-type-bulleted.json
index 3310a6113..be8ee9e7e 100644
--- a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-to-heading-paragraph-type-bulleted.json
+++ b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-to-heading-paragraph-type-bulleted.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-to-heading-paragraph-type-finial.json b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-to-heading-paragraph-type-finial.json
index f7b8f9535..525e32c3a 100644
--- a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-to-heading-paragraph-type-finial.json
+++ b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-to-heading-paragraph-type-finial.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-to-heading-paragraph-type-init.json b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-to-heading-paragraph-type-init.json
index b8e6d44b3..a2718a1de 100644
--- a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-to-heading-paragraph-type-init.json
+++ b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-change-to-heading-paragraph-type-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-format-text-finial.json b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-format-text-finial.json
index 1ccc87a0d..e0293cab9 100644
--- a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-format-text-finial.json
+++ b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-format-text-finial.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-format-text-init.json b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-format-text-init.json
index ba6bf3c7b..d91e0e70c 100644
--- a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-format-text-init.json
+++ b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-format-text-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-format-text-when-select-multiple-line-finial.json b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-format-text-when-select-multiple-line-finial.json
index aea12cd56..9d418c32e 100644
--- a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-format-text-when-select-multiple-line-finial.json
+++ b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-format-text-when-select-multiple-line-finial.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-format-text-when-select-multiple-line-init.json b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-format-text-when-select-multiple-line-init.json
index 359a65787..d6339a2e7 100644
--- a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-format-text-when-select-multiple-line-init.json
+++ b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-format-text-when-select-multiple-line-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-link-text-finial.json b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-link-text-finial.json
index aea12cd56..9d418c32e 100644
--- a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-link-text-finial.json
+++ b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-link-text-finial.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-link-text-init.json b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-link-text-init.json
index 425e623f2..07fb24fbf 100644
--- a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-link-text-init.json
+++ b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-be-able-to-link-text-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-show-after-convert-to-code-block.json b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-show-after-convert-to-code-block.json
index 37b954d36..c0eb5f840 100644
--- a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-show-after-convert-to-code-block.json
+++ b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-show-after-convert-to-code-block.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-with-block-selection-works-when-update-block-type-final.json b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-with-block-selection-works-when-update-block-type-final.json
index e851e80ea..a1cd97577 100644
--- a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-with-block-selection-works-when-update-block-type-final.json
+++ b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-with-block-selection-works-when-update-block-type-final.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-with-block-selection-works-when-update-block-type-init.json b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-with-block-selection-works-when-update-block-type-init.json
index 48f1782b6..f18ab67ce 100644
--- a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-with-block-selection-works-when-update-block-type-init.json
+++ b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-with-block-selection-works-when-update-block-type-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-work-in-multiple-block-selection.json b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-work-in-multiple-block-selection.json
index f76f2a7b7..ae698abc9 100644
--- a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-work-in-multiple-block-selection.json
+++ b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-work-in-multiple-block-selection.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-work-in-single-block-selection.json b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-work-in-single-block-selection.json
index 4df164a74..6f6195466 100644
--- a/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-work-in-single-block-selection.json
+++ b/blocksuite/tests-legacy/snapshots/format-bar.spec.ts/should-format-quick-bar-work-in-single-block-selection.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/Enter-key-should-as-expected-after-setting-heading-by-shortkey.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/Enter-key-should-as-expected-after-setting-heading-by-shortkey.json
index 749ef4051..35972683d 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/Enter-key-should-as-expected-after-setting-heading-by-shortkey.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/Enter-key-should-as-expected-after-setting-heading-by-shortkey.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/multi-line-rich-text-inline-code-hotkey-init.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/multi-line-rich-text-inline-code-hotkey-init.json
index 4a195bffe..822fc5888 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/multi-line-rich-text-inline-code-hotkey-init.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/multi-line-rich-text-inline-code-hotkey-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/multi-line-rich-text-inline-code-hotkey-redo.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/multi-line-rich-text-inline-code-hotkey-redo.json
index 4a195bffe..822fc5888 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/multi-line-rich-text-inline-code-hotkey-redo.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/multi-line-rich-text-inline-code-hotkey-redo.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/multi-line-rich-text-inline-code-hotkey-undo.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/multi-line-rich-text-inline-code-hotkey-undo.json
index 4beb61dab..3f9cc6906 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/multi-line-rich-text-inline-code-hotkey-undo.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/multi-line-rich-text-inline-code-hotkey-undo.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-cut-work-multiple-line-init.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-cut-work-multiple-line-init.json
index dda4f654e..99ddf761e 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-cut-work-multiple-line-init.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-cut-work-multiple-line-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-cut-work-multiple-line-undo.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-cut-work-multiple-line-undo.json
index 4beb61dab..3f9cc6906 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-cut-work-multiple-line-undo.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-cut-work-multiple-line-undo.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-cut-work-single-line-init.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-cut-work-single-line-init.json
index 05e911d31..6b62ffa97 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-cut-work-single-line-init.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-cut-work-single-line-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-cut-work-single-line-undo.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-cut-work-single-line-undo.json
index e284ca678..f0c5d387b 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-cut-work-single-line-undo.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-cut-work-single-line-undo.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-init.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-init.json
index 54aa2945a..96519b38d 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-init.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-0.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-0.json
index 2c33f911b..71bc04e7f 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-0.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-0.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-6.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-6.json
index 9c632abfd..81fab9818 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-6.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-6.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-8.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-8.json
index 5c5730a0e..1eed6e52b 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-8.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-8.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-9.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-9.json
index 4493d992e..5da8d71e8 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-9.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-9.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-d.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-d.json
index 3c9888aed..384d96a3d 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-d.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-d.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-multiple-line-format-hotkey-work-finial.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-multiple-line-format-hotkey-work-finial.json
index 4beb61dab..3f9cc6906 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-multiple-line-format-hotkey-work-finial.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-multiple-line-format-hotkey-work-finial.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-multiple-line-format-hotkey-work-init.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-multiple-line-format-hotkey-work-init.json
index c7bbeae25..9c7c22566 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-multiple-line-format-hotkey-work-init.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-multiple-line-format-hotkey-work-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-single-line-format-hotkey-work-finial.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-single-line-format-hotkey-work-finial.json
index e284ca678..f0c5d387b 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-single-line-format-hotkey-work-finial.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-single-line-format-hotkey-work-finial.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-single-line-format-hotkey-work-init.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-single-line-format-hotkey-work-init.json
index e387c5f0c..f34e1e8c5 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-single-line-format-hotkey-work-init.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/should-single-line-format-hotkey-work-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold-ggg.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold-ggg.json
index 8542cbc43..430b36675 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold-ggg.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold-ggg.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold-hhh.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold-hhh.json
index 2a2f09ac4..502c58805 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold-hhh.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold-hhh.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold.json
index 46f310342..479e95d31 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/use-formatted-cursor-with-hotkey-init.json b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/use-formatted-cursor-with-hotkey-init.json
index 74969002a..250c4562a 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/use-formatted-cursor-with-hotkey-init.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey.spec.ts/use-formatted-cursor-with-hotkey-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"hidden": false,
"displayMode": "both",
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/bracket.spec.ts/should-bracket-complete-with-backtick-works-undo.json b/blocksuite/tests-legacy/snapshots/hotkey/bracket.spec.ts/should-bracket-complete-with-backtick-works-undo.json
index f92e305be..1f11d4947 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/bracket.spec.ts/should-bracket-complete-with-backtick-works-undo.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/bracket.spec.ts/should-bracket-complete-with-backtick-works-undo.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/bracket.spec.ts/should-bracket-complete-with-backtick-works.json b/blocksuite/tests-legacy/snapshots/hotkey/bracket.spec.ts/should-bracket-complete-with-backtick-works.json
index b5eaddaf5..e00f791a8 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/bracket.spec.ts/should-bracket-complete-with-backtick-works.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/bracket.spec.ts/should-bracket-complete-with-backtick-works.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/Enter-key-should-as-expected-after-setting-heading-by-shortkey.json b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/Enter-key-should-as-expected-after-setting-heading-by-shortkey.json
index 563a1e759..261054509 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/Enter-key-should-as-expected-after-setting-heading-by-shortkey.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/Enter-key-should-as-expected-after-setting-heading-by-shortkey.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-cut-work-single-line-init.json b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-cut-work-single-line-init.json
index 75e9f9912..413815ce8 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-cut-work-single-line-init.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-cut-work-single-line-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-cut-work-single-line-undo.json b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-cut-work-single-line-undo.json
index d902db61d..db5fa1b07 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-cut-work-single-line-undo.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-cut-work-single-line-undo.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-init.json b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-init.json
index a7c1e7d4f..9b7c0f232 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-init.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-0.json b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-0.json
index 140fdef87..985c6f997 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-0.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-0.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-6.json b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-6.json
index 022ec800e..1ec983115 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-6.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-6.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-8.json b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-8.json
index d0e2cf463..58a72cdb6 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-8.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-8.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-9.json b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-9.json
index 51c03e534..2c8067c47 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-9.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-9.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-d.json b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-d.json
index 1b737ee36..50ed66f30 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-d.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-hotkey-work-in-paragraph-press-d.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-single-line-format-hotkey-work-finial.json b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-single-line-format-hotkey-work-finial.json
index d902db61d..db5fa1b07 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-single-line-format-hotkey-work-finial.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-single-line-format-hotkey-work-finial.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-single-line-format-hotkey-work-init.json b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-single-line-format-hotkey-work-init.json
index 55cbe3dea..025e5e36f 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-single-line-format-hotkey-work-init.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/should-single-line-format-hotkey-work-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/type-character-jump-out-code-node-1.json b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/type-character-jump-out-code-node-1.json
index dc495e4bf..5d479d7f7 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/type-character-jump-out-code-node-1.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/type-character-jump-out-code-node-1.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/type-character-jump-out-code-node-2.json b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/type-character-jump-out-code-node-2.json
index dffb43814..6e086175a 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/type-character-jump-out-code-node-2.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/type-character-jump-out-code-node-2.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/use-formatted-cursor-with-hotkey-at-empty-line-bold.json b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/use-formatted-cursor-with-hotkey-at-empty-line-bold.json
index 511d260c0..d0d2e5df3 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/use-formatted-cursor-with-hotkey-at-empty-line-bold.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/use-formatted-cursor-with-hotkey-at-empty-line-bold.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold-ggg.json b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold-ggg.json
index dff5aa5b7..70be67728 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold-ggg.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold-ggg.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold-hhh.json b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold-hhh.json
index ea0483de0..88a3599ca 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold-hhh.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold-hhh.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold.json b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold.json
index 9c38d0ce4..26dbf6c0e 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/use-formatted-cursor-with-hotkey-bold.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/use-formatted-cursor-with-hotkey-init.json b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/use-formatted-cursor-with-hotkey-init.json
index 5e58ca68d..8e21859ef 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/use-formatted-cursor-with-hotkey-init.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/hotkey.spec.ts/use-formatted-cursor-with-hotkey-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/multi-line-rich-text-inline-code-hotkey-init.json b/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/multi-line-rich-text-inline-code-hotkey-init.json
index 2174dc322..2cc3862cc 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/multi-line-rich-text-inline-code-hotkey-init.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/multi-line-rich-text-inline-code-hotkey-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/multi-line-rich-text-inline-code-hotkey-redo.json b/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/multi-line-rich-text-inline-code-hotkey-redo.json
index 2174dc322..2cc3862cc 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/multi-line-rich-text-inline-code-hotkey-redo.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/multi-line-rich-text-inline-code-hotkey-redo.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/multi-line-rich-text-inline-code-hotkey-undo.json b/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/multi-line-rich-text-inline-code-hotkey-undo.json
index aea12cd56..9d418c32e 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/multi-line-rich-text-inline-code-hotkey-undo.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/multi-line-rich-text-inline-code-hotkey-undo.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/should-cut-work-multiple-line-init.json b/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/should-cut-work-multiple-line-init.json
index 77f254be3..0443262e9 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/should-cut-work-multiple-line-init.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/should-cut-work-multiple-line-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/should-cut-work-multiple-line-undo.json b/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/should-cut-work-multiple-line-undo.json
index aea12cd56..9d418c32e 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/should-cut-work-multiple-line-undo.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/should-cut-work-multiple-line-undo.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/should-multiple-line-format-hotkey-work-finial.json b/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/should-multiple-line-format-hotkey-work-finial.json
index aea12cd56..9d418c32e 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/should-multiple-line-format-hotkey-work-finial.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/should-multiple-line-format-hotkey-work-finial.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/should-multiple-line-format-hotkey-work-init.json b/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/should-multiple-line-format-hotkey-work-init.json
index 63cd6eff5..c3a01cfcb 100644
--- a/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/should-multiple-line-format-hotkey-work-init.json
+++ b/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/should-multiple-line-format-hotkey-work-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-markdown-shortcut-with-enter-finial.json b/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-markdown-shortcut-with-enter-finial.json
index ff3339cae..997c7660e 100644
--- a/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-markdown-shortcut-with-enter-finial.json
+++ b/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-markdown-shortcut-with-enter-finial.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-markdown-shortcut-with-enter-init.json b/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-markdown-shortcut-with-enter-init.json
index 5893152dc..00e34ce8e 100644
--- a/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-markdown-shortcut-with-enter-init.json
+++ b/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-markdown-shortcut-with-enter-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-markdown-shortcut-with-space-finial.json b/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-markdown-shortcut-with-space-finial.json
index ff3339cae..997c7660e 100644
--- a/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-markdown-shortcut-with-space-finial.json
+++ b/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-markdown-shortcut-with-space-finial.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-markdown-shortcut-with-space-init.json b/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-markdown-shortcut-with-space-init.json
index 5893152dc..00e34ce8e 100644
--- a/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-markdown-shortcut-with-space-init.json
+++ b/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-markdown-shortcut-with-space-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-slash-menu-finial.json b/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-slash-menu-finial.json
index 74e9e8fdc..7c68b8774 100644
--- a/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-slash-menu-finial.json
+++ b/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-slash-menu-finial.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-slash-menu-init.json b/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-slash-menu-init.json
index 5893152dc..00e34ce8e 100644
--- a/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-slash-menu-init.json
+++ b/blocksuite/tests-legacy/snapshots/latex/block.spec.ts/add-latex-block-using-slash-menu-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/link.spec.ts/basic-link.json b/blocksuite/tests-legacy/snapshots/link.spec.ts/basic-link.json
index d81b55ace..ab4629535 100644
--- a/blocksuite/tests-legacy/snapshots/link.spec.ts/basic-link.json
+++ b/blocksuite/tests-legacy/snapshots/link.spec.ts/basic-link.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/link.spec.ts/convert-link-to-card.json b/blocksuite/tests-legacy/snapshots/link.spec.ts/convert-link-to-card.json
index dc269e572..004b5aa29 100644
--- a/blocksuite/tests-legacy/snapshots/link.spec.ts/convert-link-to-card.json
+++ b/blocksuite/tests-legacy/snapshots/link.spec.ts/convert-link-to-card.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/can-create-linked-page-and-jump-final.json b/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/can-create-linked-page-and-jump-final.json
index 34fee791f..a16b2aca2 100644
--- a/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/can-create-linked-page-and-jump-final.json
+++ b/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/can-create-linked-page-and-jump-final.json
@@ -21,7 +21,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/can-create-linked-page-and-jump-init.json b/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/can-create-linked-page-and-jump-init.json
index 34fee791f..a16b2aca2 100644
--- a/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/can-create-linked-page-and-jump-init.json
+++ b/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/can-create-linked-page-and-jump-init.json
@@ -21,7 +21,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/duplicated-linked-page-should-paste-as-linked-page.json b/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/duplicated-linked-page-should-paste-as-linked-page.json
index 26669e0fa..517f677f8 100644
--- a/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/duplicated-linked-page-should-paste-as-linked-page.json
+++ b/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/duplicated-linked-page-should-paste-as-linked-page.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/paste-linked-page-should-paste-as-linked-page.json b/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/paste-linked-page-should-paste-as-linked-page.json
index 9d6b2f6f5..5e1550d91 100644
--- a/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/paste-linked-page-should-paste-as-linked-page.json
+++ b/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/paste-linked-page-should-paste-as-linked-page.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/should-create-and-switch-page-work-final.json b/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/should-create-and-switch-page-work-final.json
index d1f40cdb5..2cbb03a24 100644
--- a/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/should-create-and-switch-page-work-final.json
+++ b/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/should-create-and-switch-page-work-final.json
@@ -21,7 +21,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/should-create-and-switch-page-work-init.json b/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/should-create-and-switch-page-work-init.json
index d1f40cdb5..2cbb03a24 100644
--- a/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/should-create-and-switch-page-work-init.json
+++ b/blocksuite/tests-legacy/snapshots/linked-page.spec.ts/should-create-and-switch-page-work-init.json
@@ -21,7 +21,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/basic-indent-and-unindent-after-shift-tab.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/basic-indent-and-unindent-after-shift-tab.json
index d49a8a8d1..8e1ea588c 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/basic-indent-and-unindent-after-shift-tab.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/basic-indent-and-unindent-after-shift-tab.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/basic-indent-and-unindent-after-tab.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/basic-indent-and-unindent-after-tab.json
index d9da2bbc0..147e963b6 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/basic-indent-and-unindent-after-tab.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/basic-indent-and-unindent-after-tab.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/basic-indent-and-unindent-init.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/basic-indent-and-unindent-init.json
index d49a8a8d1..8e1ea588c 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/basic-indent-and-unindent-init.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/basic-indent-and-unindent-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/can-expand-toggle-in-readonly-mode-before-readonly.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/can-expand-toggle-in-readonly-mode-before-readonly.json
index efa91ab5d..c87227d58 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/can-expand-toggle-in-readonly-mode-before-readonly.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/can-expand-toggle-in-readonly-mode-before-readonly.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/click-toggle-icon-should-collapsed-list-init.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/click-toggle-icon-should-collapsed-list-init.json
index 5af9598db..e549de145 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/click-toggle-icon-should-collapsed-list-init.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/click-toggle-icon-should-collapsed-list-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/click-toggle-icon-should-collapsed-list-toggle.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/click-toggle-icon-should-collapsed-list-toggle.json
index efa91ab5d..c87227d58 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/click-toggle-icon-should-collapsed-list-toggle.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/click-toggle-icon-should-collapsed-list-toggle.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/convert-nested-paragraph-to-list-final.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/convert-nested-paragraph-to-list-final.json
index f50c6cb9d..bf6873b2f 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/convert-nested-paragraph-to-list-final.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/convert-nested-paragraph-to-list-final.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/convert-nested-paragraph-to-list-init.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/convert-nested-paragraph-to-list-init.json
index e1635548a..e0bd75364 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/convert-nested-paragraph-to-list-init.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/convert-nested-paragraph-to-list-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-1.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-1.json
index 8eb1d2a5d..a375e41f5 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-1.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-1.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-2.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-2.json
index fbcb1adb5..1d9a13668 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-2.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-2.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-3.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-3.json
index 915995696..0cef7999f 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-3.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-3.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-4.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-4.json
index eb5985cb3..b0ccc738c 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-4.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-4.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-5.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-5.json
index 14784e2f8..af509bc4e 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-5.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-5.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-init.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-init.json
index bd9384198..081e1cb59 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-init.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/enter-list-block-with-empty-text-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/indent-item-should-expand-toggle-finial.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/indent-item-should-expand-toggle-finial.json
index e9082f36e..45152ecf1 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/indent-item-should-expand-toggle-finial.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/indent-item-should-expand-toggle-finial.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/indent-item-should-expand-toggle-init.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/indent-item-should-expand-toggle-init.json
index ea46f779f..736588250 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/indent-item-should-expand-toggle-init.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/indent-item-should-expand-toggle-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/indent-item-should-expand-toggle-toggle.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/indent-item-should-expand-toggle-toggle.json
index ce1357e14..8f74f180b 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/indent-item-should-expand-toggle-toggle.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/indent-item-should-expand-toggle-toggle.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/nested-list-blocks-finial.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/nested-list-blocks-finial.json
index 5f33886e4..f88c587d8 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/nested-list-blocks-finial.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/nested-list-blocks-finial.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/nested-list-blocks-init.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/nested-list-blocks-init.json
index 7618c3e7f..86849c7df 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/nested-list-blocks-init.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/nested-list-blocks-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/should-indent-todo-block-preserve-todo-status-final.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/should-indent-todo-block-preserve-todo-status-final.json
index b142b1320..8e8a5a589 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/should-indent-todo-block-preserve-todo-status-final.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/should-indent-todo-block-preserve-todo-status-final.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/list.spec.ts/should-indent-todo-block-preserve-todo-status-init.json b/blocksuite/tests-legacy/snapshots/list.spec.ts/should-indent-todo-block-preserve-todo-status-init.json
index 618e5372f..e6071616a 100644
--- a/blocksuite/tests-legacy/snapshots/list.spec.ts/should-indent-todo-block-preserve-todo-status-init.json
+++ b/blocksuite/tests-legacy/snapshots/list.spec.ts/should-indent-todo-block-preserve-todo-status-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/delete-empty-text-paragraph-block-should-keep-children-blocks-when-following-custom-blocks-final.json b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/delete-empty-text-paragraph-block-should-keep-children-blocks-when-following-custom-blocks-final.json
index 628adfe41..5877da225 100644
--- a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/delete-empty-text-paragraph-block-should-keep-children-blocks-when-following-custom-blocks-final.json
+++ b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/delete-empty-text-paragraph-block-should-keep-children-blocks-when-following-custom-blocks-final.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/delete-empty-text-paragraph-block-should-keep-children-blocks-when-following-custom-blocks-init.json b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/delete-empty-text-paragraph-block-should-keep-children-blocks-when-following-custom-blocks-init.json
index 0487e165d..b6c73d2b1 100644
--- a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/delete-empty-text-paragraph-block-should-keep-children-blocks-when-following-custom-blocks-init.json
+++ b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/delete-empty-text-paragraph-block-should-keep-children-blocks-when-following-custom-blocks-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-indent-and-delete-in-line-start-after-press-backspace-2.json b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-indent-and-delete-in-line-start-after-press-backspace-2.json
index 434bad82d..a90abced3 100644
--- a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-indent-and-delete-in-line-start-after-press-backspace-2.json
+++ b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-indent-and-delete-in-line-start-after-press-backspace-2.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-indent-and-delete-in-line-start-after-press-backspace-3.json b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-indent-and-delete-in-line-start-after-press-backspace-3.json
index 62c225f68..44085016e 100644
--- a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-indent-and-delete-in-line-start-after-press-backspace-3.json
+++ b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-indent-and-delete-in-line-start-after-press-backspace-3.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-indent-and-delete-in-line-start-after-press-backspace.json b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-indent-and-delete-in-line-start-after-press-backspace.json
index 934cea419..92bc6b1cd 100644
--- a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-indent-and-delete-in-line-start-after-press-backspace.json
+++ b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-indent-and-delete-in-line-start-after-press-backspace.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-indent-and-delete-in-line-start-init.json b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-indent-and-delete-in-line-start-init.json
index 84bc63438..803ebf485 100644
--- a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-indent-and-delete-in-line-start-init.json
+++ b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-indent-and-delete-in-line-start-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-with-child-block-should-work-at-enter-final.json b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-with-child-block-should-work-at-enter-final.json
index 9395797d1..981898cd8 100644
--- a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-with-child-block-should-work-at-enter-final.json
+++ b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-with-child-block-should-work-at-enter-final.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-with-child-block-should-work-at-enter-init.json b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-with-child-block-should-work-at-enter-init.json
index 06a75e586..e30d709c8 100644
--- a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-with-child-block-should-work-at-enter-init.json
+++ b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/paragraph-with-child-block-should-work-at-enter-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-delete-paragraph-block-child-can-hold-cursor-in-correct-position-final.json b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-delete-paragraph-block-child-can-hold-cursor-in-correct-position-final.json
index 948323f6a..2a05668df 100644
--- a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-delete-paragraph-block-child-can-hold-cursor-in-correct-position-final.json
+++ b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-delete-paragraph-block-child-can-hold-cursor-in-correct-position-final.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-delete-paragraph-block-child-can-hold-cursor-in-correct-position-init.json b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-delete-paragraph-block-child-can-hold-cursor-in-correct-position-init.json
index 91aeefe9e..a01e9b6bc 100644
--- a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-delete-paragraph-block-child-can-hold-cursor-in-correct-position-init.json
+++ b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-delete-paragraph-block-child-can-hold-cursor-in-correct-position-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-indent-2.json b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-indent-2.json
index 6041eb9fa..a19052cb4 100644
--- a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-indent-2.json
+++ b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-indent-2.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-indent-3.json b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-indent-3.json
index b1d0cd230..963047c6c 100644
--- a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-indent-3.json
+++ b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-indent-3.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-indent-4.json b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-indent-4.json
index 25e234e57..49a0041ad 100644
--- a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-indent-4.json
+++ b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-indent-4.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-indent.json b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-indent.json
index 4a65ef72d..1f4480d3b 100644
--- a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-indent.json
+++ b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-indent.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-init.json b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-init.json
index 1ea7265dc..02827ec6b 100644
--- a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-init.json
+++ b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-unindent-1.json b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-unindent-1.json
index 5dcfb3dfa..21581ffd7 100644
--- a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-unindent-1.json
+++ b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-unindent-1.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-unindent-2.json b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-unindent-2.json
index f493fae05..9f19aa62a 100644
--- a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-unindent-2.json
+++ b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-unindent-2.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-unindent-3.json b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-unindent-3.json
index 1ea7265dc..02827ec6b 100644
--- a/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-unindent-3.json
+++ b/blocksuite/tests-legacy/snapshots/paragraph.spec.ts/should-indent-and-unindent-works-with-children-unindent-3.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/selection/block.spec.ts/click-bottom-of-page-and-if-the-last-is-embed-block-editor-should-insert-a-new-editable-block.json b/blocksuite/tests-legacy/snapshots/selection/block.spec.ts/click-bottom-of-page-and-if-the-last-is-embed-block-editor-should-insert-a-new-editable-block.json
index 4ea1706b5..f3cc9f207 100644
--- a/blocksuite/tests-legacy/snapshots/selection/block.spec.ts/click-bottom-of-page-and-if-the-last-is-embed-block-editor-should-insert-a-new-editable-block.json
+++ b/blocksuite/tests-legacy/snapshots/selection/block.spec.ts/click-bottom-of-page-and-if-the-last-is-embed-block-editor-should-insert-a-new-editable-block.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/selection/block.spec.ts/should-indent-multi-selection-block.json b/blocksuite/tests-legacy/snapshots/selection/block.spec.ts/should-indent-multi-selection-block.json
index f5b1715e1..6ae6b4f85 100644
--- a/blocksuite/tests-legacy/snapshots/selection/block.spec.ts/should-indent-multi-selection-block.json
+++ b/blocksuite/tests-legacy/snapshots/selection/block.spec.ts/should-indent-multi-selection-block.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/selection/block.spec.ts/should-not-draw-rect-for-sub-selected-blocks-when-entering-tab-key.json b/blocksuite/tests-legacy/snapshots/selection/block.spec.ts/should-not-draw-rect-for-sub-selected-blocks-when-entering-tab-key.json
index f5b1715e1..6ae6b4f85 100644
--- a/blocksuite/tests-legacy/snapshots/selection/block.spec.ts/should-not-draw-rect-for-sub-selected-blocks-when-entering-tab-key.json
+++ b/blocksuite/tests-legacy/snapshots/selection/block.spec.ts/should-not-draw-rect-for-sub-selected-blocks-when-entering-tab-key.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/selection/block.spec.ts/should-unindent-multi-selection-block-final.json b/blocksuite/tests-legacy/snapshots/selection/block.spec.ts/should-unindent-multi-selection-block-final.json
index aea12cd56..9d418c32e 100644
--- a/blocksuite/tests-legacy/snapshots/selection/block.spec.ts/should-unindent-multi-selection-block-final.json
+++ b/blocksuite/tests-legacy/snapshots/selection/block.spec.ts/should-unindent-multi-selection-block-final.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/selection/block.spec.ts/should-unindent-multi-selection-block-init.json b/blocksuite/tests-legacy/snapshots/selection/block.spec.ts/should-unindent-multi-selection-block-init.json
index f5b1715e1..6ae6b4f85 100644
--- a/blocksuite/tests-legacy/snapshots/selection/block.spec.ts/should-unindent-multi-selection-block-init.json
+++ b/blocksuite/tests-legacy/snapshots/selection/block.spec.ts/should-unindent-multi-selection-block-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/indent-native-multi-selection-block-after-shift-tab.json b/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/indent-native-multi-selection-block-after-shift-tab.json
index d210121ee..fead36f88 100644
--- a/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/indent-native-multi-selection-block-after-shift-tab.json
+++ b/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/indent-native-multi-selection-block-after-shift-tab.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/indent-native-multi-selection-block-after-tab.json b/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/indent-native-multi-selection-block-after-tab.json
index 2a88fad73..0b1890460 100644
--- a/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/indent-native-multi-selection-block-after-tab.json
+++ b/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/indent-native-multi-selection-block-after-tab.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/native-range-delete-with-indent-after-backspace.json b/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/native-range-delete-with-indent-after-backspace.json
index 294f40489..4c6eb301d 100644
--- a/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/native-range-delete-with-indent-after-backspace.json
+++ b/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/native-range-delete-with-indent-after-backspace.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/native-range-delete-with-indent-after-redo.json b/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/native-range-delete-with-indent-after-redo.json
index 294f40489..4c6eb301d 100644
--- a/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/native-range-delete-with-indent-after-redo.json
+++ b/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/native-range-delete-with-indent-after-redo.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/native-range-delete-with-indent-after-undo.json b/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/native-range-delete-with-indent-after-undo.json
index 4a3b0c356..e7b49aa46 100644
--- a/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/native-range-delete-with-indent-after-undo.json
+++ b/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/native-range-delete-with-indent-after-undo.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/native-range-delete-with-indent-init.json b/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/native-range-delete-with-indent-init.json
index 4a3b0c356..e7b49aa46 100644
--- a/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/native-range-delete-with-indent-init.json
+++ b/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/native-range-delete-with-indent-init.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/should-unindent-native-multi-selection-block-after-tab.json b/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/should-unindent-native-multi-selection-block-after-tab.json
new file mode 100644
index 000000000..79d96fb82
--- /dev/null
+++ b/blocksuite/tests-legacy/snapshots/selection/native.spec.ts/should-unindent-native-multi-selection-block-after-tab.json
@@ -0,0 +1,92 @@
+{
+ "type": "block",
+ "id": "0",
+ "flavour": "affine:page",
+ "version": 2,
+ "props": {
+ "title": {
+ "$blocksuite:internal:text$": true,
+ "delta": []
+ }
+ },
+ "children": [
+ {
+ "type": "block",
+ "id": "1",
+ "flavour": "affine:note",
+ "version": 1,
+ "props": {
+ "xywh": "[0,0,498,92]",
+ "background": "--affine-v2-edgeless-note-white",
+ "index": "a0",
+ "hidden": false,
+ "displayMode": "both",
+ "edgeless": {
+ "style": {
+ "borderRadius": 8,
+ "borderSize": 4,
+ "borderStyle": "none",
+ "shadowType": "--affine-note-shadow-box"
+ }
+ }
+ },
+ "children": [
+ {
+ "type": "block",
+ "id": "2",
+ "flavour": "affine:paragraph",
+ "version": 1,
+ "props": {
+ "type": "text",
+ "text": {
+ "$blocksuite:internal:text$": true,
+ "delta": [
+ {
+ "insert": "123"
+ }
+ ]
+ }
+ },
+ "children": [
+ {
+ "type": "block",
+ "id": "3",
+ "flavour": "affine:paragraph",
+ "version": 1,
+ "props": {
+ "type": "text",
+ "text": {
+ "$blocksuite:internal:text$": true,
+ "delta": [
+ {
+ "insert": "456"
+ }
+ ]
+ }
+ },
+ "children": []
+ },
+ {
+ "type": "block",
+ "id": "4",
+ "flavour": "affine:paragraph",
+ "version": 1,
+ "props": {
+ "type": "text",
+ "text": {
+ "$blocksuite:internal:text$": true,
+ "delta": [
+ {
+ "insert": "789"
+ }
+ ]
+ }
+ },
+ "children": []
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/blocksuite/tests-legacy/snapshots/slash-menu.spec.ts/delete-block-by-slash-menu-should-remove-children.json b/blocksuite/tests-legacy/snapshots/slash-menu.spec.ts/delete-block-by-slash-menu-should-remove-children.json
index 561a66775..5ab9555f1 100644
--- a/blocksuite/tests-legacy/snapshots/slash-menu.spec.ts/delete-block-by-slash-menu-should-remove-children.json
+++ b/blocksuite/tests-legacy/snapshots/slash-menu.spec.ts/delete-block-by-slash-menu-should-remove-children.json
@@ -17,7 +17,7 @@
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
- "background": "--affine-note-background-white",
+ "background": "--affine-v2-edgeless-note-white",
"index": "a0",
"lockedBySelf": false,
"hidden": false,
diff --git a/blocksuite/tests-legacy/utils/actions/edgeless.ts b/blocksuite/tests-legacy/utils/actions/edgeless.ts
index f3a733b5d..afeed9333 100644
--- a/blocksuite/tests-legacy/utils/actions/edgeless.ts
+++ b/blocksuite/tests-legacy/utils/actions/edgeless.ts
@@ -1,6 +1,10 @@
import '../declare-test-window.js';
-import type { NoteBlockModel, NoteDisplayMode } from '@blocks/index.js';
+import {
+ type NoteBlockModel,
+ type NoteDisplayMode,
+ ShapeFillColor,
+} from '@blocks/index.js';
import type { IPoint, IVec } from '@blocksuite/global/utils';
import { assertExists, sleep } from '@blocksuite/global/utils';
import type { Locator, Page } from '@playwright/test';
@@ -646,9 +650,10 @@ export async function rotateElementByHandle(
}
export async function selectBrushColor(page: Page, color: string) {
- const colorButton = page.locator(
- `edgeless-brush-menu .color-unit[aria-label="${color.toLowerCase()}"]`
- );
+ const colorButton = page
+ .locator('edgeless-brush-menu')
+ .locator('edgeless-color-panel')
+ .locator(`.color-unit[aria-label="${color}"]`);
await colorButton.click();
}
@@ -1375,6 +1380,7 @@ export async function triggerComponentToolbarAction(
export async function changeEdgelessNoteBackground(page: Page, color: string) {
const colorButton = page
.locator('edgeless-change-note-button')
+ .locator('edgeless-color-panel')
.locator(`.color-unit[aria-label="${color}"]`);
await colorButton.click();
}
@@ -1410,6 +1416,7 @@ export async function changeShapeStrokeColor(page: Page, color: string) {
const colorButton = page
.locator('edgeless-change-shape-button')
.locator('edgeless-color-picker-button.border-style')
+ .locator('edgeless-color-panel')
.locator(`.color-unit[aria-label="${color}"]`);
await colorButton.click();
}
@@ -1535,7 +1542,7 @@ export async function initThreeOverlapFilledShapes(page: Page) {
await addBasicRectShapeElement(page, rect0.start, rect0.end);
await page.mouse.click(rect0.start.x + 5, rect0.start.y + 5);
await triggerComponentToolbarAction(page, 'changeShapeFillColor');
- await changeShapeFillColor(page, '--affine-palette-shape-teal');
+ await changeShapeFillColor(page, ShapeFillColor.Green);
const rect1 = {
start: { x: 130, y: 130 },
@@ -1544,7 +1551,7 @@ export async function initThreeOverlapFilledShapes(page: Page) {
await addBasicRectShapeElement(page, rect1.start, rect1.end);
await page.mouse.click(rect1.start.x + 5, rect1.start.y + 5);
await triggerComponentToolbarAction(page, 'changeShapeFillColor');
- await changeShapeFillColor(page, '--affine-palette-shape-black');
+ await changeShapeFillColor(page, ShapeFillColor.Black);
const rect2 = {
start: { x: 160, y: 160 },
@@ -1553,7 +1560,7 @@ export async function initThreeOverlapFilledShapes(page: Page) {
await addBasicRectShapeElement(page, rect2.start, rect2.end);
await page.mouse.click(rect2.start.x + 5, rect2.start.y + 5);
await triggerComponentToolbarAction(page, 'changeShapeFillColor');
- await changeShapeFillColor(page, '--affine-palette-shape-white');
+ await changeShapeFillColor(page, ShapeFillColor.White);
}
export async function initThreeOverlapNotes(page: Page, x = 130, y = 140) {
diff --git a/blocksuite/tests-legacy/utils/asserts.ts b/blocksuite/tests-legacy/utils/asserts.ts
index 225694c69..36af2db51 100644
--- a/blocksuite/tests-legacy/utils/asserts.ts
+++ b/blocksuite/tests-legacy/utils/asserts.ts
@@ -7,6 +7,7 @@ import type {
RootBlockModel,
} from '@blocks/index.js';
import {
+ DEFAULT_NOTE_BACKGROUND_COLOR,
DEFAULT_NOTE_HEIGHT,
DEFAULT_NOTE_WIDTH,
} from '@blocksuite/affine-model';
@@ -112,7 +113,7 @@ export const defaultStore = {
'sys:children': ['2'],
'sys:version': 1,
'prop:xywh': `[0,0,${DEFAULT_NOTE_WIDTH}, ${DEFAULT_NOTE_HEIGHT}]`,
- 'prop:background': '--affine-note-background-white',
+ 'prop:background': DEFAULT_NOTE_BACKGROUND_COLOR,
'prop:index': 'a0',
'prop:hidden': false,
'prop:displayMode': 'both',
diff --git a/packages/frontend/component/package.json b/packages/frontend/component/package.json
index e053ea5ee..95ce93898 100644
--- a/packages/frontend/component/package.json
+++ b/packages/frontend/component/package.json
@@ -43,7 +43,7 @@
"@radix-ui/react-toast": "^1.2.3",
"@radix-ui/react-tooltip": "^1.1.5",
"@radix-ui/react-visually-hidden": "^1.1.1",
- "@toeverything/theme": "^1.1.2",
+ "@toeverything/theme": "^1.1.3",
"@vanilla-extract/dynamic": "^2.1.2",
"check-password-strength": "^2.0.10",
"clsx": "^2.1.1",
diff --git a/packages/frontend/core/package.json b/packages/frontend/core/package.json
index 54976a50d..9fc68722b 100644
--- a/packages/frontend/core/package.json
+++ b/packages/frontend/core/package.json
@@ -37,7 +37,7 @@
"@radix-ui/react-toolbar": "^1.1.1",
"@sentry/react": "^8.44.0",
"@toeverything/pdf-viewer": "^0.1.1",
- "@toeverything/theme": "^1.1.2",
+ "@toeverything/theme": "^1.1.3",
"@vanilla-extract/dynamic": "^2.1.2",
"animejs": "^3.2.2",
"bytes": "^3.1.2",
diff --git a/packages/frontend/core/src/desktop/dialogs/setting/general-setting/editor/edgeless/connector.tsx b/packages/frontend/core/src/desktop/dialogs/setting/general-setting/editor/edgeless/connector.tsx
index 6d71d0e19..0b54ceed6 100644
--- a/packages/frontend/core/src/desktop/dialogs/setting/general-setting/editor/edgeless/connector.tsx
+++ b/packages/frontend/core/src/desktop/dialogs/setting/general-setting/editor/edgeless/connector.tsx
@@ -14,9 +14,9 @@ import {
FontFamilyMap,
FontStyle,
FontWeightMap,
- LineColor,
- LineColorMap,
PointStyle,
+ StrokeColor,
+ StrokeColorMap,
StrokeStyle,
TextAlign,
} from '@blocksuite/affine/blocks';
@@ -152,12 +152,12 @@ export const ConnectorSettings = () => {
const currentColor = useMemo(() => {
const color = settings.connector.stroke;
- return getColorFromMap(color, LineColorMap);
+ return getColorFromMap(color, StrokeColorMap);
}, [getColorFromMap, settings.connector.stroke]);
const colorItems = useMemo(() => {
const { stroke } = settings.connector;
- return Object.entries(LineColor).map(([name, value]) => {
+ return Object.entries(StrokeColor).map(([name, value]) => {
const handler = () => {
editorSetting.set('connector', { stroke: value });
};
@@ -322,7 +322,7 @@ export const ConnectorSettings = () => {
const textColorItems = useMemo(() => {
const { color } = settings.connector.labelStyle;
- return Object.entries(LineColor).map(([name, value]) => {
+ return Object.entries(StrokeColor).map(([name, value]) => {
const handler = () => {
editorSetting.set('connector', {
labelStyle: {
@@ -346,7 +346,7 @@ export const ConnectorSettings = () => {
const textColor = useMemo(() => {
const { color } = settings.connector.labelStyle;
- return getColorFromMap(color, LineColorMap);
+ return getColorFromMap(color, StrokeColorMap);
}, [getColorFromMap, settings]);
const getElements = useCallback((doc: Doc) => {
diff --git a/packages/frontend/core/src/desktop/dialogs/setting/general-setting/editor/edgeless/pen.tsx b/packages/frontend/core/src/desktop/dialogs/setting/general-setting/editor/edgeless/pen.tsx
index c52244ebd..724ce0459 100644
--- a/packages/frontend/core/src/desktop/dialogs/setting/general-setting/editor/edgeless/pen.tsx
+++ b/packages/frontend/core/src/desktop/dialogs/setting/general-setting/editor/edgeless/pen.tsx
@@ -2,7 +2,7 @@ import { MenuItem, MenuTrigger, Slider } from '@affine/component';
import { SettingRow } from '@affine/component/setting-components';
import { EditorSettingService } from '@affine/core/modules/editor-setting';
import { useI18n } from '@affine/i18n';
-import { LineColor, LineColorMap } from '@blocksuite/affine/blocks';
+import { StrokeColor, StrokeColorMap } from '@blocksuite/affine/blocks';
import type { Doc } from '@blocksuite/affine/store';
import { useFramework, useLiveData } from '@toeverything/infra';
import { useCallback, useMemo } from 'react';
@@ -22,12 +22,12 @@ export const PenSettings = () => {
const getColorFromMap = useColor();
const currentColor = useMemo(() => {
- return getColorFromMap(settings.brush.color, LineColorMap);
+ return getColorFromMap(settings.brush.color, StrokeColorMap);
}, [getColorFromMap, settings.brush.color]);
const colorItems = useMemo(() => {
const { color } = settings.brush;
- return Object.entries(LineColor).map(([name, value]) => {
+ return Object.entries(StrokeColor).map(([name, value]) => {
const handler = () => {
editorSetting.set('brush', { color: value });
};
diff --git a/packages/frontend/core/src/desktop/dialogs/setting/general-setting/editor/edgeless/shape.tsx b/packages/frontend/core/src/desktop/dialogs/setting/general-setting/editor/edgeless/shape.tsx
index 281628135..a0855e181 100644
--- a/packages/frontend/core/src/desktop/dialogs/setting/general-setting/editor/edgeless/shape.tsx
+++ b/packages/frontend/core/src/desktop/dialogs/setting/general-setting/editor/edgeless/shape.tsx
@@ -21,11 +21,11 @@ import {
FontStyle,
FontWeightMap,
getShapeName,
- LineColor,
- LineColorMap,
ShapeFillColor,
ShapeStyle,
ShapeType,
+ StrokeColor,
+ StrokeColorMap,
StrokeStyle,
TextAlign,
} from '@blocksuite/affine/blocks';
@@ -226,7 +226,7 @@ export const ShapeSettings = () => {
const borderColorItems = useMemo(() => {
const { strokeColor } = settings[`shape:${currentShape}`];
- return Object.entries(LineColor).map(([name, value]) => {
+ return Object.entries(StrokeColor).map(([name, value]) => {
const handler = () => {
editorSetting.set(`shape:${currentShape}`, { strokeColor: value });
};
@@ -316,7 +316,7 @@ export const ShapeSettings = () => {
const textColorItems = useMemo(() => {
const { color } = settings[`shape:${currentShape}`];
- return Object.entries(LineColor).map(([name, value]) => {
+ return Object.entries(StrokeColor).map(([name, value]) => {
const handler = () => {
editorSetting.set(`shape:${currentShape}`, { color: value });
};
@@ -375,12 +375,12 @@ export const ShapeSettings = () => {
const borderColor = useMemo(() => {
const color = settings[`shape:${currentShape}`].strokeColor;
- return getColorFromMap(color, LineColorMap);
+ return getColorFromMap(color, StrokeColorMap);
}, [currentShape, getColorFromMap, settings]);
const textColor = useMemo(() => {
const color = settings[`shape:${currentShape}`].color;
- return getColorFromMap(color, LineColorMap);
+ return getColorFromMap(color, StrokeColorMap);
}, [currentShape, getColorFromMap, settings]);
const height = currentDoc === 'flow' ? 456 : 180;
diff --git a/packages/frontend/core/src/desktop/dialogs/setting/general-setting/editor/edgeless/text.tsx b/packages/frontend/core/src/desktop/dialogs/setting/general-setting/editor/edgeless/text.tsx
index bdf6ddd8c..2c77ac117 100644
--- a/packages/frontend/core/src/desktop/dialogs/setting/general-setting/editor/edgeless/text.tsx
+++ b/packages/frontend/core/src/desktop/dialogs/setting/general-setting/editor/edgeless/text.tsx
@@ -12,8 +12,8 @@ import {
FontFamilyMap,
FontStyle,
FontWeightMap,
- LineColor,
- LineColorMap,
+ StrokeColor,
+ StrokeColorMap,
TextAlign,
} from '@blocksuite/affine/blocks';
import type { Doc } from '@blocksuite/affine/store';
@@ -72,7 +72,7 @@ export const TextSettings = () => {
const colorItems = useMemo(() => {
const { color } = settings['affine:edgeless-text'];
- return Object.entries(LineColor).map(([name, value]) => {
+ return Object.entries(StrokeColor).map(([name, value]) => {
const handler = () => {
editorSetting.set('affine:edgeless-text', { color: value });
};
@@ -137,7 +137,7 @@ export const TextSettings = () => {
const currentColor = useMemo(() => {
const { color } = settings['affine:edgeless-text'];
- return getColorFromMap(color, LineColorMap);
+ return getColorFromMap(color, StrokeColorMap);
}, [getColorFromMap, settings]);
const getElements = useCallback((doc: Doc) => {
diff --git a/yarn.lock b/yarn.lock
index 883d3f9cf..769467c7b 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -295,7 +295,7 @@ __metadata:
"@storybook/react-vite": "npm:^8.4.7"
"@testing-library/dom": "npm:^10.4.0"
"@testing-library/react": "npm:^16.1.0"
- "@toeverything/theme": "npm:^1.1.2"
+ "@toeverything/theme": "npm:^1.1.3"
"@types/react": "npm:^19.0.1"
"@types/react-dom": "npm:^19.0.2"
"@vanilla-extract/css": "npm:^1.16.1"
@@ -379,7 +379,7 @@ __metadata:
"@testing-library/dom": "npm:^10.4.0"
"@testing-library/react": "npm:^16.1.0"
"@toeverything/pdf-viewer": "npm:^0.1.1"
- "@toeverything/theme": "npm:^1.1.2"
+ "@toeverything/theme": "npm:^1.1.3"
"@types/animejs": "npm:^3.1.12"
"@types/bytes": "npm:^3.1.5"
"@types/image-blob-reduce": "npm:^4.1.4"
@@ -3258,7 +3258,7 @@ __metadata:
"@floating-ui/dom": "npm:^1.6.10"
"@lit/context": "npm:^1.1.2"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
file-type: "npm:^19.5.0"
lit: "npm:^3.2.0"
minimatch: "npm:^10.0.1"
@@ -3282,7 +3282,7 @@ __metadata:
"@floating-ui/dom": "npm:^1.6.10"
"@lit/context": "npm:^1.1.2"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
lit: "npm:^3.2.0"
minimatch: "npm:^10.0.1"
zod: "npm:^3.23.8"
@@ -3303,7 +3303,7 @@ __metadata:
"@floating-ui/dom": "npm:^1.6.10"
"@lit/context": "npm:^1.1.2"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
"@types/mdast": "npm:^4.0.4"
lit: "npm:^3.2.0"
minimatch: "npm:^10.0.1"
@@ -3326,7 +3326,7 @@ __metadata:
"@floating-ui/dom": "npm:^1.6.10"
"@lit/context": "npm:^1.1.2"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
"@types/mdast": "npm:^4.0.4"
lit: "npm:^3.2.0"
minimatch: "npm:^10.0.1"
@@ -3350,7 +3350,7 @@ __metadata:
"@floating-ui/dom": "npm:^1.6.10"
"@lit/context": "npm:^1.1.2"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
lit: "npm:^3.2.0"
minimatch: "npm:^10.0.1"
zod: "npm:^3.23.8"
@@ -3373,7 +3373,7 @@ __metadata:
"@floating-ui/dom": "npm:^1.6.10"
"@lit/context": "npm:^1.1.2"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
lit: "npm:^3.2.0"
minimatch: "npm:^10.0.1"
zod: "npm:^3.23.8"
@@ -3394,7 +3394,7 @@ __metadata:
"@floating-ui/dom": "npm:^1.6.10"
"@lit/context": "npm:^1.1.2"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
"@types/mdast": "npm:^4.0.4"
lit: "npm:^3.2.0"
minimatch: "npm:^10.0.1"
@@ -3417,7 +3417,7 @@ __metadata:
"@floating-ui/dom": "npm:^1.6.10"
"@lit/context": "npm:^1.1.2"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
file-type: "npm:^19.5.0"
lit: "npm:^3.2.0"
minimatch: "npm:^10.0.1"
@@ -3440,7 +3440,7 @@ __metadata:
"@floating-ui/dom": "npm:^1.6.10"
"@lit/context": "npm:^1.1.2"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
"@types/katex": "npm:^0.16.7"
"@types/mdast": "npm:^4.0.4"
katex: "npm:^0.16.11"
@@ -3465,7 +3465,7 @@ __metadata:
"@floating-ui/dom": "npm:^1.6.10"
"@lit/context": "npm:^1.1.2"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
"@types/mdast": "npm:^4.0.4"
lit: "npm:^3.2.0"
minimatch: "npm:^10.0.1"
@@ -3490,7 +3490,7 @@ __metadata:
"@floating-ui/dom": "npm:^1.6.10"
"@lit/context": "npm:^1.1.2"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
lit: "npm:^3.2.0"
minimatch: "npm:^10.0.1"
zod: "npm:^3.23.8"
@@ -3511,7 +3511,7 @@ __metadata:
"@floating-ui/dom": "npm:^1.6.10"
"@lit/context": "npm:^1.1.2"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
"@types/mdast": "npm:^4.0.4"
lit: "npm:^3.2.0"
minimatch: "npm:^10.0.1"
@@ -3532,7 +3532,7 @@ __metadata:
"@blocksuite/store": "workspace:*"
"@lit/context": "npm:^1.1.2"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
"@types/dompurify": "npm:^3.0.5"
"@types/lodash.chunk": "npm:^4.2.9"
fractional-indexing: "npm:^3.2.0"
@@ -3558,7 +3558,7 @@ __metadata:
"@lit/context": "npm:^1.1.2"
"@lottiefiles/dotlottie-wc": "npm:^0.4.0"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
"@types/katex": "npm:^0.16.7"
"@types/lodash.clonedeep": "npm:^4.5.9"
date-fns: "npm:^4.0.0"
@@ -3597,7 +3597,7 @@ __metadata:
"@floating-ui/dom": "npm:^1.6.10"
"@lit/context": "npm:^1.1.2"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
"@types/hast": "npm:^3.0.4"
"@types/lodash.clonedeep": "npm:^4.5.9"
"@types/lodash.mergewith": "npm:^4"
@@ -3632,7 +3632,7 @@ __metadata:
"@floating-ui/dom": "npm:^1.6.10"
"@lit/context": "npm:^1.1.2"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
lit: "npm:^3.2.0"
minimatch: "npm:^10.0.1"
zod: "npm:^3.23.8"
@@ -3648,7 +3648,7 @@ __metadata:
"@blocksuite/block-std": "workspace:*"
"@blocksuite/global": "workspace:*"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
lit: "npm:^3.2.0"
languageName: unknown
linkType: soft
@@ -3662,7 +3662,7 @@ __metadata:
"@blocksuite/block-std": "workspace:*"
"@blocksuite/global": "workspace:*"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
lit: "npm:^3.2.0"
languageName: unknown
linkType: soft
@@ -3734,7 +3734,7 @@ __metadata:
"@floating-ui/dom": "npm:^1.6.10"
"@lit/context": "npm:^1.1.2"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
"@types/dompurify": "npm:^3.0.5"
"@types/hast": "npm:^3.0.4"
"@types/katex": "npm:^0.16.7"
@@ -3787,7 +3787,7 @@ __metadata:
"@floating-ui/dom": "npm:^1.6.10"
"@lit/context": "npm:^1.1.2"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
date-fns: "npm:^4.0.0"
lit: "npm:^3.2.0"
zod: "npm:^3.23.8"
@@ -3902,7 +3902,7 @@ __metadata:
"@floating-ui/dom": "npm:^1.6.10"
"@lottiefiles/dotlottie-wc": "npm:^0.4.0"
"@preact/signals-core": "npm:^1.8.0"
- "@toeverything/theme": "npm:^1.1.1"
+ "@toeverything/theme": "npm:^1.1.3"
lit: "npm:^3.2.0"
vitest: "npm:^2.1.8"
zod: "npm:^3.23.8"
@@ -13896,7 +13896,7 @@ __metadata:
languageName: node
linkType: hard
-"@toeverything/theme@npm:^1.1.1, @toeverything/theme@npm:^1.1.2":
+"@toeverything/theme@npm:^1.1.3":
version: 1.1.3
resolution: "@toeverything/theme@npm:1.1.3"
checksum: 10/d764980c9ba072ecbbe1d45a8e8996752b750254ecf9508015b1f9aca6bb575fd6aeec82280672563e8c70aa4a94674e1278fcecc499e3e0bbc449a66fd01b73