Change of color palette
This commit is contained in:
parent
e3162a6973
commit
78ede1785a
1 changed files with 9 additions and 9 deletions
|
@ -5,15 +5,15 @@ export default {
|
||||||
themes: [
|
themes: [
|
||||||
{
|
{
|
||||||
mytheme: {
|
mytheme: {
|
||||||
primary: "#286ca8",
|
primary: "#3b82f6",
|
||||||
secondary: "#528cbf",
|
secondary: "#38bdf8",
|
||||||
accent: "#6ff7c5",
|
accent: "#6ee7b7",
|
||||||
neutral: "#0369A1", // Main color of replies
|
neutral: "#1f2329",
|
||||||
"base-100": "#082f49", // Main Color for most components, used in wide variety
|
"base-100": "#2a3a47",
|
||||||
info: "#8b9be5",
|
info: "#a5f3fc",
|
||||||
success: "#79e2b4",
|
success: "#22c55e",
|
||||||
warning: "#efb261",
|
warning: "#fbbf24",
|
||||||
error: "#e1604c",
|
error: "#ef4444",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue