mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat: add more theme color options
This commit is contained in:
@@ -20,12 +20,8 @@ const themeColorOptions = reactive<Array<{ value: string; label: string }>>([
|
||||
label: '#fb7299',
|
||||
},
|
||||
{
|
||||
value: '#49e0ad',
|
||||
label: '#49e0ad',
|
||||
},
|
||||
{
|
||||
value: '#10b981',
|
||||
label: '#10b981',
|
||||
value: '#34d399',
|
||||
label: '#34d399',
|
||||
},
|
||||
{
|
||||
value: '#22c55e',
|
||||
@@ -44,17 +40,45 @@ const themeColorOptions = reactive<Array<{ value: string; label: string }>>([
|
||||
label: '#6366f1',
|
||||
},
|
||||
{
|
||||
value: '#f59e0b',
|
||||
label: '#f59e0b',
|
||||
value: '#818cf8',
|
||||
label: '#818cf8',
|
||||
},
|
||||
{
|
||||
value: '#a78bfa',
|
||||
label: '#a78bfa',
|
||||
},
|
||||
{
|
||||
value: '#3b82f6',
|
||||
label: '#3b82f6',
|
||||
},
|
||||
{
|
||||
value: '#60a5fa',
|
||||
label: '#60a5fa',
|
||||
},
|
||||
{
|
||||
value: '#f46d43',
|
||||
label: '#f46d43',
|
||||
},
|
||||
{
|
||||
value: '#fb923c',
|
||||
label: '#fb923c',
|
||||
},
|
||||
{
|
||||
value: '#f59e0b',
|
||||
label: '#f59e0b',
|
||||
},
|
||||
{
|
||||
value: '#eab308',
|
||||
label: '#eab308',
|
||||
},
|
||||
{
|
||||
value: '#f43f5e',
|
||||
label: '#f43f5e',
|
||||
},
|
||||
{
|
||||
value: '#fda4af',
|
||||
label: '#fda4af',
|
||||
},
|
||||
])
|
||||
|
||||
const langs = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user