Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cclank/lumina-style-studio
/ functions
Functions
24 in github.com/cclank/lumina-style-studio
⨍
Functions
24
◇
Types & classes
7
↓ 3 callers
Function
handleColorChange
(key: string, value: string)
components/ControlPanel.tsx:55
↓ 2 callers
Function
adjustColorBrightness
(key: string, amount: number)
components/ControlPanel.tsx:63
↓ 2 callers
Function
copyRawCode
(code: string, id: string)
components/ControlPanel.tsx:181
↓ 2 callers
Function
copyThemeToClipboard
(theme: Theme, e?: React.MouseEvent, customId?: string)
components/ControlPanel.tsx:143
↓ 2 callers
Function
enrichTheme
(theme: Theme)
App.tsx:18
↓ 2 callers
Function
handleFontChange
(key: keyof Theme['typography'], value: string)
components/ControlPanel.tsx:101
↓ 2 callers
Function
handleSetTheme
(theme: Theme)
App.tsx:30
↓ 2 callers
Function
handleUiChange
(key: keyof Theme['ui'], value: string)
components/ControlPanel.tsx:108
↓ 2 callers
Function
renderColorRow
(key: string, isCustom: boolean)
components/ControlPanel.tsx:250
↓ 1 callers
Function
addCustomColor
()
components/ControlPanel.tsx:82
↓ 1 callers
Function
generateCssVarsCode
()
components/ControlPanel.tsx:306
↓ 1 callers
Function
generateId
()
services/geminiService.ts:5
↓ 1 callers
Function
generateTailwindCode
()
components/ControlPanel.tsx:316
↓ 1 callers
Function
generateThemeFromPrompt
(prompt: string)
services/geminiService.ts:7
↓ 1 callers
Function
removeCustomColor
(key: string)
components/ControlPanel.tsx:95
Function
App
()
App.tsx:9
Function
ControlPanel
({ currentTheme, setTheme, activeTab, setActiveTab, allThemes, addTheme, removeTheme })
components/ControlPanel.tsx:39
Function
PreviewContainer
({ theme, isMobileView = false })
components/PreviewContainer.tsx:20
Function
downloadThemeJson
()
components/ControlPanel.tsx:187
Function
handleAddTheme
(newTheme: Theme)
App.tsx:34
Function
handleGenerate
()
components/ControlPanel.tsx:115
Function
handleRemoveTheme
(themeId: string)
App.tsx:42
Function
handleSaveTheme
()
components/ControlPanel.tsx:129
Function
renderThemeCard
(theme: Theme)
components/ControlPanel.tsx:197