We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SandeepBaskaran/carbon-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
themes.md•526 B
# Carbon Themes
Carbon includes four built-in themes.
## White Theme (Light)
Default light theme with white background.
## G10 Theme (Light Gray)
Light theme with gray 10 background, useful for side panels.
## G90 Theme (Dark Gray)
Dark theme with gray 90 background.
## G100 Theme (Dark)
Darkest theme with gray 100 background, high contrast.
## Theme Switching
```tsx
<div data-carbon-theme="g90">
{/* Your content here */}
</div>
```
## Custom Themes
You can create custom themes by overriding token values.