Skip to main content
Glama

its-just-ui MCP Server

by its-just-ui

configure_theme

Customize theme settings for its-just-ui React components by adjusting colors, mode, typography, and border radius to align with design requirements.

Instructions

Configure theme settings including colors, mode, and typography

Input Schema

NameRequiredDescriptionDefault
borderRadiusNo
colorsNo
fontFamilyNo
modeNo

Input Schema (JSON Schema)

{ "properties": { "borderRadius": { "type": "string" }, "colors": { "properties": { "error": { "type": "string" }, "info": { "type": "string" }, "primary": { "type": "string" }, "secondary": { "type": "string" }, "success": { "type": "string" }, "warning": { "type": "string" } }, "type": "object" }, "fontFamily": { "type": "string" }, "mode": { "enum": [ "light", "dark", "system" ], "type": "string" } }, "type": "object" }

Other Tools from its-just-ui MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/its-just-ui/its-just-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server