Merge branch 'master' of ssh://subcon.town:420/subcon.town/pleroma-themes

This commit is contained in:
Marvin Schreurs 2020-02-09 02:16:51 +01:00
commit ee40a229db
3 changed files with 141 additions and 0 deletions

BIN
Bamboo Maze/background.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 KiB

View File

@ -0,0 +1,141 @@
{
"_pleroma_theme_version": 2,
"name": "Bamboo Maze",
"theme": {
"fonts": {},
"shadows": {
"avatar": [
{
"x": "0",
"y": "0",
"blur": "10",
"spread": "0",
"color": "#ffffff",
"alpha": "0.7"
}
],
"button": [
{
"x": "2",
"y": "3",
"blur": "0",
"spread": "0",
"inset": false,
"color": "#424d2c",
"alpha": "0.5"
}
],
"buttonHover": [
{
"x": "2",
"y": "3",
"blur": 0,
"spread": 0,
"inset": false,
"color": "#424d2c",
"alpha": "0.5"
},
{
"x": "2",
"y": "3",
"blur": "3",
"spread": 0,
"inset": false,
"color": "#424d2c",
"alpha": "0.6"
}
],
"buttonPressed": [
{
"x": "2",
"y": "3",
"blur": 0,
"spread": 0,
"inset": true,
"color": "#424d2c",
"alpha": "0.5"
}
],
"avatarStatus": [
{
"x": "0",
"y": "0",
"blur": "10",
"spread": "0",
"inset": false,
"color": "#ffffff",
"alpha": "0.7"
}
],
"input": [
{
"x": "0",
"y": "0",
"blur": "5",
"spread": "0",
"inset": true,
"color": "#ffffff",
"alpha": "0.8"
}
],
"panel": [
{
"x": "3",
"y": "3",
"blur": 0,
"spread": 0,
"inset": false,
"color": "#424d2c",
"alpha": "0.45"
}
],
"popup": [
{
"x": "2",
"y": "3",
"blur": "1",
"spread": 0,
"color": "#424d2c",
"alpha": "0.5"
}
]
},
"opacity": {
"bg": "0.85",
"btn": "0.6",
"panel": "0",
"border": "0.25",
"faint": "0.65"
},
"colors": {
"bg": "#e6ead0",
"text": "#58484f",
"link": "#5b7c28",
"fg": "#e6ead0",
"panelText": "#6b5a62",
"input": "#f2f4e7",
"inputText": "#3d2833",
"topBarText": "#5b7c28",
"topBarLink": "#5b7c28",
"btn": "#c5d99c",
"btnText": "#3d2833",
"alertError": "#f898ac",
"badgeNotification": "#ab3655",
"border": "#747960",
"cRed": "#ff0300",
"cBlue": "#00e2f4",
"cGreen": "#00c500",
"cOrange": "#fffa24"
},
"radii": {
"btn": "16",
"input": "9",
"checkbox": "16",
"panel": "16",
"avatar": "8",
"avatarAlt": "4",
"tooltip": "16",
"attachment": "4"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB