data fixes; indicator=>workspace sync

This commit is contained in:
2026-03-31 20:29:12 -04:00
parent 998f69fa1a
commit cd28e18e52
45 changed files with 1324 additions and 1239 deletions

View File

@@ -1,21 +1,21 @@
/* web/src/assets/theme.css */
:root {
--p-primary-color: #00d4aa; /* teal accent */
--p-primary-contrast-color: #0a0e1a;
--p-surface-0: #0a0e1a; /* deepest background */
--p-surface-50: #0f1629;
--p-surface-100: #161e35;
--p-surface-200: #1e2a45;
--p-surface-300: #263452;
--p-surface-400: #34446a;
--p-surface-700: #8892a4;
--p-surface-800: #aab4c5;
--p-surface-900: #cdd6e8;
--p-primary-color: #26A69A; /* TV green */
--p-primary-contrast-color: #131722;
--p-surface-0: #131722; /* TV bg */
--p-surface-50: #1a1e2b;
--p-surface-100: #1e222d;
--p-surface-200: #2A2E39; /* TV grid */
--p-surface-300: #363b4a;
--p-surface-400: #434857;
--p-surface-700: #787B86; /* TV subtext */
--p-surface-800: #B2B5BE;
--p-surface-900: #D3D4DC; /* TV text */
/* Semantic trading colors */
--color-bull: #26a69a;
--color-bear: #ef5350;
--color-neutral: #8892a4;
--color-bull: #26A69A;
--color-bear: #EF5350;
--color-neutral: #787B86;
}
html, body, #app {