akkoma-fe/static/themes/itepechi.json

102 lines
1.9 KiB
JSON
Raw Normal View History

2023-07-28 18:27:29 +00:00
{
"_pleroma_theme_version": 2,
"name": "Itepechi",
"source": {
"themeEngineVersion": 3,
"fonts": {},
"shadows": {
"buttonHover": [
{
"x": 0,
"y": "3",
"blur": "3",
"spread": 0,
"color": "#000000",
"alpha": "0.2",
"inset": true
},
{
"x": 0,
"y": 1,
"blur": 0,
"spread": 0,
"color": "#FFFFFF",
"alpha": 0.2,
"inset": true
},
{
"x": 0,
"y": -1,
"blur": 0,
"spread": 0,
"color": "#000000",
"alpha": 0.2,
"inset": true
}
],
"buttonPressed": [
{
"x": 0,
"y": "6",
"blur": 5,
"spread": 0,
"color": "#000000",
"alpha": "0.2",
"inset": true
},
{
"x": 0,
"y": 1,
"blur": 0,
"spread": 0,
"color": "#000000",
"alpha": 0.2,
"inset": true
},
{
"x": 0,
"y": -1,
"blur": 0,
"spread": 0,
"color": "#FFFFFF",
"alpha": 0.2,
"inset": true
}
],
"panel": [
{
"x": 3,
"y": 3,
"blur": 6,
"spread": -3,
"color": "#000000",
"alpha": "0.4"
}
]
},
"opacity": {},
"colors": {
"bg": "#2f2f2f",
"fg": "#373737",
"text": "#f8f8f2",
"link": "#d6cec7",
2023-08-06 19:07:42 +00:00
"cBlue": "#abd7f6",
"cRed": "#f7c4cd",
"cGreen": "#a1e45d",
"cOrange": "#ead15e",
2023-09-05 21:25:01 +00:00
"btnToggled": "#ddd7d2",
2023-07-28 18:27:29 +00:00
"alertError": "#ff2975"
},
"radii": {
"btn": "3",
"input": "3",
"checkbox": "3",
"panel": "6",
"avatar": "6",
"avatarAlt": "6",
2023-07-31 19:23:00 +00:00
"tooltip": "3",
2023-07-28 18:27:29 +00:00
"attachment": "6"
}
}
}