mirror of
http://vcs.subcon.town/fristi/pleroma-themes.git
synced 2024-11-14 06:43:17 +00:00
Added additional styles to "Fantasy Scroll Series" set.
Added avatar shadow fix to fantasy_scroll_sea.json.
This commit is contained in:
parent
b2c5fd02c6
commit
d315898630
|
@ -10,6 +10,10 @@ A set of multiple light & dark themes for subcon.pub, using the colors of tradit
|
|||
|
||||
![screenshot](https://git.subcon.town/subcon.town/pleroma-themes/raw/branch/master/Fantasy%20Scroll%20Series/screenshot_marina.png)
|
||||
|
||||
![screenshot](https://git.subcon.town/subcon.town/pleroma-themes/raw/branch/master/Fantasy%20Scroll%20Series/screenshot_blossom.png)
|
||||
|
||||
![screenshot](https://git.subcon.town/subcon.town/pleroma-themes/raw/branch/master/Fantasy%20Scroll%20Series/screenshot_cherry.png)
|
||||
|
||||
**Backgrounds:**
|
||||
|
||||
![background](https://git.subcon.town/subcon.town/pleroma-themes/raw/branch/master/Fantasy%20Scroll%20Series/background.jpg)
|
157
Fantasy Scroll Series/fantasy_scroll_blossom.json
Normal file
157
Fantasy Scroll Series/fantasy_scroll_blossom.json
Normal file
|
@ -0,0 +1,157 @@
|
|||
{
|
||||
"_pleroma_theme_version":2,
|
||||
"name":"Fantasy Scroll - Blossom",
|
||||
"theme":{
|
||||
"fonts":{
|
||||
"interface":{
|
||||
"family":"sans-serif"
|
||||
}
|
||||
},
|
||||
"shadows":{
|
||||
"avatarStatus":[
|
||||
{
|
||||
"x":"2",
|
||||
"y":"2",
|
||||
"blur":"0",
|
||||
"spread":0,
|
||||
"inset":false,
|
||||
"color":"#cb70a4",
|
||||
"alpha":"0.3"
|
||||
},
|
||||
{
|
||||
"x":"-2",
|
||||
"y":"2",
|
||||
"blur":"0",
|
||||
"spread":0,
|
||||
"inset":false,
|
||||
"color":"#cb70a4",
|
||||
"alpha":"0.3"
|
||||
},
|
||||
{
|
||||
"x":"-2",
|
||||
"y":"-2",
|
||||
"blur":"0",
|
||||
"spread":0,
|
||||
"inset":false,
|
||||
"color":"#cb70a4",
|
||||
"alpha":"0.3"
|
||||
},
|
||||
{
|
||||
"x":"2",
|
||||
"y":"-2",
|
||||
"blur":"0",
|
||||
"spread":0,
|
||||
"inset":false,
|
||||
"color":"#cb70a4",
|
||||
"alpha":"0.3"
|
||||
}
|
||||
],
|
||||
"button":[
|
||||
|
||||
],
|
||||
"buttonHover":[
|
||||
{
|
||||
"x":0,
|
||||
"y":0,
|
||||
"blur":"1",
|
||||
"spread":"2",
|
||||
"color":"#c974a5",
|
||||
"alpha":"0.4",
|
||||
"inset":false
|
||||
}
|
||||
],
|
||||
"buttonPressed":[
|
||||
{
|
||||
"x":0,
|
||||
"y":0,
|
||||
"blur":"1",
|
||||
"spread":"2",
|
||||
"color":"#c974a5",
|
||||
"alpha":"0.1"
|
||||
}
|
||||
],
|
||||
"input":[
|
||||
{
|
||||
"x":"0",
|
||||
"y":"0",
|
||||
"blur":"0",
|
||||
"spread":"1",
|
||||
"color":"#425571",
|
||||
"alpha":"0.2",
|
||||
"inset":true
|
||||
}
|
||||
],
|
||||
"panel":[
|
||||
{
|
||||
"x":"1",
|
||||
"y":"1",
|
||||
"blur":"2",
|
||||
"spread":"0",
|
||||
"color":"#491d36",
|
||||
"alpha":"0.7"
|
||||
}
|
||||
],
|
||||
"panelHeader":[
|
||||
|
||||
],
|
||||
"popup":[
|
||||
{
|
||||
"x":"3",
|
||||
"y":"3",
|
||||
"blur":"2",
|
||||
"spread":"0",
|
||||
"color":"#491d36",
|
||||
"alpha":"0.5"
|
||||
}
|
||||
],
|
||||
"topBar":[
|
||||
{
|
||||
"x":0,
|
||||
"y":"3",
|
||||
"blur":"3",
|
||||
"spread":"1",
|
||||
"color":"#000000",
|
||||
"alpha":"0.35"
|
||||
}
|
||||
]
|
||||
},
|
||||
"opacity":{
|
||||
"bg":"0.85",
|
||||
"btn":"0.75",
|
||||
"input":"0.6",
|
||||
"panel":"0.9",
|
||||
"border":"0.2",
|
||||
"faint":"0.7"
|
||||
},
|
||||
"colors":{
|
||||
"bg":"#e1ddd9",
|
||||
"text":"#3d5161",
|
||||
"link":"#c65e99",
|
||||
"fg":"#ca99b4",
|
||||
"panelText":"#fcfdfe",
|
||||
"input":"#f3deee",
|
||||
"inputText":"#384d5c",
|
||||
"topBarText":"#f1f5fa",
|
||||
"topBarLink":"#f1f5fa",
|
||||
"btn":"#c974a5",
|
||||
"btnText":"#f9fafb",
|
||||
"alertError":"#aa0000",
|
||||
"badgeNotification":"#bb0000",
|
||||
"border":"#384d5c",
|
||||
"cRed":"#ca0000",
|
||||
"cBlue":"#05b1eb",
|
||||
"cGreen":"#15bd02",
|
||||
"cOrange":"#fee010"
|
||||
},
|
||||
"radii":{
|
||||
"btn":"0",
|
||||
"input":"0",
|
||||
"checkbox":"0",
|
||||
"panel":"0",
|
||||
"avatar":"0",
|
||||
"avatarAlt":"0",
|
||||
"tooltip":"0",
|
||||
"attachment":"0"
|
||||
}
|
||||
}
|
||||
}
|
157
Fantasy Scroll Series/fantasy_scroll_cherry.json
Normal file
157
Fantasy Scroll Series/fantasy_scroll_cherry.json
Normal file
|
@ -0,0 +1,157 @@
|
|||
{
|
||||
"_pleroma_theme_version":2,
|
||||
"":"Fantasy Scroll - Cherry",
|
||||
"theme":{
|
||||
"fonts":{
|
||||
"interface":{
|
||||
"family":"sans-serif"
|
||||
}
|
||||
},
|
||||
"shadows":{
|
||||
"avatarStatus":[
|
||||
{
|
||||
"x":"2",
|
||||
"y":"2",
|
||||
"blur":"0",
|
||||
"spread":0,
|
||||
"inset":false,
|
||||
"color":"#CAADA9",
|
||||
"alpha":"0.3"
|
||||
},
|
||||
{
|
||||
"x":"2",
|
||||
"y":"-2",
|
||||
"blur":"0",
|
||||
"spread":0,
|
||||
"inset":false,
|
||||
"color":"#CAADA9",
|
||||
"alpha":"0.3"
|
||||
},
|
||||
{
|
||||
"x":"-2",
|
||||
"y":"-2",
|
||||
"blur":"0",
|
||||
"spread":0,
|
||||
"inset":false,
|
||||
"color":"#CAADA9",
|
||||
"alpha":"0.3"
|
||||
},
|
||||
{
|
||||
"x":"-2",
|
||||
"y":"2",
|
||||
"blur":"0",
|
||||
"spread":0,
|
||||
"inset":false,
|
||||
"color":"#CAADA9",
|
||||
"alpha":"0.3"
|
||||
}
|
||||
],
|
||||
"button":[
|
||||
|
||||
],
|
||||
"buttonHover":[
|
||||
{
|
||||
"x":0,
|
||||
"y":0,
|
||||
"blur":"1",
|
||||
"spread":"2",
|
||||
"color":"#d997a8",
|
||||
"alpha":"0.4",
|
||||
"inset":false
|
||||
}
|
||||
],
|
||||
"buttonPressed":[
|
||||
{
|
||||
"x":0,
|
||||
"y":0,
|
||||
"blur":"1",
|
||||
"spread":"2",
|
||||
"color":"#d997a8",
|
||||
"alpha":"0.2"
|
||||
}
|
||||
],
|
||||
"input":[
|
||||
{
|
||||
"x":"0",
|
||||
"y":"0",
|
||||
"blur":"0",
|
||||
"spread":"1",
|
||||
"color":"#425571",
|
||||
"alpha":"0.2",
|
||||
"inset":true
|
||||
}
|
||||
],
|
||||
"panel":[
|
||||
{
|
||||
"x":"1",
|
||||
"y":"1",
|
||||
"blur":"2",
|
||||
"spread":"0",
|
||||
"color":"#491d36",
|
||||
"alpha":"0.7"
|
||||
}
|
||||
],
|
||||
"panelHeader":[
|
||||
|
||||
],
|
||||
"popup":[
|
||||
{
|
||||
"x":"3",
|
||||
"y":"3",
|
||||
"blur":"2",
|
||||
"spread":"0",
|
||||
"color":"#491d36",
|
||||
"alpha":"0.5"
|
||||
}
|
||||
],
|
||||
"topBar":[
|
||||
{
|
||||
"x":0,
|
||||
"y":"3",
|
||||
"blur":"3",
|
||||
"spread":"1",
|
||||
"color":"#000000",
|
||||
"alpha":"0.35"
|
||||
}
|
||||
]
|
||||
},
|
||||
"opacity":{
|
||||
"bg":"0.85",
|
||||
"btn":"0.8",
|
||||
"input":"0.6",
|
||||
"panel":"0.9",
|
||||
"border":"0.3",
|
||||
"faint":"0.75"
|
||||
},
|
||||
"colors":{
|
||||
"bg":"#80493c",
|
||||
"text":"#e6eaee",
|
||||
"link":"#eea2b9",
|
||||
"fg":"#c86a82",
|
||||
"panelText":"#f2f4f7",
|
||||
"input":"#f2dbed",
|
||||
"inputText":"#4b2c35",
|
||||
"topBarText":"#e6eaee",
|
||||
"topBarLink":"#e6eaee",
|
||||
"btn":"#bc4966",
|
||||
"btnText":"#f9fafb",
|
||||
"alertError":"#b30000",
|
||||
"badgeNotification":"#b90000",
|
||||
"border":"#CAADA9",
|
||||
"cRed":"#ff0f0f",
|
||||
"cBlue":"#70d9fc",
|
||||
"cGreen":"#18df02",
|
||||
"cOrange":"#fee32c"
|
||||
},
|
||||
"radii":{
|
||||
"btn":"0",
|
||||
"input":"0",
|
||||
"checkbox":"0",
|
||||
"panel":"0",
|
||||
"avatar":"0",
|
||||
"avatarAlt":"0",
|
||||
"tooltip":"0",
|
||||
"attachment":"0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -10,13 +10,40 @@
|
|||
"shadows":{
|
||||
"avatarStatus":[
|
||||
{
|
||||
"x":"0",
|
||||
"y":"0",
|
||||
"blur":"8",
|
||||
"x":"2",
|
||||
"y":"2",
|
||||
"blur":"0",
|
||||
"spread":0,
|
||||
"inset":false,
|
||||
"color":"#000000",
|
||||
"alpha":"0.85"
|
||||
"color":"#3d5161",
|
||||
"alpha":"0.4"
|
||||
},
|
||||
{
|
||||
"x":"2",
|
||||
"y":"-2",
|
||||
"blur":"0",
|
||||
"spread":0,
|
||||
"inset":false,
|
||||
"color":"#3d5161",
|
||||
"alpha":"0.4"
|
||||
},
|
||||
{
|
||||
"x":"-2",
|
||||
"y":"-2",
|
||||
"blur":"0",
|
||||
"spread":0,
|
||||
"inset":false,
|
||||
"color":"#3d5161",
|
||||
"alpha":"0.4"
|
||||
},
|
||||
{
|
||||
"x":"-2",
|
||||
"y":"2",
|
||||
"blur":"0",
|
||||
"spread":0,
|
||||
"inset":false,
|
||||
"color":"#3d5161",
|
||||
"alpha":"0.4"
|
||||
}
|
||||
],
|
||||
"button":[
|
||||
|
|
BIN
Fantasy Scroll Series/screenshot_blossom.png
Normal file
BIN
Fantasy Scroll Series/screenshot_blossom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 294 KiB |
BIN
Fantasy Scroll Series/screenshot_cherry.png
Normal file
BIN
Fantasy Scroll Series/screenshot_cherry.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 297 KiB |
Loading…
Reference in a new issue