Settings & Theme Engine
Customize the visual appearance and manage API Connections.
Brand Colors
Primary Accent (Purple)
Used for highlights, checks, and focused states.
#9f528a
Secondary Accent (Yellow)
Used for warnings and badges.
#f0d0a9
Interface Colors
Background (Deep)
Main application background.
#0a0a0a
Panel Background
Sidebar and card backgrounds.
#1a1a1a
Border Color
Separators and outlines.
#333333
Data Visualization
Value where gradient reaches 'High' color.
0%
Low
#3c3271
25%
Low-Mid
#9f528a
50%
Mid
#df887e
75%
Mid-High
#e88973
100%
High
#f0d0a9
API Configuration
Security Notice
Your API keys are encrypted and stored locally in your .env file. They are never shared or logged.
Theme Exporter
{
"primaryColor": "#9f528a",
"accentColor": "#f0d0a9",
"backgroundColor": "#0a0a0a",
"panelColor": "#1a1a1a",
"uiBorder": "#333333",
"mode": "dark",
"rpmConfig": {
"maxVal": 25,
"colorLow": "#3c3271",
"colorMidLow": "#9f528a",
"colorMid": "#df887e",
"colorMidHigh": "#e88973",
"colorHigh": "#f0d0a9"
}
}