SPB Git forge

spb/uqo-chat

Public
14commits 1branches 0releases
1.4 MBsize
maindefault branch
17 days agolast push
Python 64.6% TypeScript 33.7% CSS 0.8%
452 B · 18 lines typescript
Raw Blame History
1/** UQO design tokens — aligned on the official wordmark blue (#0F6180). */2export const uqo = {3  blue: '#0F6180',4  blueDark: '#0A4A63',5  blueLight: '#E6F0F4',6  green: '#78BE20',7  gold: '#C6A300',8  bg: '#FFFFFF',9  surface: '#F4F7F9',10  text: '#16232D',11  muted: '#5B6B7B',12  line: '#DCE4EA',13  warning: '#F2A900',14  error: '#C8102E',15} as const;1617export const chartPalette = ['#0F6180', '#78BE20', '#C6A300', '#5B6B7B', '#7FB0C4', '#C8102E'];18