akkoma-fe/static/themes/itepechi.json

101 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",
"cBlue": "#66d9ef",
"cRed": "#ffb3ce",
"cGreen": "#a6e22e",
"cOrange": "#f4bf75",
"alertError": "#ff2975"
},
"radii": {
"btn": "3",
"input": "3",
"checkbox": "3",
"panel": "6",
"avatar": "6",
"avatarAlt": "6",
"tooltip": "6",
"attachment": "6"
}
}
}