finish manage-credentials page and rework home screen
This commit is contained in:
@@ -14,18 +14,35 @@ module.exports = {
|
||||
themes: [
|
||||
{
|
||||
creddy: {
|
||||
"primary": "#115e59",
|
||||
"secondary": "#8b5cf6",
|
||||
"accent": "#0ea5e9",
|
||||
"primary": "#0ea5e9",
|
||||
"secondary": "#fb923c",
|
||||
"accent": "#8b5cf6",
|
||||
"neutral": "#2f292c",
|
||||
"base-100": "#252e3a",
|
||||
"info": "#3aa8ff",
|
||||
"info": "#66cccc",
|
||||
"success": "#52bf73",
|
||||
"warning": "#d97706",
|
||||
"warning": "#d1a900",
|
||||
"error": "#f87171",
|
||||
},
|
||||
},
|
||||
{
|
||||
"summer-night": {
|
||||
"primary": "#0ea5e9",
|
||||
"secondary": "#0ea5e9",
|
||||
"accent": "#fb923c",
|
||||
"neutral": "#393939",
|
||||
"base-100": "#2d2d2d",
|
||||
"info": "#66cccc",
|
||||
"success": "#22c55e",
|
||||
"warning": "#d1a900",
|
||||
"error": "#f2777a"
|
||||
},
|
||||
},
|
||||
"dark",
|
||||
"night",
|
||||
"dracula",
|
||||
"sunset",
|
||||
"dim",
|
||||
"light"
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user