mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2025-01-03 16:15:28 +01:00
Added @jasonl8446's theme
This commit is contained in:
parent
1da03eb8eb
commit
0306fd750f
@ -22,5 +22,6 @@
|
||||
"cybreclub-plasma": "/static/themes/cybreclub-plasma.json",
|
||||
"fauux-sp": "/static/themes/fauux-sp.json",
|
||||
"wavemaster": "/static/themes/wavemaster.json",
|
||||
"paper": "/static/themes/paper.json"
|
||||
"paper": "/static/themes/paper.json",
|
||||
"spicy-purple: "/static/themes/spicy-purple.json"
|
||||
}
|
||||
|
147
static/themes/pleroma_theme.json
Normal file
147
static/themes/pleroma_theme.json
Normal file
@ -0,0 +1,147 @@
|
||||
{
|
||||
"_pleroma_theme_version": 2,
|
||||
"name": "Spicy Purple",
|
||||
"theme": {
|
||||
"themeEngineVersion": 3,
|
||||
"colors": {},
|
||||
"opacity": {},
|
||||
"radii": {},
|
||||
"shadows": {},
|
||||
"fonts": {}
|
||||
},
|
||||
"source": {
|
||||
"themeEngineVersion": 3,
|
||||
"fonts": {},
|
||||
"shadows": {},
|
||||
"opacity": {
|
||||
"bg": "",
|
||||
"underlay": "",
|
||||
"faint": "",
|
||||
"profileTint": "",
|
||||
"popover": "",
|
||||
"border": "",
|
||||
"panel": "",
|
||||
"btn": "",
|
||||
"input": "",
|
||||
"alert": ""
|
||||
},
|
||||
"colors": {
|
||||
"bg": "",
|
||||
"fg": "",
|
||||
"text": "",
|
||||
"underlay": "",
|
||||
"link": "",
|
||||
"accent": "",
|
||||
"faint": "",
|
||||
"faintLink": "",
|
||||
"postFaintLink": "",
|
||||
"cBlue": "",
|
||||
"cRed": "",
|
||||
"cGreen": "",
|
||||
"cOrange": "",
|
||||
"profileBg": "",
|
||||
"profileTint": "",
|
||||
"highlight": "",
|
||||
"highlightLightText": "",
|
||||
"highlightPostLink": "",
|
||||
"highlightFaintText": "",
|
||||
"highlightFaintLink": "",
|
||||
"highlightPostFaintLink": "",
|
||||
"highlightText": "",
|
||||
"highlightLink": "",
|
||||
"highlightIcon": "",
|
||||
"popover": "",
|
||||
"popoverLightText": "",
|
||||
"popoverPostLink": "",
|
||||
"popoverFaintText": "",
|
||||
"popoverFaintLink": "",
|
||||
"popoverPostFaintLink": "",
|
||||
"popoverText": "",
|
||||
"popoverLink": "",
|
||||
"popoverIcon": "",
|
||||
"selectedPost": "",
|
||||
"selectedPostFaintText": "",
|
||||
"selectedPostLightText": "",
|
||||
"selectedPostPostLink": "",
|
||||
"selectedPostFaintLink": "",
|
||||
"selectedPostText": "",
|
||||
"selectedPostLink": "",
|
||||
"selectedPostIcon": "",
|
||||
"selectedMenu": "",
|
||||
"selectedMenuLightText": "",
|
||||
"selectedMenuFaintText": "",
|
||||
"selectedMenuFaintLink": "",
|
||||
"selectedMenuText": "",
|
||||
"selectedMenuLink": "",
|
||||
"selectedMenuIcon": "",
|
||||
"selectedMenuPopover": "",
|
||||
"selectedMenuPopoverLightText": "",
|
||||
"selectedMenuPopoverFaintText": "",
|
||||
"selectedMenuPopoverFaintLink": "",
|
||||
"selectedMenuPopoverText": "",
|
||||
"selectedMenuPopoverLink": "",
|
||||
"selectedMenuPopoverIcon": "",
|
||||
"lightText": "",
|
||||
"postLink": "",
|
||||
"border": "",
|
||||
"poll": "",
|
||||
"pollText": "",
|
||||
"icon": "",
|
||||
"fgText": "",
|
||||
"fgLink": "",
|
||||
"panel": "",
|
||||
"panelText": "",
|
||||
"panelFaint": "",
|
||||
"panelLink": "",
|
||||
"topBar": "",
|
||||
"topBarText": "",
|
||||
"topBarLink": "",
|
||||
"tab": "",
|
||||
"tabText": "",
|
||||
"tabActiveText": "",
|
||||
"btn": "",
|
||||
"btnText": "",
|
||||
"btnPanelText": "",
|
||||
"btnTopBarText": "",
|
||||
"btnPressed": "",
|
||||
"btnPressedText": "",
|
||||
"btnPressedPanel": "",
|
||||
"btnPressedPanelText": "",
|
||||
"btnPressedTopBar": "",
|
||||
"btnPressedTopBarText": "",
|
||||
"btnToggled": "",
|
||||
"btnToggledText": "",
|
||||
"btnToggledPanelText": "",
|
||||
"btnToggledTopBarText": "",
|
||||
"btnDisabled": "",
|
||||
"btnDisabledText": "",
|
||||
"btnDisabledPanelText": "",
|
||||
"btnDisabledTopBarText": "",
|
||||
"input": "",
|
||||
"inputText": "",
|
||||
"inputPanelText": "",
|
||||
"inputTopbarText": "",
|
||||
"alertError": "",
|
||||
"alertErrorText": "",
|
||||
"alertErrorPanelText": "",
|
||||
"alertWarning": "",
|
||||
"alertWarningText": "",
|
||||
"alertWarningPanelText": "",
|
||||
"alertNeutral": "",
|
||||
"alertNeutralText": "",
|
||||
"alertNeutralPanelText": "",
|
||||
"badgeNotification": "",
|
||||
"badgeNotificationText": ""
|
||||
},
|
||||
"radii": {
|
||||
"btn": "",
|
||||
"input": "",
|
||||
"checkbox": "",
|
||||
"panel": "",
|
||||
"avatar": "",
|
||||
"avatarAlt": "",
|
||||
"tooltip": "",
|
||||
"attachment": ""
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user