You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
819 B
26 lines
819 B
{
|
|
"blue": {
|
|
"--background-color": "#e0f7fa",
|
|
"--text-color": "#212121",
|
|
"--primary-color": "#409EFF",
|
|
"--secondary-color": "#0288d1",
|
|
"--border-color": "#DCDFE6",
|
|
"--accent-color": "#ff4081",
|
|
"--success-color": "#67C23A",
|
|
"--warning-color": "#E6A23C",
|
|
"--error-color": "#F56C6C",
|
|
"--shadow-color": "rgba(0, 0, 0, 0.1)"
|
|
},
|
|
"green": {
|
|
"--background-color": "#e8f5e9",
|
|
"--text-color": "#212121",
|
|
"--primary-color": "#66bb6a",
|
|
"--secondary-color": "#388e3c",
|
|
"--border-color": "#DCDFE6",
|
|
"--accent-color": "#ff4081",
|
|
"--success-color": "#67C23A",
|
|
"--warning-color": "#E6A23C",
|
|
"--error-color": "#F56C6C",
|
|
"--shadow-color": "rgba(0, 0, 0, 0.1)"
|
|
}
|
|
}
|