firts
This commit is contained in:
commit
74217c0289
6 changed files with 2123 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# Abbiekoma
|
||||||
|
Abbiekoma is an opinionated theme with various colours for the Akkoma frontend. It intends to be as accessible as possible for the main themes and still be an elegant and pretty theme.
|
||||||
|
|
||||||
|
## What colour scheme should I use?
|
||||||
|
Any that you want! However for users who want a simple dark or light theme should refer to the list below.
|
||||||
|
|
||||||
|
* Regular dark theme: Abbiekoma Dark
|
||||||
|
* Regular light theme: Abbiekoma Light
|
||||||
|
* High contrast dark theme: Abbiekoma Abyss
|
||||||
|
* High contrast light theme: Abbiekoma Tundra
|
419
abbiekoma-abyss.json
Normal file
419
abbiekoma-abyss.json
Normal file
|
@ -0,0 +1,419 @@
|
||||||
|
{
|
||||||
|
"_pleroma_theme_version": 2,
|
||||||
|
"name": "Abbiekoma Abyss",
|
||||||
|
"theme": {
|
||||||
|
"themeEngineVersion": 3,
|
||||||
|
"shadows": {
|
||||||
|
"panel": [
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 1,
|
||||||
|
"y": 1,
|
||||||
|
"blur": "14",
|
||||||
|
"spread": "2",
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"topBar": [
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 4,
|
||||||
|
"spread": "2",
|
||||||
|
"alpha": 0.6
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"popup": [
|
||||||
|
{
|
||||||
|
"x": 2,
|
||||||
|
"y": 2,
|
||||||
|
"blur": 3,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 0.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"avatar": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 1,
|
||||||
|
"blur": 8,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 0.7
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"avatarStatus": [
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 8,
|
||||||
|
"spread": 0,
|
||||||
|
"inset": false,
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"panelHeader": [],
|
||||||
|
"button": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 2,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"buttonHover": [
|
||||||
|
{
|
||||||
|
"color": "#e8f7e8",
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": "5",
|
||||||
|
"spread": "1",
|
||||||
|
"alpha": "0.3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#FFFFFF",
|
||||||
|
"x": 0,
|
||||||
|
"y": 1,
|
||||||
|
"blur": 0,
|
||||||
|
"spread": 0,
|
||||||
|
"alpha": 0.2,
|
||||||
|
"inset": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 0,
|
||||||
|
"y": -1,
|
||||||
|
"blur": 0,
|
||||||
|
"spread": 0,
|
||||||
|
"alpha": 0.2,
|
||||||
|
"inset": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"buttonPressed": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 4,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#f5f5f5",
|
||||||
|
"alpha": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"input": [
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 2,
|
||||||
|
"inset": true,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"colors": {
|
||||||
|
"underlay": "#000000",
|
||||||
|
"bg": "#020202",
|
||||||
|
"fg": "#000000",
|
||||||
|
"cRed": "#f5f5f5",
|
||||||
|
"cGreen": "#f5f5f5",
|
||||||
|
"cOrange": "#f5f5f5",
|
||||||
|
"cBlue": "#f5f5f5",
|
||||||
|
"accent": "#e4e4e4",
|
||||||
|
"link": "#e4e4e4",
|
||||||
|
"text": "#f5f5f5",
|
||||||
|
"badgeNotification": "#f5f5f5",
|
||||||
|
"badgeNotificationText": "#000000",
|
||||||
|
"alertNeutral": "#f5f5f5",
|
||||||
|
"alertNeutralText": "#0a0a0a",
|
||||||
|
"alertPopupNeutral": "#f5f5f5",
|
||||||
|
"alertPopupNeutralText": "#0a0a0a",
|
||||||
|
"alertSuccess": "#f5f5f5",
|
||||||
|
"alertSuccessText": "#0a0a0a",
|
||||||
|
"alertPopupSuccess": "#f5f5f5",
|
||||||
|
"alertPopupSuccessText": "#0a0a0a",
|
||||||
|
"alertWarning": "#f5f5f5",
|
||||||
|
"alertWarningText": "#0a0a0a",
|
||||||
|
"alertPopupWarning": "#f5f5f5",
|
||||||
|
"alertPopupWarningText": "#0a0a0a",
|
||||||
|
"alertError": "#f5f5f5",
|
||||||
|
"alertErrorText": "#0a0a0a",
|
||||||
|
"alertPopupError": "#f5f5f5",
|
||||||
|
"alertPopupErrorText": "#0a0a0a",
|
||||||
|
"panel": "#000000",
|
||||||
|
"panelText": "#f5f5f5",
|
||||||
|
"alertNeutralPanelText": "#0a0a0a",
|
||||||
|
"alertSuccessPanelText": "#0a0a0a",
|
||||||
|
"alertWarningPanelText": "#0a0a0a",
|
||||||
|
"alertErrorPanelText": "#0a0a0a",
|
||||||
|
"fgText": "#f5f5f5",
|
||||||
|
"topBar": "#000000",
|
||||||
|
"topBarText": "#f5f5f5",
|
||||||
|
"input": "#000000",
|
||||||
|
"inputTopbarText": "#f5f5f5",
|
||||||
|
"inputPanelText": "#f5f5f5",
|
||||||
|
"inputText": "#f5f5f5",
|
||||||
|
"btn": "#000000",
|
||||||
|
"btnText": "#f5f5f5",
|
||||||
|
"btnTopBarText": "#f5f5f5",
|
||||||
|
"btnDisabled": "#020202",
|
||||||
|
"btnDisabledTopBarText": "#3f3f3f",
|
||||||
|
"btnPanelText": "#f5f5f5",
|
||||||
|
"btnDisabledPanelText": "#3f3f3f",
|
||||||
|
"btnDisabledText": "#3f3f3f",
|
||||||
|
"btnToggled": "#333333",
|
||||||
|
"btnToggledTopBarText": "#f5f5f5",
|
||||||
|
"btnToggledPanelText": "#f5f5f5",
|
||||||
|
"btnToggledText": "#f5f5f5",
|
||||||
|
"btnPressed": "#000000",
|
||||||
|
"btnPressedTopBarText": "#f5f5f5",
|
||||||
|
"btnPressedTopBar": "#000000",
|
||||||
|
"btnPressedPanelText": "#f5f5f5",
|
||||||
|
"btnPressedPanel": "#000000",
|
||||||
|
"btnPressedText": "#f5f5f5",
|
||||||
|
"tabActiveText": "#f5f5f5",
|
||||||
|
"tabText": "#f5f5f5",
|
||||||
|
"tab": "#000000",
|
||||||
|
"fgLink": "#e4e4e4",
|
||||||
|
"topBarLink": "#e4e4e4",
|
||||||
|
"panelLink": "#e4e4e4",
|
||||||
|
"panelFaint": "#f5f5f5",
|
||||||
|
"icon": "#7c7c7c",
|
||||||
|
"poll": "#5d5d5d",
|
||||||
|
"pollText": "#f5f5f5",
|
||||||
|
"border": "#060606",
|
||||||
|
"postCyantext": "#f5f5f5",
|
||||||
|
"postGreentext": "#f5f5f5",
|
||||||
|
"postLink": "#e4e4e4",
|
||||||
|
"lightText": "#ffffff",
|
||||||
|
"popover": "#020202",
|
||||||
|
"selectedMenuPopover": "#0f0f0f",
|
||||||
|
"highlight": "#0f0f0f",
|
||||||
|
"highlightText": "#f5f5f5",
|
||||||
|
"selectedMenu": "#0f0f0f",
|
||||||
|
"selectedMenuText": "#f5f5f5",
|
||||||
|
"selectedMenuPopoverIcon": "#828282",
|
||||||
|
"highlightLink": "#e4e4e4",
|
||||||
|
"selectedMenuLink": "#e4e4e4",
|
||||||
|
"selectedMenuPopoverLink": "#e4e4e4",
|
||||||
|
"selectedMenuPopoverText": "#f5f5f5",
|
||||||
|
"faintLink": "#e4e4e4",
|
||||||
|
"highlightFaintLink": "#e4e4e4",
|
||||||
|
"selectedMenuFaintLink": "#e4e4e4",
|
||||||
|
"selectedMenuPopoverFaintLink": "#e4e4e4",
|
||||||
|
"faint": "#f5f5f5",
|
||||||
|
"highlightFaintText": "#f5f5f5",
|
||||||
|
"selectedMenuFaintText": "#f5f5f5",
|
||||||
|
"selectedMenuPopoverFaintText": "#f5f5f5",
|
||||||
|
"highlightLightText": "#ffffff",
|
||||||
|
"selectedMenuLightText": "#ffffff",
|
||||||
|
"selectedMenuPopoverLightText": "#ffffff",
|
||||||
|
"selectedMenuIcon": "#828282",
|
||||||
|
"selectedPost": "#0f0f0f",
|
||||||
|
"selectedPostText": "#f5f5f5",
|
||||||
|
"selectedPostIcon": "#828282",
|
||||||
|
"selectedPostLink": "#e4e4e4",
|
||||||
|
"selectedPostFaintLink": "#e4e4e4",
|
||||||
|
"highlightPostLink": "#e4e4e4",
|
||||||
|
"selectedPostPostLink": "#e4e4e4",
|
||||||
|
"selectedPostLightText": "#ffffff",
|
||||||
|
"selectedPostFaintText": "#f5f5f5",
|
||||||
|
"popoverText": "#f5f5f5",
|
||||||
|
"popoverIcon": "#7c7c7c",
|
||||||
|
"popoverLink": "#e4e4e4",
|
||||||
|
"postFaintLink": "#e4e4e4",
|
||||||
|
"popoverPostFaintLink": "#e4e4e4",
|
||||||
|
"popoverFaintLink": "#e4e4e4",
|
||||||
|
"popoverFaintText": "#f5f5f5",
|
||||||
|
"popoverPostLink": "#e4e4e4",
|
||||||
|
"popoverLightText": "#ffffff",
|
||||||
|
"highlightIcon": "#828282",
|
||||||
|
"highlightPostFaintLink": "#e4e4e4",
|
||||||
|
"profileTint": "#020202",
|
||||||
|
"profileBg": "#010101",
|
||||||
|
"wallpaper": "#000000"
|
||||||
|
},
|
||||||
|
"opacity": {
|
||||||
|
"underlay": 0.15,
|
||||||
|
"bg": 1,
|
||||||
|
"alert": 0.5,
|
||||||
|
"alertPopup": 0.95,
|
||||||
|
"panel": 1,
|
||||||
|
"input": 0.5,
|
||||||
|
"btn": 1,
|
||||||
|
"faint": 0.5,
|
||||||
|
"border": 1,
|
||||||
|
"popover": 1,
|
||||||
|
"profileTint": 0.5
|
||||||
|
},
|
||||||
|
"radii": {
|
||||||
|
"btn": "7",
|
||||||
|
"input": "5",
|
||||||
|
"checkbox": "4",
|
||||||
|
"panel": "10",
|
||||||
|
"avatar": "5",
|
||||||
|
"avatarAlt": "5",
|
||||||
|
"tooltip": "8",
|
||||||
|
"attachment": "3"
|
||||||
|
},
|
||||||
|
"fonts": {
|
||||||
|
"interface": {
|
||||||
|
"family": "sans-serif"
|
||||||
|
},
|
||||||
|
"input": {
|
||||||
|
"family": "inherit"
|
||||||
|
},
|
||||||
|
"post": {
|
||||||
|
"family": "inherit"
|
||||||
|
},
|
||||||
|
"postCode": {
|
||||||
|
"family": "monospace"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"themeEngineVersion": 3,
|
||||||
|
"fonts": {},
|
||||||
|
"shadows": {
|
||||||
|
"buttonHover": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": "5",
|
||||||
|
"spread": "1",
|
||||||
|
"color": "#e8f7e8",
|
||||||
|
"alpha": "0.3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"avatarStatus": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 8,
|
||||||
|
"spread": 0,
|
||||||
|
"inset": false,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"panel": [
|
||||||
|
{
|
||||||
|
"x": 1,
|
||||||
|
"y": 1,
|
||||||
|
"blur": "14",
|
||||||
|
"spread": "2",
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"topBar": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 4,
|
||||||
|
"spread": "2",
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 0.6
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"opacity": {},
|
||||||
|
"colors": {
|
||||||
|
"bg": "#020202",
|
||||||
|
"fg": "#000000",
|
||||||
|
"text": "#f5f5f5",
|
||||||
|
"accent": "#e4e4e4",
|
||||||
|
"cBlue": "#f5f5f5",
|
||||||
|
"cRed": "#f5f5f5",
|
||||||
|
"cGreen": "#f5f5f5",
|
||||||
|
"cOrange": "#f5f5f5"
|
||||||
|
},
|
||||||
|
"radii": {
|
||||||
|
"btn": "7",
|
||||||
|
"input": "5",
|
||||||
|
"checkbox": "4",
|
||||||
|
"panel": "10",
|
||||||
|
"avatar": "5",
|
||||||
|
"avatarAlt": "5",
|
||||||
|
"tooltip": "8",
|
||||||
|
"attachment": "3"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
430
abbiekoma-cohost.json
Normal file
430
abbiekoma-cohost.json
Normal file
|
@ -0,0 +1,430 @@
|
||||||
|
{
|
||||||
|
"_pleroma_theme_version": 2,
|
||||||
|
"name": "Abbiekoma Cohost",
|
||||||
|
"theme": {
|
||||||
|
"themeEngineVersion": 3,
|
||||||
|
"shadows": {
|
||||||
|
"panel": [
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 1,
|
||||||
|
"y": 1,
|
||||||
|
"blur": "14",
|
||||||
|
"spread": "2",
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"topBar": [
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 4,
|
||||||
|
"spread": "2",
|
||||||
|
"alpha": 0.6
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"popup": [
|
||||||
|
{
|
||||||
|
"x": 2,
|
||||||
|
"y": 2,
|
||||||
|
"blur": 3,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 0.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"avatar": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 1,
|
||||||
|
"blur": 8,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 0.7
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"avatarStatus": [
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 8,
|
||||||
|
"spread": 0,
|
||||||
|
"inset": false,
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"panelHeader": [],
|
||||||
|
"button": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 2,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"buttonHover": [
|
||||||
|
{
|
||||||
|
"color": "#e8f7e8",
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": "5",
|
||||||
|
"spread": "1",
|
||||||
|
"alpha": "0.3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#FFFFFF",
|
||||||
|
"x": 0,
|
||||||
|
"y": 1,
|
||||||
|
"blur": 0,
|
||||||
|
"spread": 0,
|
||||||
|
"alpha": 0.2,
|
||||||
|
"inset": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 0,
|
||||||
|
"y": -1,
|
||||||
|
"blur": 0,
|
||||||
|
"spread": 0,
|
||||||
|
"alpha": 0.2,
|
||||||
|
"inset": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"buttonPressed": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 4,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#fff9f2",
|
||||||
|
"alpha": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"input": [
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 2,
|
||||||
|
"inset": true,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"colors": {
|
||||||
|
"underlay": "#000000",
|
||||||
|
"bg": "#000000",
|
||||||
|
"fg": "#191919",
|
||||||
|
"cRed": "#83254f",
|
||||||
|
"cGreen": "#83254f",
|
||||||
|
"cOrange": "#83254f",
|
||||||
|
"cBlue": "#83254f",
|
||||||
|
"accent": "#fff9f2",
|
||||||
|
"link": "#fff9f2",
|
||||||
|
"text": "#fff9f2",
|
||||||
|
"badgeNotification": "#f5a459",
|
||||||
|
"badgeNotificationText": "#fff9f2",
|
||||||
|
"alertNeutral": "#f5a459",
|
||||||
|
"alertNeutralText": "#fff9f2",
|
||||||
|
"alertPopupNeutral": "#f5a459",
|
||||||
|
"alertPopupNeutralText": "#0d0700",
|
||||||
|
"alertSuccess": "#83254f",
|
||||||
|
"alertSuccessText": "#fff9f2",
|
||||||
|
"alertPopupSuccess": "#83254f",
|
||||||
|
"alertPopupSuccessText": "#fff9f2",
|
||||||
|
"alertWarning": "#f5a459",
|
||||||
|
"alertWarningText": "#fff9f2",
|
||||||
|
"alertPopupWarning": "#f5a459",
|
||||||
|
"alertPopupWarningText": "#0d0700",
|
||||||
|
"alertError": "#f5a459",
|
||||||
|
"alertErrorText": "#fff9f2",
|
||||||
|
"alertPopupError": "#f5a459",
|
||||||
|
"alertPopupErrorText": "#0d0700",
|
||||||
|
"panel": "#191919",
|
||||||
|
"panelText": "#fff9f2",
|
||||||
|
"alertNeutralPanelText": "#fff9f2",
|
||||||
|
"alertSuccessPanelText": "#fff9f2",
|
||||||
|
"alertWarningPanelText": "#fff9f2",
|
||||||
|
"alertErrorPanelText": "#fff9f2",
|
||||||
|
"fgText": "#fff9f2",
|
||||||
|
"topBar": "#83254f",
|
||||||
|
"topBarText": "#fff9f2",
|
||||||
|
"input": "#191919",
|
||||||
|
"inputTopbarText": "#fff9f2",
|
||||||
|
"inputPanelText": "#fff9f2",
|
||||||
|
"inputText": "#fff9f2",
|
||||||
|
"btn": "#191919",
|
||||||
|
"btnText": "#fff9f2",
|
||||||
|
"btnTopBarText": "#fff9f2",
|
||||||
|
"btnDisabled": "#070707",
|
||||||
|
"btnDisabledTopBarText": "#454342",
|
||||||
|
"btnPanelText": "#fff9f2",
|
||||||
|
"btnDisabledPanelText": "#454342",
|
||||||
|
"btnDisabledText": "#454342",
|
||||||
|
"btnToggled": "#4c4c4c",
|
||||||
|
"btnToggledTopBarText": "#fff9f2",
|
||||||
|
"btnToggledPanelText": "#fff9f2",
|
||||||
|
"btnToggledText": "#f5a459",
|
||||||
|
"btnPressed": "#191919",
|
||||||
|
"btnPressedTopBarText": "#fff9f2",
|
||||||
|
"btnPressedTopBar": "#191919",
|
||||||
|
"btnPressedPanelText": "#fff9f2",
|
||||||
|
"btnPressedPanel": "#191919",
|
||||||
|
"btnPressedText": "#f5a459",
|
||||||
|
"tabActiveText": "#fff9f2",
|
||||||
|
"tabText": "#fff9f2",
|
||||||
|
"tab": "#191919",
|
||||||
|
"fgLink": "#fff9f2",
|
||||||
|
"topBarLink": "#fff9f2",
|
||||||
|
"panelLink": "#fff9f2",
|
||||||
|
"panelFaint": "#fff9f2",
|
||||||
|
"icon": "#807d79",
|
||||||
|
"poll": "#666461",
|
||||||
|
"pollText": "#fff9f2",
|
||||||
|
"border": "#1f1f1f",
|
||||||
|
"postCyantext": "#db7da6",
|
||||||
|
"postGreentext": "#db7da6",
|
||||||
|
"postLink": "#fff9f2",
|
||||||
|
"lightText": "#ffffff",
|
||||||
|
"popover": "#000000",
|
||||||
|
"selectedMenuPopover": "#0d0d0d",
|
||||||
|
"highlight": "#0d0d0d",
|
||||||
|
"highlightText": "#fff9f2",
|
||||||
|
"selectedMenu": "#0d0d0d",
|
||||||
|
"selectedMenuText": "#f5a459",
|
||||||
|
"selectedMenuPopoverIcon": "#815933",
|
||||||
|
"highlightLink": "#fff9f2",
|
||||||
|
"selectedMenuLink": "#f5a459",
|
||||||
|
"selectedMenuPopoverLink": "#f5a459",
|
||||||
|
"selectedMenuPopoverText": "#f5a459",
|
||||||
|
"faintLink": "#fff9f2",
|
||||||
|
"highlightFaintLink": "#fff9f2",
|
||||||
|
"selectedMenuFaintLink": "#fff9f2",
|
||||||
|
"selectedMenuPopoverFaintLink": "#fff9f2",
|
||||||
|
"faint": "#fff9f2",
|
||||||
|
"highlightFaintText": "#fff9f2",
|
||||||
|
"selectedMenuFaintText": "#fff9f2",
|
||||||
|
"selectedMenuPopoverFaintText": "#fff9f2",
|
||||||
|
"highlightLightText": "#ffffff",
|
||||||
|
"selectedMenuLightText": "#ffffff",
|
||||||
|
"selectedMenuPopoverLightText": "#ffffff",
|
||||||
|
"selectedMenuIcon": "#815933",
|
||||||
|
"selectedPost": "#0d0d0d",
|
||||||
|
"selectedPostText": "#fff9f2",
|
||||||
|
"selectedPostIcon": "#868380",
|
||||||
|
"selectedPostLink": "#fff9f2",
|
||||||
|
"selectedPostFaintLink": "#fff9f2",
|
||||||
|
"highlightPostLink": "#fff9f2",
|
||||||
|
"selectedPostPostLink": "#fff9f2",
|
||||||
|
"selectedPostLightText": "#ffffff",
|
||||||
|
"selectedPostFaintText": "#fff9f2",
|
||||||
|
"popoverText": "#fff9f2",
|
||||||
|
"popoverIcon": "#807d79",
|
||||||
|
"popoverLink": "#fff9f2",
|
||||||
|
"postFaintLink": "#fff9f2",
|
||||||
|
"popoverPostFaintLink": "#fff9f2",
|
||||||
|
"popoverFaintLink": "#fff9f2",
|
||||||
|
"popoverFaintText": "#fff9f2",
|
||||||
|
"popoverPostLink": "#fff9f2",
|
||||||
|
"popoverLightText": "#ffffff",
|
||||||
|
"highlightIcon": "#868380",
|
||||||
|
"highlightPostFaintLink": "#fff9f2",
|
||||||
|
"profileTint": "#000000",
|
||||||
|
"profileBg": "#000000",
|
||||||
|
"wallpaper": "#191919"
|
||||||
|
},
|
||||||
|
"opacity": {
|
||||||
|
"underlay": 0.15,
|
||||||
|
"bg": 1,
|
||||||
|
"alert": 0.5,
|
||||||
|
"alertPopup": 0.95,
|
||||||
|
"panel": 1,
|
||||||
|
"input": 0.5,
|
||||||
|
"btn": 1,
|
||||||
|
"faint": 0.5,
|
||||||
|
"border": 1,
|
||||||
|
"popover": 1,
|
||||||
|
"profileTint": 0.5
|
||||||
|
},
|
||||||
|
"radii": {
|
||||||
|
"btn": "7",
|
||||||
|
"input": "5",
|
||||||
|
"checkbox": "4",
|
||||||
|
"panel": "10",
|
||||||
|
"avatar": "5",
|
||||||
|
"avatarAlt": "5",
|
||||||
|
"tooltip": "8",
|
||||||
|
"attachment": "3"
|
||||||
|
},
|
||||||
|
"fonts": {
|
||||||
|
"interface": {
|
||||||
|
"family": "sans-serif"
|
||||||
|
},
|
||||||
|
"input": {
|
||||||
|
"family": "inherit"
|
||||||
|
},
|
||||||
|
"post": {
|
||||||
|
"family": "inherit"
|
||||||
|
},
|
||||||
|
"postCode": {
|
||||||
|
"family": "monospace"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"themeEngineVersion": 3,
|
||||||
|
"fonts": {},
|
||||||
|
"shadows": {
|
||||||
|
"buttonHover": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": "5",
|
||||||
|
"spread": "1",
|
||||||
|
"color": "#e8f7e8",
|
||||||
|
"alpha": "0.3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"avatarStatus": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 8,
|
||||||
|
"spread": 0,
|
||||||
|
"inset": false,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"panel": [
|
||||||
|
{
|
||||||
|
"x": 1,
|
||||||
|
"y": 1,
|
||||||
|
"blur": "14",
|
||||||
|
"spread": "2",
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"topBar": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 4,
|
||||||
|
"spread": "2",
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 0.6
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"opacity": {},
|
||||||
|
"colors": {
|
||||||
|
"bg": "#000000",
|
||||||
|
"wallpaper": "#191919",
|
||||||
|
"fg": "#191919",
|
||||||
|
"text": "#FFF9F2",
|
||||||
|
"accent": "#FFF9F2",
|
||||||
|
"cBlue": "#83254F",
|
||||||
|
"cRed": "#83254F",
|
||||||
|
"cGreen": "#83254F",
|
||||||
|
"cOrange": "#83254F",
|
||||||
|
"selectedMenuText": "#F5A459",
|
||||||
|
"selectedMenuLink": "#F5A459",
|
||||||
|
"topBar": "#83254F",
|
||||||
|
"btnPressedText": "#F5A459",
|
||||||
|
"btnToggledText": "#F5A459",
|
||||||
|
"alertError": "#F5A459",
|
||||||
|
"alertWarning": "#F5A459",
|
||||||
|
"alertNeutral": "#F5A459",
|
||||||
|
"badgeNotification": "#F5A459",
|
||||||
|
"badgeNotificationText": "#fff9f2"
|
||||||
|
},
|
||||||
|
"radii": {
|
||||||
|
"btn": "7",
|
||||||
|
"input": "5",
|
||||||
|
"checkbox": "4",
|
||||||
|
"panel": "10",
|
||||||
|
"avatar": "5",
|
||||||
|
"avatarAlt": "5",
|
||||||
|
"tooltip": "8",
|
||||||
|
"attachment": "3"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
424
abbiekoma-dark.json
Normal file
424
abbiekoma-dark.json
Normal file
|
@ -0,0 +1,424 @@
|
||||||
|
{
|
||||||
|
"_pleroma_theme_version": 2,
|
||||||
|
"name": "Abbiekoma Dark",
|
||||||
|
"theme": {
|
||||||
|
"themeEngineVersion": 3,
|
||||||
|
"shadows": {
|
||||||
|
"panel": [
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 1,
|
||||||
|
"y": 1,
|
||||||
|
"blur": "14",
|
||||||
|
"spread": "2",
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"topBar": [
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 4,
|
||||||
|
"spread": "2",
|
||||||
|
"alpha": 0.6
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"popup": [
|
||||||
|
{
|
||||||
|
"x": 2,
|
||||||
|
"y": 2,
|
||||||
|
"blur": 3,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 0.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"avatar": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 1,
|
||||||
|
"blur": 8,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 0.7
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"avatarStatus": [
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 8,
|
||||||
|
"spread": 0,
|
||||||
|
"inset": false,
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"panelHeader": [],
|
||||||
|
"button": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 2,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"buttonHover": [
|
||||||
|
{
|
||||||
|
"color": "#e8f7e8",
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": "5",
|
||||||
|
"spread": "1",
|
||||||
|
"alpha": "0.3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#FFFFFF",
|
||||||
|
"x": 0,
|
||||||
|
"y": 1,
|
||||||
|
"blur": 0,
|
||||||
|
"spread": 0,
|
||||||
|
"alpha": 0.2,
|
||||||
|
"inset": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 0,
|
||||||
|
"y": -1,
|
||||||
|
"blur": 0,
|
||||||
|
"spread": 0,
|
||||||
|
"alpha": 0.2,
|
||||||
|
"inset": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"buttonPressed": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 4,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#e8f7e8",
|
||||||
|
"alpha": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"input": [
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 2,
|
||||||
|
"inset": true,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"colors": {
|
||||||
|
"underlay": "#000000",
|
||||||
|
"bg": "#151515",
|
||||||
|
"fg": "#1e211e",
|
||||||
|
"cRed": "#ff8072",
|
||||||
|
"cGreen": "#5dc94a",
|
||||||
|
"cOrange": "#ffc459",
|
||||||
|
"cBlue": "#81beea",
|
||||||
|
"accent": "#90c590",
|
||||||
|
"link": "#90c590",
|
||||||
|
"text": "#e8f7e8",
|
||||||
|
"badgeNotification": "#910a6b",
|
||||||
|
"badgeNotificationText": "#e8f7e8",
|
||||||
|
"alertNeutral": "#e8f7e8",
|
||||||
|
"alertNeutralText": "#081809",
|
||||||
|
"alertPopupNeutral": "#e8f7e8",
|
||||||
|
"alertPopupNeutralText": "#081809",
|
||||||
|
"alertSuccess": "#5dc94a",
|
||||||
|
"alertSuccessText": "#e8f7e8",
|
||||||
|
"alertPopupSuccess": "#5dc94a",
|
||||||
|
"alertPopupSuccessText": "#081809",
|
||||||
|
"alertWarning": "#965403",
|
||||||
|
"alertWarningText": "#e8f7e8",
|
||||||
|
"alertPopupWarning": "#965403",
|
||||||
|
"alertPopupWarningText": "#e8f7e8",
|
||||||
|
"alertError": "#e01b24",
|
||||||
|
"alertErrorText": "#e8f7e8",
|
||||||
|
"alertPopupError": "#e01b24",
|
||||||
|
"alertPopupErrorText": "#e8f7e8",
|
||||||
|
"panel": "#1e211e",
|
||||||
|
"panelText": "#e8f7e8",
|
||||||
|
"alertNeutralPanelText": "#081809",
|
||||||
|
"alertSuccessPanelText": "#e8f7e8",
|
||||||
|
"alertWarningPanelText": "#e8f7e8",
|
||||||
|
"alertErrorPanelText": "#e8f7e8",
|
||||||
|
"fgText": "#e8f7e8",
|
||||||
|
"topBar": "#1e211e",
|
||||||
|
"topBarText": "#e8f7e8",
|
||||||
|
"input": "#1e211e",
|
||||||
|
"inputTopbarText": "#e8f7e8",
|
||||||
|
"inputPanelText": "#e8f7e8",
|
||||||
|
"inputText": "#e8f7e8",
|
||||||
|
"btn": "#1e211e",
|
||||||
|
"btnText": "#e8f7e8",
|
||||||
|
"btnTopBarText": "#e8f7e8",
|
||||||
|
"btnDisabled": "#181818",
|
||||||
|
"btnDisabledTopBarText": "#4c504c",
|
||||||
|
"btnPanelText": "#e8f7e8",
|
||||||
|
"btnDisabledPanelText": "#4c504c",
|
||||||
|
"btnDisabledText": "#4c504c",
|
||||||
|
"btnToggled": "#4f574f",
|
||||||
|
"btnToggledTopBarText": "#e8f7e8",
|
||||||
|
"btnToggledPanelText": "#e8f7e8",
|
||||||
|
"btnToggledText": "#e8f7e8",
|
||||||
|
"btnPressed": "#1e211e",
|
||||||
|
"btnPressedTopBarText": "#e8f7e8",
|
||||||
|
"btnPressedTopBar": "#1e211e",
|
||||||
|
"btnPressedPanelText": "#e8f7e8",
|
||||||
|
"btnPressedPanel": "#1e211e",
|
||||||
|
"btnPressedText": "#e8f7e8",
|
||||||
|
"tabActiveText": "#e8f7e8",
|
||||||
|
"tabText": "#e8f7e8",
|
||||||
|
"tab": "#1e211e",
|
||||||
|
"fgLink": "#90c590",
|
||||||
|
"topBarLink": "#90c590",
|
||||||
|
"panelLink": "#90c590",
|
||||||
|
"panelFaint": "#e8f7e8",
|
||||||
|
"icon": "#7f867f",
|
||||||
|
"poll": "#475c47",
|
||||||
|
"pollText": "#e8f7e8",
|
||||||
|
"border": "#232723",
|
||||||
|
"postCyantext": "#81beea",
|
||||||
|
"postGreentext": "#5dc94a",
|
||||||
|
"postLink": "#90c590",
|
||||||
|
"lightText": "#ffffff",
|
||||||
|
"popover": "#151515",
|
||||||
|
"selectedMenuPopover": "#222222",
|
||||||
|
"highlight": "#222222",
|
||||||
|
"highlightText": "#e8f7e8",
|
||||||
|
"selectedMenu": "#222222",
|
||||||
|
"selectedMenuText": "#e8f7e8",
|
||||||
|
"selectedMenuPopoverIcon": "#858d85",
|
||||||
|
"highlightLink": "#90c590",
|
||||||
|
"selectedMenuLink": "#90c590",
|
||||||
|
"selectedMenuPopoverLink": "#90c590",
|
||||||
|
"selectedMenuPopoverText": "#e8f7e8",
|
||||||
|
"faintLink": "#90c590",
|
||||||
|
"highlightFaintLink": "#90c590",
|
||||||
|
"selectedMenuFaintLink": "#90c590",
|
||||||
|
"selectedMenuPopoverFaintLink": "#90c590",
|
||||||
|
"faint": "#e8f7e8",
|
||||||
|
"highlightFaintText": "#e8f7e8",
|
||||||
|
"selectedMenuFaintText": "#e8f7e8",
|
||||||
|
"selectedMenuPopoverFaintText": "#e8f7e8",
|
||||||
|
"highlightLightText": "#ffffff",
|
||||||
|
"selectedMenuLightText": "#ffffff",
|
||||||
|
"selectedMenuPopoverLightText": "#ffffff",
|
||||||
|
"selectedMenuIcon": "#858d85",
|
||||||
|
"selectedPost": "#222222",
|
||||||
|
"selectedPostText": "#e8f7e8",
|
||||||
|
"selectedPostIcon": "#858d85",
|
||||||
|
"selectedPostLink": "#90c590",
|
||||||
|
"selectedPostFaintLink": "#90c590",
|
||||||
|
"highlightPostLink": "#90c590",
|
||||||
|
"selectedPostPostLink": "#90c590",
|
||||||
|
"selectedPostLightText": "#ffffff",
|
||||||
|
"selectedPostFaintText": "#e8f7e8",
|
||||||
|
"popoverText": "#e8f7e8",
|
||||||
|
"popoverIcon": "#7f867f",
|
||||||
|
"popoverLink": "#90c590",
|
||||||
|
"postFaintLink": "#90c590",
|
||||||
|
"popoverPostFaintLink": "#90c590",
|
||||||
|
"popoverFaintLink": "#90c590",
|
||||||
|
"popoverFaintText": "#e8f7e8",
|
||||||
|
"popoverPostLink": "#90c590",
|
||||||
|
"popoverLightText": "#ffffff",
|
||||||
|
"highlightIcon": "#858d85",
|
||||||
|
"highlightPostFaintLink": "#90c590",
|
||||||
|
"profileTint": "#151515",
|
||||||
|
"profileBg": "#0b0b0c",
|
||||||
|
"wallpaper": "#101010"
|
||||||
|
},
|
||||||
|
"opacity": {
|
||||||
|
"underlay": 0.15,
|
||||||
|
"bg": 1,
|
||||||
|
"alert": 0.5,
|
||||||
|
"alertPopup": 0.95,
|
||||||
|
"panel": 1,
|
||||||
|
"input": 0.5,
|
||||||
|
"btn": 1,
|
||||||
|
"faint": 0.5,
|
||||||
|
"border": 1,
|
||||||
|
"popover": 1,
|
||||||
|
"profileTint": 0.5
|
||||||
|
},
|
||||||
|
"radii": {
|
||||||
|
"btn": "7",
|
||||||
|
"input": "5",
|
||||||
|
"checkbox": "4",
|
||||||
|
"panel": "10",
|
||||||
|
"avatar": "5",
|
||||||
|
"avatarAlt": "5",
|
||||||
|
"tooltip": "8",
|
||||||
|
"attachment": "3"
|
||||||
|
},
|
||||||
|
"fonts": {
|
||||||
|
"interface": {
|
||||||
|
"family": "sans-serif"
|
||||||
|
},
|
||||||
|
"input": {
|
||||||
|
"family": "inherit"
|
||||||
|
},
|
||||||
|
"post": {
|
||||||
|
"family": "inherit"
|
||||||
|
},
|
||||||
|
"postCode": {
|
||||||
|
"family": "monospace"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"themeEngineVersion": 3,
|
||||||
|
"fonts": {},
|
||||||
|
"shadows": {
|
||||||
|
"buttonHover": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": "5",
|
||||||
|
"spread": "1",
|
||||||
|
"color": "#e8f7e8",
|
||||||
|
"alpha": "0.3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"avatarStatus": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 8,
|
||||||
|
"spread": 0,
|
||||||
|
"inset": false,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"panel": [
|
||||||
|
{
|
||||||
|
"x": 1,
|
||||||
|
"y": 1,
|
||||||
|
"blur": "14",
|
||||||
|
"spread": "2",
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"topBar": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 4,
|
||||||
|
"spread": "2",
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 0.6
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"opacity": {},
|
||||||
|
"colors": {
|
||||||
|
"bg": "#151515",
|
||||||
|
"fg": "#1e211e",
|
||||||
|
"text": "#e8f7e8",
|
||||||
|
"accent": "#90c590",
|
||||||
|
"cBlue": "#81beea",
|
||||||
|
"cRed": "#ff8072",
|
||||||
|
"cGreen": "#5dc94a",
|
||||||
|
"cOrange": "#ffc459",
|
||||||
|
"alertError": "#e01b24",
|
||||||
|
"alertWarning": "#965403",
|
||||||
|
"alertWarningText": "#e8f7e8",
|
||||||
|
"badgeNotification": "#910a6b",
|
||||||
|
"badgeNotificationText": "#e8f7e8"
|
||||||
|
},
|
||||||
|
"radii": {
|
||||||
|
"btn": "7",
|
||||||
|
"input": "5",
|
||||||
|
"checkbox": "4",
|
||||||
|
"panel": "10",
|
||||||
|
"avatar": "5",
|
||||||
|
"avatarAlt": "5",
|
||||||
|
"tooltip": "8",
|
||||||
|
"attachment": "3"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
421
abbiekoma-light.json
Normal file
421
abbiekoma-light.json
Normal file
|
@ -0,0 +1,421 @@
|
||||||
|
{
|
||||||
|
"_pleroma_theme_version": 2,
|
||||||
|
"name": "Abbiekoma Light",
|
||||||
|
"theme": {
|
||||||
|
"themeEngineVersion": 3,
|
||||||
|
"shadows": {
|
||||||
|
"panel": [
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 1,
|
||||||
|
"y": 1,
|
||||||
|
"blur": "14",
|
||||||
|
"spread": "2",
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"topBar": [
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 4,
|
||||||
|
"spread": "2",
|
||||||
|
"alpha": 0.6
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"popup": [
|
||||||
|
{
|
||||||
|
"x": 2,
|
||||||
|
"y": 2,
|
||||||
|
"blur": 3,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 0.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"avatar": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 1,
|
||||||
|
"blur": 8,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 0.7
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"avatarStatus": [
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 8,
|
||||||
|
"spread": 0,
|
||||||
|
"inset": false,
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"panelHeader": [],
|
||||||
|
"button": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 2,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"buttonHover": [
|
||||||
|
{
|
||||||
|
"color": "#e8f7e8",
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": "5",
|
||||||
|
"spread": "1",
|
||||||
|
"alpha": "0.3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#FFFFFF",
|
||||||
|
"x": 0,
|
||||||
|
"y": 1,
|
||||||
|
"blur": 0,
|
||||||
|
"spread": 0,
|
||||||
|
"alpha": 0.2,
|
||||||
|
"inset": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 0,
|
||||||
|
"y": -1,
|
||||||
|
"blur": 0,
|
||||||
|
"spread": 0,
|
||||||
|
"alpha": 0.2,
|
||||||
|
"inset": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"buttonPressed": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 4,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#080809",
|
||||||
|
"alpha": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"input": [
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 2,
|
||||||
|
"inset": true,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"colors": {
|
||||||
|
"underlay": "#000000",
|
||||||
|
"bg": "#bababa",
|
||||||
|
"fg": "#c4c4c4",
|
||||||
|
"cRed": "#401212",
|
||||||
|
"cGreen": "#0a2900",
|
||||||
|
"cOrange": "#2b170d",
|
||||||
|
"cBlue": "#19042b",
|
||||||
|
"accent": "#202020",
|
||||||
|
"link": "#202020",
|
||||||
|
"text": "#080809",
|
||||||
|
"badgeNotification": "#9a0340",
|
||||||
|
"badgeNotificationText": "#e8f7e8",
|
||||||
|
"alertNeutral": "#080809",
|
||||||
|
"alertNeutralText": "#f7f7f7",
|
||||||
|
"alertPopupNeutral": "#080809",
|
||||||
|
"alertPopupNeutralText": "#f7f7f7",
|
||||||
|
"alertSuccess": "#0a2900",
|
||||||
|
"alertSuccessText": "#f7f7f7",
|
||||||
|
"alertPopupSuccess": "#0a2900",
|
||||||
|
"alertPopupSuccessText": "#f7f7f7",
|
||||||
|
"alertWarning": "#2b170d",
|
||||||
|
"alertWarningText": "#f7f7f7",
|
||||||
|
"alertPopupWarning": "#2b170d",
|
||||||
|
"alertPopupWarningText": "#f7f7f7",
|
||||||
|
"alertError": "#401212",
|
||||||
|
"alertErrorText": "#f7f7f7",
|
||||||
|
"alertPopupError": "#401212",
|
||||||
|
"alertPopupErrorText": "#f7f7f7",
|
||||||
|
"panel": "#c4c4c4",
|
||||||
|
"panelText": "#080809",
|
||||||
|
"alertNeutralPanelText": "#f7f7f7",
|
||||||
|
"alertSuccessPanelText": "#ffffff",
|
||||||
|
"alertWarningPanelText": "#f7f7f7",
|
||||||
|
"alertErrorPanelText": "#f7f7f7",
|
||||||
|
"fgText": "#080809",
|
||||||
|
"topBar": "#c4c4c4",
|
||||||
|
"topBarText": "#080809",
|
||||||
|
"input": "#c4c4c4",
|
||||||
|
"inputTopbarText": "#080809",
|
||||||
|
"inputPanelText": "#080809",
|
||||||
|
"inputText": "#080809",
|
||||||
|
"btn": "#c4c4c4",
|
||||||
|
"btnText": "#080809",
|
||||||
|
"btnTopBarText": "#080809",
|
||||||
|
"btnDisabled": "#bdbdbd",
|
||||||
|
"btnDisabledTopBarText": "#909090",
|
||||||
|
"btnPanelText": "#080809",
|
||||||
|
"btnDisabledPanelText": "#909090",
|
||||||
|
"btnDisabledText": "#909090",
|
||||||
|
"btnToggled": "#929292",
|
||||||
|
"btnToggledTopBarText": "#080809",
|
||||||
|
"btnToggledPanelText": "#080809",
|
||||||
|
"btnToggledText": "#080809",
|
||||||
|
"btnPressed": "#c4c4c4",
|
||||||
|
"btnPressedTopBarText": "#080809",
|
||||||
|
"btnPressedTopBar": "#c4c4c4",
|
||||||
|
"btnPressedPanelText": "#080809",
|
||||||
|
"btnPressedPanel": "#c4c4c4",
|
||||||
|
"btnPressedText": "#080809",
|
||||||
|
"tabActiveText": "#080809",
|
||||||
|
"tabText": "#080809",
|
||||||
|
"tab": "#c4c4c4",
|
||||||
|
"fgLink": "#202020",
|
||||||
|
"topBarLink": "#202020",
|
||||||
|
"panelLink": "#202020",
|
||||||
|
"panelFaint": "#080809",
|
||||||
|
"icon": "#616162",
|
||||||
|
"poll": "#7d7d7d",
|
||||||
|
"pollText": "#080809",
|
||||||
|
"border": "#cacaca",
|
||||||
|
"postCyantext": "#19042b",
|
||||||
|
"postGreentext": "#0a2900",
|
||||||
|
"postLink": "#202020",
|
||||||
|
"lightText": "#38383f",
|
||||||
|
"popover": "#bababa",
|
||||||
|
"selectedMenuPopover": "#c7c7c7",
|
||||||
|
"highlight": "#c7c7c7",
|
||||||
|
"highlightText": "#080809",
|
||||||
|
"selectedMenu": "#c7c7c7",
|
||||||
|
"selectedMenuText": "#080809",
|
||||||
|
"selectedMenuPopoverIcon": "#686868",
|
||||||
|
"highlightLink": "#202020",
|
||||||
|
"selectedMenuLink": "#202020",
|
||||||
|
"selectedMenuPopoverLink": "#202020",
|
||||||
|
"selectedMenuPopoverText": "#080809",
|
||||||
|
"faintLink": "#202020",
|
||||||
|
"highlightFaintLink": "#202020",
|
||||||
|
"selectedMenuFaintLink": "#202020",
|
||||||
|
"selectedMenuPopoverFaintLink": "#202020",
|
||||||
|
"faint": "#080809",
|
||||||
|
"highlightFaintText": "#080809",
|
||||||
|
"selectedMenuFaintText": "#080809",
|
||||||
|
"selectedMenuPopoverFaintText": "#080809",
|
||||||
|
"highlightLightText": "#38383f",
|
||||||
|
"selectedMenuLightText": "#38383f",
|
||||||
|
"selectedMenuPopoverLightText": "#38383f",
|
||||||
|
"selectedMenuIcon": "#686868",
|
||||||
|
"selectedPost": "#c7c7c7",
|
||||||
|
"selectedPostText": "#080809",
|
||||||
|
"selectedPostIcon": "#686868",
|
||||||
|
"selectedPostLink": "#202020",
|
||||||
|
"selectedPostFaintLink": "#202020",
|
||||||
|
"highlightPostLink": "#202020",
|
||||||
|
"selectedPostPostLink": "#202020",
|
||||||
|
"selectedPostLightText": "#38383f",
|
||||||
|
"selectedPostFaintText": "#080809",
|
||||||
|
"popoverText": "#080809",
|
||||||
|
"popoverIcon": "#616162",
|
||||||
|
"popoverLink": "#202020",
|
||||||
|
"postFaintLink": "#202020",
|
||||||
|
"popoverPostFaintLink": "#202020",
|
||||||
|
"popoverFaintLink": "#202020",
|
||||||
|
"popoverFaintText": "#080809",
|
||||||
|
"popoverPostLink": "#202020",
|
||||||
|
"popoverLightText": "#38383f",
|
||||||
|
"highlightIcon": "#686868",
|
||||||
|
"highlightPostFaintLink": "#202020",
|
||||||
|
"profileTint": "#bababa",
|
||||||
|
"profileBg": "#62686d",
|
||||||
|
"wallpaper": "#b5b5b5"
|
||||||
|
},
|
||||||
|
"opacity": {
|
||||||
|
"underlay": 0.15,
|
||||||
|
"bg": 1,
|
||||||
|
"alert": 0.5,
|
||||||
|
"alertPopup": 0.95,
|
||||||
|
"panel": 1,
|
||||||
|
"input": 0.5,
|
||||||
|
"btn": 1,
|
||||||
|
"faint": 0.5,
|
||||||
|
"border": 1,
|
||||||
|
"popover": 1,
|
||||||
|
"profileTint": 0.5
|
||||||
|
},
|
||||||
|
"radii": {
|
||||||
|
"btn": "7",
|
||||||
|
"input": "5",
|
||||||
|
"checkbox": "4",
|
||||||
|
"panel": "10",
|
||||||
|
"avatar": "5",
|
||||||
|
"avatarAlt": "5",
|
||||||
|
"tooltip": "8",
|
||||||
|
"attachment": "3"
|
||||||
|
},
|
||||||
|
"fonts": {
|
||||||
|
"interface": {
|
||||||
|
"family": "sans-serif"
|
||||||
|
},
|
||||||
|
"input": {
|
||||||
|
"family": "inherit"
|
||||||
|
},
|
||||||
|
"post": {
|
||||||
|
"family": "inherit"
|
||||||
|
},
|
||||||
|
"postCode": {
|
||||||
|
"family": "monospace"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"themeEngineVersion": 3,
|
||||||
|
"fonts": {},
|
||||||
|
"shadows": {
|
||||||
|
"buttonHover": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": "5",
|
||||||
|
"spread": "1",
|
||||||
|
"color": "#e8f7e8",
|
||||||
|
"alpha": "0.3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"avatarStatus": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 8,
|
||||||
|
"spread": 0,
|
||||||
|
"inset": false,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"panel": [
|
||||||
|
{
|
||||||
|
"x": 1,
|
||||||
|
"y": 1,
|
||||||
|
"blur": "14",
|
||||||
|
"spread": "2",
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"topBar": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 4,
|
||||||
|
"spread": "2",
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 0.6
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"opacity": {},
|
||||||
|
"colors": {
|
||||||
|
"bg": "#bababa",
|
||||||
|
"fg": "#c4c4c4",
|
||||||
|
"text": "#080809",
|
||||||
|
"accent": "#202020",
|
||||||
|
"cBlue": "#19042b",
|
||||||
|
"cRed": "#401212",
|
||||||
|
"cGreen": "#0a2900",
|
||||||
|
"cOrange": "#2b170d",
|
||||||
|
"badgeNotification": "#9a0340",
|
||||||
|
"badgeNotificationText": "#e8f7e8"
|
||||||
|
},
|
||||||
|
"radii": {
|
||||||
|
"btn": "7",
|
||||||
|
"input": "5",
|
||||||
|
"checkbox": "4",
|
||||||
|
"panel": "10",
|
||||||
|
"avatar": "5",
|
||||||
|
"avatarAlt": "5",
|
||||||
|
"tooltip": "8",
|
||||||
|
"attachment": "3"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
419
abbiekoma-tundra.json
Normal file
419
abbiekoma-tundra.json
Normal file
|
@ -0,0 +1,419 @@
|
||||||
|
{
|
||||||
|
"_pleroma_theme_version": 2,
|
||||||
|
"name": "Abbiekoma Tundra",
|
||||||
|
"theme": {
|
||||||
|
"themeEngineVersion": 3,
|
||||||
|
"shadows": {
|
||||||
|
"panel": [
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 1,
|
||||||
|
"y": 1,
|
||||||
|
"blur": "14",
|
||||||
|
"spread": "2",
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"topBar": [
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 4,
|
||||||
|
"spread": "2",
|
||||||
|
"alpha": 0.6
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"popup": [
|
||||||
|
{
|
||||||
|
"x": 2,
|
||||||
|
"y": 2,
|
||||||
|
"blur": 3,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 0.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"avatar": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 1,
|
||||||
|
"blur": 8,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 0.7
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"avatarStatus": [
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 8,
|
||||||
|
"spread": 0,
|
||||||
|
"inset": false,
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"panelHeader": [],
|
||||||
|
"button": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 2,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"buttonHover": [
|
||||||
|
{
|
||||||
|
"color": "#e8f7e8",
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": "5",
|
||||||
|
"spread": "1",
|
||||||
|
"alpha": "0.3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#FFFFFF",
|
||||||
|
"x": 0,
|
||||||
|
"y": 1,
|
||||||
|
"blur": 0,
|
||||||
|
"spread": 0,
|
||||||
|
"alpha": 0.2,
|
||||||
|
"inset": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#000000",
|
||||||
|
"x": 0,
|
||||||
|
"y": -1,
|
||||||
|
"blur": 0,
|
||||||
|
"spread": 0,
|
||||||
|
"alpha": 0.2,
|
||||||
|
"inset": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"buttonPressed": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 4,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#020202",
|
||||||
|
"alpha": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"input": [
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 2,
|
||||||
|
"inset": true,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"colors": {
|
||||||
|
"underlay": "#000000",
|
||||||
|
"bg": "#f0f0f0",
|
||||||
|
"fg": "#e4e4e4",
|
||||||
|
"cRed": "#020202",
|
||||||
|
"cGreen": "#020202",
|
||||||
|
"cOrange": "#020202",
|
||||||
|
"cBlue": "#020202",
|
||||||
|
"accent": "#444444",
|
||||||
|
"link": "#444444",
|
||||||
|
"text": "#020202",
|
||||||
|
"badgeNotification": "#020202",
|
||||||
|
"badgeNotificationText": "#ffffff",
|
||||||
|
"alertNeutral": "#020202",
|
||||||
|
"alertNeutralText": "#020202",
|
||||||
|
"alertPopupNeutral": "#020202",
|
||||||
|
"alertPopupNeutralText": "#fdfdfd",
|
||||||
|
"alertSuccess": "#020202",
|
||||||
|
"alertSuccessText": "#020202",
|
||||||
|
"alertPopupSuccess": "#020202",
|
||||||
|
"alertPopupSuccessText": "#fdfdfd",
|
||||||
|
"alertWarning": "#020202",
|
||||||
|
"alertWarningText": "#020202",
|
||||||
|
"alertPopupWarning": "#020202",
|
||||||
|
"alertPopupWarningText": "#fdfdfd",
|
||||||
|
"alertError": "#020202",
|
||||||
|
"alertErrorText": "#020202",
|
||||||
|
"alertPopupError": "#020202",
|
||||||
|
"alertPopupErrorText": "#fdfdfd",
|
||||||
|
"panel": "#e4e4e4",
|
||||||
|
"panelText": "#020202",
|
||||||
|
"alertNeutralPanelText": "#fdfdfd",
|
||||||
|
"alertSuccessPanelText": "#fdfdfd",
|
||||||
|
"alertWarningPanelText": "#fdfdfd",
|
||||||
|
"alertErrorPanelText": "#fdfdfd",
|
||||||
|
"fgText": "#020202",
|
||||||
|
"topBar": "#e4e4e4",
|
||||||
|
"topBarText": "#020202",
|
||||||
|
"input": "#e4e4e4",
|
||||||
|
"inputTopbarText": "#020202",
|
||||||
|
"inputPanelText": "#020202",
|
||||||
|
"inputText": "#020202",
|
||||||
|
"btn": "#e4e4e4",
|
||||||
|
"btnText": "#020202",
|
||||||
|
"btnTopBarText": "#020202",
|
||||||
|
"btnDisabled": "#ededed",
|
||||||
|
"btnDisabledTopBarText": "#b3b3b3",
|
||||||
|
"btnPanelText": "#020202",
|
||||||
|
"btnDisabledPanelText": "#b3b3b3",
|
||||||
|
"btnDisabledText": "#b3b3b3",
|
||||||
|
"btnToggled": "#b2b2b2",
|
||||||
|
"btnToggledTopBarText": "#020202",
|
||||||
|
"btnToggledPanelText": "#020202",
|
||||||
|
"btnToggledText": "#020202",
|
||||||
|
"btnPressed": "#e4e4e4",
|
||||||
|
"btnPressedTopBarText": "#020202",
|
||||||
|
"btnPressedTopBar": "#e4e4e4",
|
||||||
|
"btnPressedPanelText": "#020202",
|
||||||
|
"btnPressedPanel": "#e4e4e4",
|
||||||
|
"btnPressedText": "#020202",
|
||||||
|
"tabActiveText": "#020202",
|
||||||
|
"tabText": "#020202",
|
||||||
|
"tab": "#e4e4e4",
|
||||||
|
"fgLink": "#444444",
|
||||||
|
"topBarLink": "#444444",
|
||||||
|
"panelLink": "#444444",
|
||||||
|
"panelFaint": "#020202",
|
||||||
|
"icon": "#797979",
|
||||||
|
"poll": "#acacac",
|
||||||
|
"pollText": "#020202",
|
||||||
|
"border": "#dfdfdf",
|
||||||
|
"postCyantext": "#020202",
|
||||||
|
"postGreentext": "#020202",
|
||||||
|
"postLink": "#444444",
|
||||||
|
"lightText": "#000000",
|
||||||
|
"popover": "#f0f0f0",
|
||||||
|
"selectedMenuPopover": "#e4e4e4",
|
||||||
|
"highlight": "#e4e4e4",
|
||||||
|
"highlightText": "#020202",
|
||||||
|
"selectedMenu": "#e4e4e4",
|
||||||
|
"selectedMenuText": "#020202",
|
||||||
|
"selectedMenuPopoverIcon": "#737373",
|
||||||
|
"highlightLink": "#444444",
|
||||||
|
"selectedMenuLink": "#444444",
|
||||||
|
"selectedMenuPopoverLink": "#444444",
|
||||||
|
"selectedMenuPopoverText": "#020202",
|
||||||
|
"faintLink": "#444444",
|
||||||
|
"highlightFaintLink": "#444444",
|
||||||
|
"selectedMenuFaintLink": "#444444",
|
||||||
|
"selectedMenuPopoverFaintLink": "#444444",
|
||||||
|
"faint": "#020202",
|
||||||
|
"highlightFaintText": "#020202",
|
||||||
|
"selectedMenuFaintText": "#020202",
|
||||||
|
"selectedMenuPopoverFaintText": "#020202",
|
||||||
|
"highlightLightText": "#000000",
|
||||||
|
"selectedMenuLightText": "#000000",
|
||||||
|
"selectedMenuPopoverLightText": "#000000",
|
||||||
|
"selectedMenuIcon": "#737373",
|
||||||
|
"selectedPost": "#e4e4e4",
|
||||||
|
"selectedPostText": "#020202",
|
||||||
|
"selectedPostIcon": "#737373",
|
||||||
|
"selectedPostLink": "#444444",
|
||||||
|
"selectedPostFaintLink": "#444444",
|
||||||
|
"highlightPostLink": "#444444",
|
||||||
|
"selectedPostPostLink": "#444444",
|
||||||
|
"selectedPostLightText": "#000000",
|
||||||
|
"selectedPostFaintText": "#020202",
|
||||||
|
"popoverText": "#020202",
|
||||||
|
"popoverIcon": "#797979",
|
||||||
|
"popoverLink": "#444444",
|
||||||
|
"postFaintLink": "#444444",
|
||||||
|
"popoverPostFaintLink": "#444444",
|
||||||
|
"popoverFaintLink": "#444444",
|
||||||
|
"popoverFaintText": "#020202",
|
||||||
|
"popoverPostLink": "#444444",
|
||||||
|
"popoverLightText": "#000000",
|
||||||
|
"highlightIcon": "#737373",
|
||||||
|
"highlightPostFaintLink": "#444444",
|
||||||
|
"profileTint": "#f0f0f0",
|
||||||
|
"profileBg": "#7f868d",
|
||||||
|
"wallpaper": "#f6f6f6"
|
||||||
|
},
|
||||||
|
"opacity": {
|
||||||
|
"underlay": 0.15,
|
||||||
|
"bg": 1,
|
||||||
|
"alert": 0.5,
|
||||||
|
"alertPopup": 0.95,
|
||||||
|
"panel": 1,
|
||||||
|
"input": 0.5,
|
||||||
|
"btn": 1,
|
||||||
|
"faint": 0.5,
|
||||||
|
"border": 1,
|
||||||
|
"popover": 1,
|
||||||
|
"profileTint": 0.5
|
||||||
|
},
|
||||||
|
"radii": {
|
||||||
|
"btn": "7",
|
||||||
|
"input": "5",
|
||||||
|
"checkbox": "4",
|
||||||
|
"panel": "10",
|
||||||
|
"avatar": "5",
|
||||||
|
"avatarAlt": "5",
|
||||||
|
"tooltip": "8",
|
||||||
|
"attachment": "3"
|
||||||
|
},
|
||||||
|
"fonts": {
|
||||||
|
"interface": {
|
||||||
|
"family": "sans-serif"
|
||||||
|
},
|
||||||
|
"input": {
|
||||||
|
"family": "inherit"
|
||||||
|
},
|
||||||
|
"post": {
|
||||||
|
"family": "inherit"
|
||||||
|
},
|
||||||
|
"postCode": {
|
||||||
|
"family": "monospace"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"themeEngineVersion": 3,
|
||||||
|
"fonts": {},
|
||||||
|
"shadows": {
|
||||||
|
"buttonHover": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": "5",
|
||||||
|
"spread": "1",
|
||||||
|
"color": "#e8f7e8",
|
||||||
|
"alpha": "0.3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"avatarStatus": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 8,
|
||||||
|
"spread": 0,
|
||||||
|
"inset": false,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"panel": [
|
||||||
|
{
|
||||||
|
"x": 1,
|
||||||
|
"y": 1,
|
||||||
|
"blur": "14",
|
||||||
|
"spread": "2",
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"topBar": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"blur": 4,
|
||||||
|
"spread": "2",
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 0.6
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"opacity": {},
|
||||||
|
"colors": {
|
||||||
|
"bg": "#f0f0f0",
|
||||||
|
"fg": "#e4e4e4",
|
||||||
|
"text": "#020202",
|
||||||
|
"accent": "#444444",
|
||||||
|
"cBlue": "#020202",
|
||||||
|
"cRed": "#020202",
|
||||||
|
"cGreen": "#020202",
|
||||||
|
"cOrange": "#020202"
|
||||||
|
},
|
||||||
|
"radii": {
|
||||||
|
"btn": "7",
|
||||||
|
"input": "5",
|
||||||
|
"checkbox": "4",
|
||||||
|
"panel": "10",
|
||||||
|
"avatar": "5",
|
||||||
|
"avatarAlt": "5",
|
||||||
|
"tooltip": "8",
|
||||||
|
"attachment": "3"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue