CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history
colors.ts
Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.
| c53cf00 | 1 | export const colors = { |
| 2 | bg: '#08090f', | |
| 3 | bgSecondary: '#0c0d14', | |
| 4 | bgSurface: '#161826', | |
| 5 | border: 'rgba(255,255,255,0.06)', | |
| 6 | text: '#ededf2', | |
| 7 | textMuted: '#8b8c9c', | |
| 8 | accent: '#8c6dff', | |
| 9 | accentDim: 'rgba(140,109,255,0.15)', | |
| 10 | green: '#34d399', | |
| 11 | red: '#f87171', | |
| 12 | yellow: '#fbbf24', | |
| 13 | blue: '#60a5fa', | |
| 14 | white: '#ffffff', | |
| 15 | black: '#000000', | |
| 16 | }; |