fix custom themes syntax
This commit is contained in:
parent
eb21dc9494
commit
9fdac55e25
@ -25,20 +25,11 @@ data:
|
|||||||
"primary-color": "#ffaf0f",
|
"primary-color": "#ffaf0f",
|
||||||
"secondary-color": "#ffaf0f"
|
"secondary-color": "#ffaf0f"
|
||||||
}
|
}
|
||||||
}
|
|
||||||
"name": "Electric Blue",
|
|
||||||
"is_dark": false,
|
|
||||||
"fonts": {
|
|
||||||
"faces": [
|
|
||||||
{
|
|
||||||
"font-family": "Inter",
|
|
||||||
"src": [{"url": "/fonts/Inter.ttf", "format": "truetype"}]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"general": "Inter, sans",
|
|
||||||
"monospace": "'Courier New'"
|
|
||||||
},
|
},
|
||||||
"colors": {
|
{
|
||||||
|
"name": "Electric Blue",
|
||||||
|
"is_dark": false,
|
||||||
|
"colors": {
|
||||||
"accent-color": "#3596fc",
|
"accent-color": "#3596fc",
|
||||||
"primary-color": "#368bd6",
|
"primary-color": "#368bd6",
|
||||||
"warning-color": "#ff4b55",
|
"warning-color": "#ff4b55",
|
||||||
@ -52,19 +43,18 @@ data:
|
|||||||
"timeline-text-color": "#2e2f32",
|
"timeline-text-color": "#2e2f32",
|
||||||
"timeline-text-secondary-color": "#61708b",
|
"timeline-text-secondary-color": "#61708b",
|
||||||
"timeline-highlights-color": "#f3f8fd",
|
"timeline-highlights-color": "#f3f8fd",
|
||||||
|
"username-colors": ["#ff0000", "#ff7f00", "#ffff00", "#00ff00", "#0000ff", "#4b0082", "#9400d3", "#ff1493"],
|
||||||
// These should both be 8 values long
|
"avatar-background-colors": ["#cc0000", "#cc6600", "#cccc00", "#00cc00", "#0000cc", "#3b0066", "#7a00b3", "#cc1077"]
|
||||||
"username-colors": ["#ff0000", /*...*/],
|
},
|
||||||
"avatar-background-colors": ["#cc0000", /*...*/]
|
"compound": {
|
||||||
},
|
|
||||||
"compound": {
|
|
||||||
"--cpd-color-icon-accent-tertiary": "var(--cpd-color-blue-800)",
|
"--cpd-color-icon-accent-tertiary": "var(--cpd-color-blue-800)",
|
||||||
"--cpd-color-text-action-accent": "var(--cpd-color-blue-900)"
|
"--cpd-color-text-action-accent": "var(--cpd-color-blue-900)"
|
||||||
}
|
}
|
||||||
}, {
|
},
|
||||||
"name": "Deep Purple",
|
{
|
||||||
"is_dark": true,
|
"name": "Deep Purple",
|
||||||
"colors": {
|
"is_dark": true,
|
||||||
|
"colors": {
|
||||||
"accent-color": "#6503b3",
|
"accent-color": "#6503b3",
|
||||||
"primary-color": "#368bd6",
|
"primary-color": "#368bd6",
|
||||||
"warning-color": "#b30356",
|
"warning-color": "#b30356",
|
||||||
@ -78,6 +68,7 @@ data:
|
|||||||
"timeline-text-color": "#EDF3FF",
|
"timeline-text-color": "#EDF3FF",
|
||||||
"timeline-text-secondary-color": "#A1B2D1",
|
"timeline-text-secondary-color": "#A1B2D1",
|
||||||
"timeline-highlights-color": "#22262E"
|
"timeline-highlights-color": "#22262E"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user