chat colors, IBM Plex Sans

This commit is contained in:
2026-04-01 01:30:17 -04:00
parent 93bc8a3a4f
commit a7b0d17fa1
4 changed files with 127 additions and 119 deletions

View File

@@ -1,21 +1,21 @@
/* web/src/assets/theme.css */
:root {
--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 */
--p-primary-color: #089981; /* TV green */
--p-primary-contrast-color: #0f0f0f;
--p-surface-0: #0f0f0f; /* TV bg */
--p-surface-50: #141414;
--p-surface-100: #1c1c1c; /* TV grid lines */
--p-surface-200: #2e2e2e; /* TV borders */
--p-surface-300: #3d3d3d;
--p-surface-400: #4d4d4d;
--p-surface-700: #8a8a8a; /* TV subtext */
--p-surface-800: #b8b8b8;
--p-surface-900: #dbdbdb; /* TV text */
/* Semantic trading colors */
--color-bull: #26A69A;
--color-bear: #EF5350;
--color-neutral: #787B86;
--color-bull: #089981;
--color-bear: #f23645;
--color-neutral: #8a8a8a;
}
html, body, #app {
@@ -25,6 +25,11 @@ html, body, #app {
width: 100vw !important;
overflow: hidden;
background-color: var(--p-surface-0) !important;
font-family: 'IBM Plex Sans', sans-serif;
}
vue-advanced-chat {
font-family: 'IBM Plex Sans', sans-serif;
}
.dark {