mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
20 lines
351 B
JSON
20 lines
351 B
JSON
{
|
|
"Themes": {
|
|
"Default": {
|
|
"Tint": "#EF4444",
|
|
"Primary": "#EF4444",
|
|
"Gradient": {
|
|
"Primary": "#EF4444",
|
|
"Secondary": "#991B1B"
|
|
}
|
|
},
|
|
"Black": {
|
|
"Tint": "#71717A",
|
|
"Primary": "#18181B",
|
|
"Gradient": {
|
|
"Primary": "#3F3F46",
|
|
"Secondary": "#18181B"
|
|
}
|
|
}
|
|
}
|
|
}
|