diff --git a/understand-anything-plugin/packages/dashboard/src/index.css b/understand-anything-plugin/packages/dashboard/src/index.css index 95b5440..bb8f99d 100644 --- a/understand-anything-plugin/packages/dashboard/src/index.css +++ b/understand-anything-plugin/packages/dashboard/src/index.css @@ -27,6 +27,14 @@ --color-node-class: #8b6fb0; --color-node-module: #c9a06c; --color-node-concept: #b07a8a; + --color-node-config: #5eead4; + --color-node-document: #7dd3fc; + --color-node-service: #a78bfa; + --color-node-table: #6ee7b7; + --color-node-endpoint: #fdba74; + --color-node-pipeline: #fda4af; + --color-node-schema: #fcd34d; + --color-node-resource: #a5b4fc; /* Diff */ --color-diff-changed: #e05252; diff --git a/understand-anything-plugin/packages/dashboard/src/themes/presets.ts b/understand-anything-plugin/packages/dashboard/src/themes/presets.ts index 35e0517..b1f9c05 100644 --- a/understand-anything-plugin/packages/dashboard/src/themes/presets.ts +++ b/understand-anything-plugin/packages/dashboard/src/themes/presets.ts @@ -42,6 +42,14 @@ export const PRESETS: ThemePreset[] = [ "node-class": "#8b6fb0", "node-module": "#c9a06c", "node-concept": "#b07a8a", + "node-config": "#5eead4", + "node-document": "#7dd3fc", + "node-service": "#a78bfa", + "node-table": "#6ee7b7", + "node-endpoint": "#fdba74", + "node-pipeline": "#fda4af", + "node-schema": "#fcd34d", + "node-resource": "#a5b4fc", }, }, { @@ -63,6 +71,14 @@ export const PRESETS: ThemePreset[] = [ "node-class": "#8b6fb0", "node-module": "#c9a06c", "node-concept": "#b07a8a", + "node-config": "#5eead4", + "node-document": "#7dd3fc", + "node-service": "#a78bfa", + "node-table": "#6ee7b7", + "node-endpoint": "#fdba74", + "node-pipeline": "#fda4af", + "node-schema": "#fcd34d", + "node-resource": "#a5b4fc", }, }, { @@ -84,6 +100,14 @@ export const PRESETS: ThemePreset[] = [ "node-class": "#8b6fb0", "node-module": "#c9a06c", "node-concept": "#b07a8a", + "node-config": "#5eead4", + "node-document": "#7dd3fc", + "node-service": "#a78bfa", + "node-table": "#6ee7b7", + "node-endpoint": "#fdba74", + "node-pipeline": "#fda4af", + "node-schema": "#fcd34d", + "node-resource": "#a5b4fc", }, }, { @@ -105,6 +129,14 @@ export const PRESETS: ThemePreset[] = [ "node-class": "#8b6fb0", "node-module": "#c9a06c", "node-concept": "#b07a8a", + "node-config": "#5eead4", + "node-document": "#7dd3fc", + "node-service": "#a78bfa", + "node-table": "#6ee7b7", + "node-endpoint": "#fdba74", + "node-pipeline": "#fda4af", + "node-schema": "#fcd34d", + "node-resource": "#a5b4fc", }, }, { @@ -126,6 +158,14 @@ export const PRESETS: ThemePreset[] = [ "node-class": "#755d99", "node-module": "#a88a56", "node-concept": "#966674", + "node-config": "#14b8a6", + "node-document": "#38bdf8", + "node-service": "#8b5cf6", + "node-table": "#34d399", + "node-endpoint": "#fb923c", + "node-pipeline": "#fb7185", + "node-schema": "#facc15", + "node-resource": "#818cf8", }, }, ];