Interface Settings
Choose the color mode for your app.
The perfect color mode for your app.
@foreach(['blue', 'azure', 'indigo', 'purple', 'pink', 'red', 'orange', 'yellow', 'lime', 'green', 'teal', 'cyan'] as $color)
@endforeach
Choose the font family that fits your app.
@foreach(['sans-serif' => 'Sans-serif', 'serif' => 'Serif', 'monospace' => 'Mono', 'comic' => 'Comic'] as $val => $label)
@endforeach
Choose the gray shade for Light mode.
@foreach(['slate', 'gray', 'zinc', 'neutral', 'stone'] as $base)
@endforeach
Choose the gray shade for Dark mode.
@foreach(['slate', 'gray', 'zinc', 'neutral', 'stone'] as $base)
@endforeach
Choose the border radius factor for your app.
@foreach(['0', '0.5', '1', '1.5', '2'] as $radius)
@endforeach
@script
@endscript