2020-02-08 23:41:00 +00:00
|
|
|
{
|
2020-03-23 21:14:19 +00:00
|
|
|
"_pleroma_theme_version": 2,
|
2020-08-23 18:15:17 +00:00
|
|
|
"name": "Eternal Carrot",
|
2020-03-23 21:14:19 +00:00
|
|
|
"theme": {
|
|
|
|
"themeEngineVersion": 3,
|
|
|
|
"shadows": {
|
|
|
|
"panel": [
|
|
|
|
{
|
|
|
|
"x": "3",
|
|
|
|
"y": "3",
|
|
|
|
"blur": 0,
|
|
|
|
"spread": 0,
|
|
|
|
"inset": false,
|
|
|
|
"color": "#692600",
|
|
|
|
"alpha": "0.4"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"topBar": [
|
|
|
|
{
|
|
|
|
"x": 0,
|
|
|
|
"y": 0,
|
|
|
|
"blur": 4,
|
|
|
|
"spread": 0,
|
|
|
|
"color": "#000000",
|
|
|
|
"alpha": 0.6
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"popup": [
|
|
|
|
{
|
|
|
|
"x": 2,
|
|
|
|
"y": 2,
|
|
|
|
"blur": 3,
|
|
|
|
"spread": 0,
|
|
|
|
"color": "#000000",
|
|
|
|
"alpha": 0.5
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"avatar": [
|
|
|
|
{
|
|
|
|
"x": "2",
|
|
|
|
"y": "2",
|
|
|
|
"blur": "0",
|
|
|
|
"spread": "0",
|
|
|
|
"color": "#000000",
|
|
|
|
"alpha": "0.5"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"avatarStatus": [
|
2020-02-08 23:41:00 +00:00
|
|
|
{
|
2020-03-23 21:14:19 +00:00
|
|
|
"x": "2",
|
|
|
|
"y": "2",
|
|
|
|
"blur": 0,
|
|
|
|
"spread": 0,
|
|
|
|
"inset": false,
|
|
|
|
"color": "#000000",
|
|
|
|
"alpha": "0.5"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"panelHeader": [],
|
|
|
|
"button": [
|
|
|
|
{
|
|
|
|
"x": "2",
|
|
|
|
"y": "3",
|
|
|
|
"blur": "0",
|
|
|
|
"spread": "0",
|
|
|
|
"inset": false,
|
|
|
|
"color": "#692600",
|
|
|
|
"alpha": "1"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"buttonHover": [
|
|
|
|
{
|
|
|
|
"x": "2",
|
|
|
|
"y": "3",
|
|
|
|
"blur": 0,
|
|
|
|
"spread": 0,
|
|
|
|
"inset": false,
|
|
|
|
"color": "#692600",
|
|
|
|
"alpha": 1
|
2020-02-08 23:41:00 +00:00
|
|
|
},
|
2020-03-23 21:14:19 +00:00
|
|
|
{
|
|
|
|
"x": "2",
|
|
|
|
"y": "3",
|
|
|
|
"blur": "3",
|
|
|
|
"spread": 0,
|
|
|
|
"inset": false,
|
|
|
|
"color": "#692600",
|
|
|
|
"alpha": 1
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"buttonPressed": [
|
|
|
|
{
|
|
|
|
"x": "2",
|
|
|
|
"y": "3",
|
|
|
|
"blur": 0,
|
|
|
|
"spread": 0,
|
|
|
|
"inset": true,
|
|
|
|
"color": "#692600",
|
|
|
|
"alpha": "1"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"input": [
|
|
|
|
{
|
|
|
|
"x": "0",
|
|
|
|
"y": "0",
|
|
|
|
"blur": "2",
|
|
|
|
"spread": "0",
|
|
|
|
"inset": true,
|
|
|
|
"color": "#802f0a",
|
|
|
|
"alpha": "0.85"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"colors": {
|
|
|
|
"underlay": "#000000",
|
|
|
|
"bg": "#eebaa4",
|
2020-08-23 18:13:41 +00:00
|
|
|
"fg": "#e25b28",
|
2020-03-23 21:14:19 +00:00
|
|
|
"cRed": "#dd0000",
|
|
|
|
"cOrange": "#f98f00",
|
2020-08-23 18:13:41 +00:00
|
|
|
"cGreen": "#1ba32c",
|
2020-03-23 21:14:19 +00:00
|
|
|
"cBlue": "#00c9d9",
|
2020-08-23 18:13:41 +00:00
|
|
|
"accent": "#d15425",
|
|
|
|
"link": "#d15425",
|
2020-03-23 21:14:19 +00:00
|
|
|
"text": "#222222",
|
2020-08-23 18:13:41 +00:00
|
|
|
"badgeNotification": "#dd0000",
|
2020-03-23 21:14:19 +00:00
|
|
|
"badgeNotificationText": "#ffffff",
|
2020-08-23 18:13:41 +00:00
|
|
|
"panel": "#e25b28",
|
2020-03-23 21:14:19 +00:00
|
|
|
"panelText": "#ffffff",
|
|
|
|
"alertNeutral": "#222222",
|
|
|
|
"alertNeutralPanelText": "#ffffff",
|
|
|
|
"alertNeutralText": "#ffffff",
|
|
|
|
"alertWarning": "#f98f00",
|
|
|
|
"alertWarningPanelText": "#000000",
|
|
|
|
"alertWarningText": "#222222",
|
2020-08-23 18:13:41 +00:00
|
|
|
"alertError": "#dd0000",
|
2020-03-23 21:14:19 +00:00
|
|
|
"alertErrorPanelText": "#ffffff",
|
|
|
|
"alertErrorText": "#222222",
|
|
|
|
"fgText": "#ffede3",
|
2020-08-23 18:13:41 +00:00
|
|
|
"topBar": "#e25b28",
|
|
|
|
"topBarText": "#ffffff",
|
2020-03-23 21:14:19 +00:00
|
|
|
"input": "#ffffff",
|
2020-08-23 18:13:41 +00:00
|
|
|
"inputTopbarText": "#000000",
|
2020-03-23 21:14:19 +00:00
|
|
|
"inputPanelText": "#000000",
|
|
|
|
"inputText": "#222222",
|
2020-08-23 18:13:41 +00:00
|
|
|
"btn": "#ce4924",
|
|
|
|
"btnText": "#ffffff",
|
|
|
|
"btnTopBarText": "#ffffff",
|
|
|
|
"btnDisabled": "#e69e84",
|
|
|
|
"btnDisabledTopBarText": "#edb7a3",
|
|
|
|
"btnPanelText": "#ffffff",
|
|
|
|
"btnDisabledPanelText": "#edb7a3",
|
|
|
|
"btnDisabledText": "#edb7a3",
|
|
|
|
"btnToggled": "#e78c72",
|
|
|
|
"btnToggledTopBarText": "#000000",
|
|
|
|
"btnToggledPanelText": "#000000",
|
|
|
|
"btnToggledText": "#000000",
|
|
|
|
"btnPressed": "#ce4924",
|
|
|
|
"btnPressedTopBarText": "#ffffff",
|
|
|
|
"btnPressedTopBar": "#ce4924",
|
|
|
|
"btnPressedPanelText": "#ffffff",
|
|
|
|
"btnPressedPanel": "#ce4924",
|
|
|
|
"btnPressedText": "#ffffff",
|
2020-03-23 21:14:19 +00:00
|
|
|
"tabActiveText": "#222222",
|
2020-08-23 18:13:41 +00:00
|
|
|
"tabText": "#ffffff",
|
|
|
|
"tab": "#ce4924",
|
|
|
|
"fgLink": "#da5e2f",
|
|
|
|
"topBarLink": "#ffffff",
|
|
|
|
"panelLink": "#d15425",
|
2020-03-23 21:14:19 +00:00
|
|
|
"panelFaint": "#1d0b00",
|
|
|
|
"icon": "#886e63",
|
2020-08-23 18:13:41 +00:00
|
|
|
"poll": "#e39272",
|
2020-03-23 21:14:19 +00:00
|
|
|
"pollText": "#222222",
|
2020-08-23 18:13:41 +00:00
|
|
|
"border": "#e15520",
|
|
|
|
"postLink": "#da5e2f",
|
2020-03-23 21:14:19 +00:00
|
|
|
"lightText": "#000000",
|
|
|
|
"popover": "#eebaa4",
|
|
|
|
"selectedMenuPopover": "#eaaa8f",
|
|
|
|
"highlight": "#eaaa8f",
|
|
|
|
"highlightText": "#222222",
|
|
|
|
"selectedMenu": "#eaaa8f",
|
|
|
|
"selectedMenuText": "#222222",
|
|
|
|
"selectedMenuPopoverIcon": "#866659",
|
2020-08-23 18:13:41 +00:00
|
|
|
"highlightLink": "#da5e2f",
|
|
|
|
"selectedMenuLink": "#d15425",
|
|
|
|
"selectedMenuPopoverLink": "#da5e2f",
|
2020-03-23 21:14:19 +00:00
|
|
|
"selectedMenuPopoverText": "#222222",
|
2020-08-23 18:13:41 +00:00
|
|
|
"faintLink": "#d15425",
|
|
|
|
"highlightFaintLink": "#da5e2f",
|
|
|
|
"selectedMenuFaintLink": "#d15425",
|
|
|
|
"selectedMenuPopoverFaintLink": "#da5e2f",
|
2020-03-23 21:14:19 +00:00
|
|
|
"faint": "#222222",
|
|
|
|
"highlightFaintText": "#222222",
|
|
|
|
"selectedMenuFaintText": "#222222",
|
|
|
|
"selectedMenuPopoverFaintText": "#222222",
|
|
|
|
"highlightLightText": "#000000",
|
|
|
|
"selectedMenuLightText": "#000000",
|
|
|
|
"selectedMenuPopoverLightText": "#000000",
|
|
|
|
"selectedMenuIcon": "#866659",
|
|
|
|
"selectedPost": "#eaaa8f",
|
|
|
|
"selectedPostText": "#222222",
|
|
|
|
"selectedPostIcon": "#866659",
|
2020-08-23 18:13:41 +00:00
|
|
|
"selectedPostLink": "#d15425",
|
|
|
|
"selectedPostFaintLink": "#d15425",
|
|
|
|
"highlightPostLink": "#d15425",
|
|
|
|
"selectedPostPostLink": "#da5e2f",
|
2020-03-23 21:14:19 +00:00
|
|
|
"selectedPostLightText": "#000000",
|
|
|
|
"selectedPostFaintText": "#222222",
|
|
|
|
"popoverText": "#222222",
|
|
|
|
"popoverIcon": "#886e63",
|
2020-08-23 18:13:41 +00:00
|
|
|
"popoverLink": "#da5e2f",
|
|
|
|
"postFaintLink": "#da5e2f",
|
|
|
|
"popoverPostFaintLink": "#d15425",
|
|
|
|
"popoverFaintLink": "#da5e2f",
|
2020-03-23 21:14:19 +00:00
|
|
|
"popoverFaintText": "#222222",
|
2020-08-23 18:13:41 +00:00
|
|
|
"popoverPostLink": "#d15425",
|
2020-03-23 21:14:19 +00:00
|
|
|
"popoverLightText": "#000000",
|
|
|
|
"highlightIcon": "#866659",
|
2020-08-23 18:13:41 +00:00
|
|
|
"highlightPostFaintLink": "#d15425",
|
2020-03-23 21:14:19 +00:00
|
|
|
"profileTint": "#eebaa4",
|
|
|
|
"profileBg": "#7e6860"
|
|
|
|
},
|
|
|
|
"opacity": {
|
|
|
|
"underlay": 0.15,
|
|
|
|
"bg": 1,
|
|
|
|
"panel": 1,
|
|
|
|
"alert": 0.5,
|
|
|
|
"input": 0.5,
|
|
|
|
"btn": 1,
|
|
|
|
"faint": 0.5,
|
2020-08-23 18:13:41 +00:00
|
|
|
"border": 0.2,
|
2020-03-23 21:14:19 +00:00
|
|
|
"popover": 1,
|
|
|
|
"profileTint": 0.5
|
|
|
|
},
|
|
|
|
"radii": {
|
|
|
|
"btn": "16",
|
|
|
|
"input": "9",
|
|
|
|
"checkbox": "16",
|
|
|
|
"panel": "16",
|
|
|
|
"avatar": "8",
|
|
|
|
"avatarAlt": "4",
|
|
|
|
"tooltip": "16",
|
|
|
|
"attachment": "4"
|
|
|
|
},
|
|
|
|
"fonts": {
|
|
|
|
"interface": {
|
|
|
|
"family": "sans-serif"
|
|
|
|
},
|
|
|
|
"input": {
|
|
|
|
"family": "inherit"
|
|
|
|
},
|
|
|
|
"post": {
|
|
|
|
"family": "inherit"
|
|
|
|
},
|
|
|
|
"postCode": {
|
|
|
|
"family": "monospace"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"source": {
|
|
|
|
"themeEngineVersion": 3,
|
|
|
|
"fonts": {},
|
|
|
|
"shadows": {
|
|
|
|
"avatar": [
|
|
|
|
{
|
|
|
|
"x": "2",
|
|
|
|
"y": "2",
|
|
|
|
"blur": "0",
|
|
|
|
"spread": "0",
|
|
|
|
"color": "#000000",
|
|
|
|
"alpha": "0.5"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"button": [
|
|
|
|
{
|
|
|
|
"x": "2",
|
|
|
|
"y": "3",
|
|
|
|
"blur": "0",
|
|
|
|
"spread": "0",
|
|
|
|
"inset": false,
|
|
|
|
"color": "#692600",
|
|
|
|
"alpha": "1"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"buttonHover": [
|
|
|
|
{
|
|
|
|
"x": "2",
|
|
|
|
"y": "3",
|
|
|
|
"blur": 0,
|
|
|
|
"spread": 0,
|
|
|
|
"inset": false,
|
|
|
|
"color": "#692600",
|
|
|
|
"alpha": 1
|
2020-02-08 23:41:00 +00:00
|
|
|
},
|
|
|
|
{
|
2020-03-23 21:14:19 +00:00
|
|
|
"x": "2",
|
|
|
|
"y": "3",
|
|
|
|
"blur": "3",
|
|
|
|
"spread": 0,
|
|
|
|
"inset": false,
|
|
|
|
"color": "#692600",
|
|
|
|
"alpha": 1
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"buttonPressed": [
|
|
|
|
{
|
|
|
|
"x": "2",
|
|
|
|
"y": "3",
|
|
|
|
"blur": 0,
|
|
|
|
"spread": 0,
|
|
|
|
"inset": true,
|
|
|
|
"color": "#692600",
|
|
|
|
"alpha": "1"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"avatarStatus": [
|
|
|
|
{
|
|
|
|
"x": "2",
|
|
|
|
"y": "2",
|
|
|
|
"blur": 0,
|
|
|
|
"spread": 0,
|
|
|
|
"inset": false,
|
|
|
|
"color": "#000000",
|
|
|
|
"alpha": "0.5"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"input": [
|
|
|
|
{
|
|
|
|
"x": "0",
|
|
|
|
"y": "0",
|
|
|
|
"blur": "2",
|
|
|
|
"spread": "0",
|
|
|
|
"inset": true,
|
|
|
|
"color": "#802f0a",
|
|
|
|
"alpha": "0.85"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"panel": [
|
|
|
|
{
|
|
|
|
"x": "3",
|
|
|
|
"y": "3",
|
|
|
|
"blur": 0,
|
|
|
|
"spread": 0,
|
|
|
|
"inset": false,
|
|
|
|
"color": "#692600",
|
|
|
|
"alpha": "0.4"
|
2020-02-08 23:41:00 +00:00
|
|
|
}
|
2020-03-23 21:14:19 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"opacity": {
|
2020-08-23 18:13:41 +00:00
|
|
|
"faint": "0.7",
|
|
|
|
"border": "0.2"
|
2020-03-23 21:14:19 +00:00
|
|
|
},
|
|
|
|
"colors": {
|
|
|
|
"bg": "#eebaa4",
|
2020-08-23 18:13:41 +00:00
|
|
|
"fg": "#e25b28",
|
2020-03-23 21:14:19 +00:00
|
|
|
"text": "#222222",
|
2020-08-23 18:13:41 +00:00
|
|
|
"link": "#d15425",
|
2020-03-23 21:14:19 +00:00
|
|
|
"cBlue": "#00c9d9",
|
|
|
|
"cRed": "#dd0000",
|
2020-08-23 18:13:41 +00:00
|
|
|
"cGreen": "#1ba32c",
|
2020-03-23 21:14:19 +00:00
|
|
|
"cOrange": "#f98f00",
|
|
|
|
"fgText": "#ffede3",
|
2020-08-23 18:13:41 +00:00
|
|
|
"topBarText": "#ffffff",
|
|
|
|
"topBarLink": "#ffffff",
|
|
|
|
"btn": "#ce4924",
|
|
|
|
"input": "#ffffff"
|
2020-03-23 21:14:19 +00:00
|
|
|
},
|
|
|
|
"radii": {
|
|
|
|
"btn": "16",
|
|
|
|
"input": "9",
|
|
|
|
"checkbox": "16",
|
|
|
|
"panel": "16",
|
|
|
|
"avatar": "8",
|
|
|
|
"avatarAlt": "4",
|
|
|
|
"tooltip": "16",
|
|
|
|
"attachment": "4"
|
2020-02-08 23:41:00 +00:00
|
|
|
}
|
2020-03-23 21:14:19 +00:00
|
|
|
}
|
2020-08-23 18:13:41 +00:00
|
|
|
}
|