mirror of
http://vcs.subcon.town/fristi/pleroma-themes.git
synced 2025-01-08 06:11:03 +00:00
Updated Autumn Bunnies Series themes for the latest pleroma releases. Modified colors a bit for better contrast.
This commit is contained in:
parent
924120ac06
commit
1fee8642a5
|
@ -6,7 +6,7 @@
|
||||||
"shadows": {
|
"shadows": {
|
||||||
"panel": [
|
"panel": [
|
||||||
{
|
{
|
||||||
"x": "2",
|
"x": "0",
|
||||||
"y": "4",
|
"y": "4",
|
||||||
"blur": 0,
|
"blur": 0,
|
||||||
"spread": 0,
|
"spread": 0,
|
||||||
|
@ -35,32 +35,13 @@
|
||||||
"alpha": 0.5
|
"alpha": 0.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"avatar": [
|
"avatar": [],
|
||||||
{
|
"avatarStatus": [],
|
||||||
"x": "0",
|
|
||||||
"y": "0",
|
|
||||||
"blur": "6",
|
|
||||||
"spread": "0",
|
|
||||||
"color": "#ffffff",
|
|
||||||
"alpha": "1"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"avatarStatus": [
|
|
||||||
{
|
|
||||||
"x": "0",
|
|
||||||
"y": "0",
|
|
||||||
"blur": "6",
|
|
||||||
"spread": "0",
|
|
||||||
"inset": false,
|
|
||||||
"color": "#ffffff",
|
|
||||||
"alpha": "1"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"panelHeader": [],
|
"panelHeader": [],
|
||||||
"button": [
|
"button": [
|
||||||
{
|
{
|
||||||
"x": "2",
|
"x": "0",
|
||||||
"y": "4",
|
"y": "2",
|
||||||
"blur": "0",
|
"blur": "0",
|
||||||
"spread": "0",
|
"spread": "0",
|
||||||
"inset": false,
|
"inset": false,
|
||||||
|
@ -70,8 +51,8 @@
|
||||||
],
|
],
|
||||||
"buttonHover": [
|
"buttonHover": [
|
||||||
{
|
{
|
||||||
"x": "2",
|
"x": "0",
|
||||||
"y": "4",
|
"y": "2",
|
||||||
"blur": 0,
|
"blur": 0,
|
||||||
"spread": 0,
|
"spread": 0,
|
||||||
"inset": false,
|
"inset": false,
|
||||||
|
@ -79,9 +60,9 @@
|
||||||
"alpha": 1
|
"alpha": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": "2",
|
"x": "0",
|
||||||
"y": "3",
|
"y": "2",
|
||||||
"blur": "3",
|
"blur": "1",
|
||||||
"spread": 0,
|
"spread": 0,
|
||||||
"inset": false,
|
"inset": false,
|
||||||
"color": "#692600",
|
"color": "#692600",
|
||||||
|
@ -90,7 +71,7 @@
|
||||||
],
|
],
|
||||||
"buttonPressed": [
|
"buttonPressed": [
|
||||||
{
|
{
|
||||||
"x": "2",
|
"x": "0",
|
||||||
"y": "4",
|
"y": "4",
|
||||||
"blur": 0,
|
"blur": 0,
|
||||||
"spread": 0,
|
"spread": 0,
|
||||||
|
@ -113,111 +94,111 @@
|
||||||
},
|
},
|
||||||
"colors": {
|
"colors": {
|
||||||
"underlay": "#000000",
|
"underlay": "#000000",
|
||||||
"bg": "#fdc288",
|
"bg": "#ffd1a3",
|
||||||
"fg": "#d33716",
|
"fg": "#d33e16",
|
||||||
"cRed": "#cb0200",
|
"cRed": "#cb0200",
|
||||||
"cOrange": "#e89c00",
|
"cOrange": "#e89c00",
|
||||||
"cGreen": "#00ae00",
|
"cGreen": "#00ae00",
|
||||||
"cBlue": "#00b5c4",
|
"cBlue": "#00b5c4",
|
||||||
"accent": "#b44000",
|
"accent": "#d33e16",
|
||||||
"link": "#b44000",
|
"link": "#d33e16",
|
||||||
"text": "#222222",
|
"text": "#3a2222",
|
||||||
"badgeNotification": "#900000",
|
"badgeNotification": "#cb0200",
|
||||||
"badgeNotificationText": "#ffffff",
|
"badgeNotificationText": "#ffffff",
|
||||||
"panel": "#d33716",
|
"panel": "#d33e16",
|
||||||
"panelText": "#ffffff",
|
"panelText": "#ffffff",
|
||||||
"alertNeutral": "#222222",
|
"alertNeutral": "#3a2222",
|
||||||
"alertNeutralPanelText": "#ffffff",
|
"alertNeutralPanelText": "#ffffff",
|
||||||
"alertNeutralText": "#ffffff",
|
"alertNeutralText": "#ffffff",
|
||||||
"alertWarning": "#e89c00",
|
"alertWarning": "#e89c00",
|
||||||
"alertWarningPanelText": "#000000",
|
"alertWarningPanelText": "#000000",
|
||||||
"alertWarningText": "#222222",
|
"alertWarningText": "#3a2222",
|
||||||
"alertError": "#570000",
|
"alertError": "#cb0200",
|
||||||
"alertErrorPanelText": "#ffffff",
|
"alertErrorPanelText": "#ffffff",
|
||||||
"alertErrorText": "#ffffff",
|
"alertErrorText": "#ffffff",
|
||||||
"fgText": "#ffede3",
|
"fgText": "#ffffff",
|
||||||
"topBar": "#d33716",
|
"topBar": "#d33e16",
|
||||||
"topBarText": "#ffdbb9",
|
"topBarText": "#ffffff",
|
||||||
"input": "#ffffff",
|
"input": "#ffffff",
|
||||||
"inputTopbarText": "#462200",
|
"inputTopbarText": "#000000",
|
||||||
"inputPanelText": "#000000",
|
"inputPanelText": "#000000",
|
||||||
"inputText": "#222222",
|
"inputText": "#3a2222",
|
||||||
"btn": "#b31f00",
|
"btn": "#c0290c",
|
||||||
"btnText": "#ffede3",
|
"btnText": "#ffffff",
|
||||||
"btnTopBarText": "#ffede3",
|
"btnTopBarText": "#ffffff",
|
||||||
"btnDisabled": "#eb9a66",
|
"btnDisabled": "#f0a77e",
|
||||||
"btnDisabledTopBarText": "#f0af86",
|
"btnDisabledTopBarText": "#f4bd9e",
|
||||||
"btnPanelText": "#ffede3",
|
"btnPanelText": "#ffffff",
|
||||||
"btnDisabledPanelText": "#f0af86",
|
"btnDisabledPanelText": "#f4bd9e",
|
||||||
"btnDisabledText": "#f0af86",
|
"btnDisabledText": "#f4bd9e",
|
||||||
"btnToggled": "#ff421a",
|
"btnToggled": "#f35d3f",
|
||||||
"btnToggledTopBarText": "#1d0b00",
|
"btnToggledTopBarText": "#000000",
|
||||||
"btnToggledPanelText": "#1d0b00",
|
"btnToggledPanelText": "#000000",
|
||||||
"btnToggledText": "#1d0b00",
|
"btnToggledText": "#000000",
|
||||||
"btnPressed": "#b31f00",
|
"btnPressed": "#c0290c",
|
||||||
"btnPressedTopBarText": "#ffede3",
|
"btnPressedTopBarText": "#ffffff",
|
||||||
"btnPressedTopBar": "#b31f00",
|
"btnPressedTopBar": "#c0290c",
|
||||||
"btnPressedPanelText": "#ffede3",
|
"btnPressedPanelText": "#ffffff",
|
||||||
"btnPressedPanel": "#b31f00",
|
"btnPressedPanel": "#c0290c",
|
||||||
"btnPressedText": "#ffede3",
|
"btnPressedText": "#ffffff",
|
||||||
"tabActiveText": "#222222",
|
"tabActiveText": "#3a2222",
|
||||||
"tabText": "#ffede3",
|
"tabText": "#ffffff",
|
||||||
"tab": "#b31f00",
|
"tab": "#c0290c",
|
||||||
"fgLink": "#b44000",
|
"fgLink": "#ea542c",
|
||||||
"topBarLink": "#ffdbb9",
|
"topBarLink": "#ffffff",
|
||||||
"panelLink": "#ff8b4b",
|
"panelLink": "#d43e16",
|
||||||
"panelFaint": "#ffffff",
|
"panelFaint": "#ffffff",
|
||||||
"icon": "#907255",
|
"icon": "#9d7a63",
|
||||||
"poll": "#e08e52",
|
"poll": "#ee976b",
|
||||||
"pollText": "#222222",
|
"pollText": "#3a2222",
|
||||||
"border": "#ca3516",
|
"border": "#ca3c16",
|
||||||
"postLink": "#b44000",
|
"postLink": "#ea542c",
|
||||||
"lightText": "#aaaaaa",
|
"lightText": "#000000",
|
||||||
"popover": "#fdc288",
|
"popover": "#ffd1a3",
|
||||||
"selectedMenuPopover": "#fdb66f",
|
"selectedMenuPopover": "#ffc58a",
|
||||||
"highlight": "#fdb66f",
|
"highlight": "#ffc58a",
|
||||||
"highlightText": "#222222",
|
"highlightText": "#3a2222",
|
||||||
"selectedMenu": "#fdb66f",
|
"selectedMenu": "#ffc58a",
|
||||||
"selectedMenuText": "#222222",
|
"selectedMenuText": "#3a2222",
|
||||||
"selectedMenuPopoverIcon": "#906c49",
|
"selectedMenuPopoverIcon": "#9d7456",
|
||||||
"highlightLink": "#b44000",
|
"highlightLink": "#ea542c",
|
||||||
"selectedMenuLink": "#b44000",
|
"selectedMenuLink": "#d43e16",
|
||||||
"selectedMenuPopoverLink": "#ff8b4b",
|
"selectedMenuPopoverLink": "#e9542c",
|
||||||
"selectedMenuPopoverText": "#222222",
|
"selectedMenuPopoverText": "#3a2222",
|
||||||
"faintLink": "#b44000",
|
"faintLink": "#d33e16",
|
||||||
"highlightFaintLink": "#ff8b4b",
|
"highlightFaintLink": "#ea542c",
|
||||||
"selectedMenuFaintLink": "#b44000",
|
"selectedMenuFaintLink": "#d43e16",
|
||||||
"selectedMenuPopoverFaintLink": "#ff8b4b",
|
"selectedMenuPopoverFaintLink": "#e9542c",
|
||||||
"faint": "#222222",
|
"faint": "#3a2222",
|
||||||
"highlightFaintText": "#222222",
|
"highlightFaintText": "#3a2222",
|
||||||
"selectedMenuFaintText": "#222222",
|
"selectedMenuFaintText": "#3a2222",
|
||||||
"selectedMenuPopoverFaintText": "#222222",
|
"selectedMenuPopoverFaintText": "#3a2222",
|
||||||
"highlightLightText": "#000000",
|
"highlightLightText": "#000000",
|
||||||
"selectedMenuLightText": "#000000",
|
"selectedMenuLightText": "#000000",
|
||||||
"selectedMenuPopoverLightText": "#000000",
|
"selectedMenuPopoverLightText": "#000000",
|
||||||
"selectedMenuIcon": "#906c49",
|
"selectedMenuIcon": "#9d7456",
|
||||||
"selectedPost": "#fdb66f",
|
"selectedPost": "#ffc58a",
|
||||||
"selectedPostText": "#222222",
|
"selectedPostText": "#3a2222",
|
||||||
"selectedPostIcon": "#906c49",
|
"selectedPostIcon": "#9d7456",
|
||||||
"selectedPostLink": "#b44000",
|
"selectedPostLink": "#d43e16",
|
||||||
"selectedPostFaintLink": "#b44000",
|
"selectedPostFaintLink": "#d43e16",
|
||||||
"highlightPostLink": "#ff8b4b",
|
"highlightPostLink": "#d43e16",
|
||||||
"selectedPostPostLink": "#b44000",
|
"selectedPostPostLink": "#e9542c",
|
||||||
"selectedPostLightText": "#000000",
|
"selectedPostLightText": "#000000",
|
||||||
"selectedPostFaintText": "#222222",
|
"selectedPostFaintText": "#3a2222",
|
||||||
"popoverText": "#222222",
|
"popoverText": "#3a2222",
|
||||||
"popoverIcon": "#907255",
|
"popoverIcon": "#9d7a63",
|
||||||
"popoverLink": "#b44000",
|
"popoverLink": "#ea542c",
|
||||||
"postFaintLink": "#b44000",
|
"postFaintLink": "#ea542c",
|
||||||
"popoverPostFaintLink": "#ff8b4b",
|
"popoverPostFaintLink": "#d43e16",
|
||||||
"popoverFaintLink": "#ff8b4b",
|
"popoverFaintLink": "#ea542c",
|
||||||
"popoverFaintText": "#222222",
|
"popoverFaintText": "#3a2222",
|
||||||
"popoverPostLink": "#ff8b4b",
|
"popoverPostLink": "#d43e16",
|
||||||
"popoverLightText": "#565656",
|
"popoverLightText": "#000000",
|
||||||
"highlightIcon": "#906c49",
|
"highlightIcon": "#9d7456",
|
||||||
"highlightPostFaintLink": "#ff8b4b",
|
"highlightPostFaintLink": "#d43e16",
|
||||||
"profileTint": "#fdc288",
|
"profileTint": "#ffd1a3",
|
||||||
"profileBg": "#866c50"
|
"profileBg": "#877560"
|
||||||
},
|
},
|
||||||
"opacity": {
|
"opacity": {
|
||||||
"underlay": 0.15,
|
"underlay": 0.15,
|
||||||
|
@ -260,20 +241,11 @@
|
||||||
"themeEngineVersion": 3,
|
"themeEngineVersion": 3,
|
||||||
"fonts": {},
|
"fonts": {},
|
||||||
"shadows": {
|
"shadows": {
|
||||||
"avatar": [
|
"avatar": [],
|
||||||
{
|
|
||||||
"x": "0",
|
|
||||||
"y": "0",
|
|
||||||
"blur": "6",
|
|
||||||
"spread": "0",
|
|
||||||
"color": "#ffffff",
|
|
||||||
"alpha": "1"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"button": [
|
"button": [
|
||||||
{
|
{
|
||||||
"x": "2",
|
"x": "0",
|
||||||
"y": "4",
|
"y": "2",
|
||||||
"blur": "0",
|
"blur": "0",
|
||||||
"spread": "0",
|
"spread": "0",
|
||||||
"inset": false,
|
"inset": false,
|
||||||
|
@ -283,8 +255,8 @@
|
||||||
],
|
],
|
||||||
"buttonHover": [
|
"buttonHover": [
|
||||||
{
|
{
|
||||||
"x": "2",
|
"x": "0",
|
||||||
"y": "4",
|
"y": "2",
|
||||||
"blur": 0,
|
"blur": 0,
|
||||||
"spread": 0,
|
"spread": 0,
|
||||||
"inset": false,
|
"inset": false,
|
||||||
|
@ -292,9 +264,9 @@
|
||||||
"alpha": 1
|
"alpha": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": "2",
|
"x": "0",
|
||||||
"y": "3",
|
"y": "2",
|
||||||
"blur": "3",
|
"blur": "1",
|
||||||
"spread": 0,
|
"spread": 0,
|
||||||
"inset": false,
|
"inset": false,
|
||||||
"color": "#692600",
|
"color": "#692600",
|
||||||
|
@ -303,7 +275,7 @@
|
||||||
],
|
],
|
||||||
"buttonPressed": [
|
"buttonPressed": [
|
||||||
{
|
{
|
||||||
"x": "2",
|
"x": "0",
|
||||||
"y": "4",
|
"y": "4",
|
||||||
"blur": 0,
|
"blur": 0,
|
||||||
"spread": 0,
|
"spread": 0,
|
||||||
|
@ -312,17 +284,7 @@
|
||||||
"alpha": "1"
|
"alpha": "1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"avatarStatus": [
|
"avatarStatus": [],
|
||||||
{
|
|
||||||
"x": "0",
|
|
||||||
"y": "0",
|
|
||||||
"blur": "6",
|
|
||||||
"spread": "0",
|
|
||||||
"inset": false,
|
|
||||||
"color": "#ffffff",
|
|
||||||
"alpha": "1"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"input": [
|
"input": [
|
||||||
{
|
{
|
||||||
"x": "0",
|
"x": "0",
|
||||||
|
@ -336,7 +298,7 @@
|
||||||
],
|
],
|
||||||
"panel": [
|
"panel": [
|
||||||
{
|
{
|
||||||
"x": "2",
|
"x": "0",
|
||||||
"y": "4",
|
"y": "4",
|
||||||
"blur": 0,
|
"blur": 0,
|
||||||
"spread": 0,
|
"spread": 0,
|
||||||
|
@ -358,33 +320,22 @@
|
||||||
},
|
},
|
||||||
"opacity": {
|
"opacity": {
|
||||||
"bg": "0.85",
|
"bg": "0.85",
|
||||||
"faint": "0.7",
|
"faint": "0.6",
|
||||||
"border": "0.25"
|
"border": "0.25"
|
||||||
},
|
},
|
||||||
"colors": {
|
"colors": {
|
||||||
"bg": "#fdc288",
|
"bg": "#ffd1a3",
|
||||||
"fg": "#d33716",
|
"fg": "#d33e16",
|
||||||
"text": "#222222",
|
"text": "#3a2222",
|
||||||
"link": "#b44000",
|
"link": "#d33e16",
|
||||||
"accent": "#b44000",
|
|
||||||
"faintLink": "#b44000",
|
|
||||||
"cBlue": "#00b5c4",
|
"cBlue": "#00b5c4",
|
||||||
"cRed": "#cb0200",
|
"cRed": "#cb0200",
|
||||||
"cGreen": "#00ae00",
|
"cGreen": "#00ae00",
|
||||||
"cOrange": "#e89c00",
|
"cOrange": "#e89c00",
|
||||||
"highlightLink": "#b44000",
|
"panel": "#d33e16",
|
||||||
"popoverLink": "#b44000",
|
"topBarLink": "#ffffff",
|
||||||
"selectedPostLink": "#b44000",
|
"btn": "#c0290c",
|
||||||
"selectedMenuLink": "#b44000",
|
"input": "#ffffff"
|
||||||
"postLink": "#b44000",
|
|
||||||
"fgText": "#ffede3",
|
|
||||||
"fgLink": "#b44000",
|
|
||||||
"topBarText": "#ffdbb9",
|
|
||||||
"topBarLink": "#ffdbb9",
|
|
||||||
"btn": "#b31f00",
|
|
||||||
"input": "#ffffff",
|
|
||||||
"alertError": "#570000",
|
|
||||||
"badgeNotification": "#900000"
|
|
||||||
},
|
},
|
||||||
"radii": {
|
"radii": {
|
||||||
"btn": "12",
|
"btn": "12",
|
||||||
|
@ -397,4 +348,4 @@
|
||||||
"attachment": "4"
|
"attachment": "4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
{
|
{
|
||||||
"_pleroma_theme_version": 2,
|
"_pleroma_theme_version": 2,
|
||||||
"name":"Autumn Hare",
|
"name": "Autumn Hare",
|
||||||
"theme": {
|
"theme": {
|
||||||
"themeEngineVersion": 3,
|
"themeEngineVersion": 3,
|
||||||
"shadows": {
|
"shadows": {
|
||||||
"panel": [
|
"panel": [
|
||||||
{
|
{
|
||||||
"x": "3",
|
"x": "0",
|
||||||
"y": "4",
|
"y": "4",
|
||||||
"blur": 0,
|
"blur": 0,
|
||||||
"spread": 0,
|
"spread": 0,
|
||||||
"inset": false,
|
"inset": false,
|
||||||
"color": "#691500",
|
"color": "#691000",
|
||||||
"alpha": "0.5"
|
"alpha": "0.5"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
"y": "4",
|
"y": "4",
|
||||||
"blur": "0",
|
"blur": "0",
|
||||||
"spread": 0,
|
"spread": 0,
|
||||||
"color": "#691500",
|
"color": "#691000",
|
||||||
"alpha": "0.5"
|
"alpha": "0.5"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -35,67 +35,48 @@
|
||||||
"alpha": 0.5
|
"alpha": 0.5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"avatar": [
|
"avatar": [],
|
||||||
{
|
"avatarStatus": [],
|
||||||
"x": "0",
|
|
||||||
"y": "0",
|
|
||||||
"blur": "6",
|
|
||||||
"spread": "0",
|
|
||||||
"color": "#ffffff",
|
|
||||||
"alpha": "1"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"avatarStatus": [
|
|
||||||
{
|
|
||||||
"x": "0",
|
|
||||||
"y": "0",
|
|
||||||
"blur": "6",
|
|
||||||
"spread": "0",
|
|
||||||
"inset": false,
|
|
||||||
"color": "#ffffff",
|
|
||||||
"alpha": "1"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"panelHeader": [],
|
"panelHeader": [],
|
||||||
"button": [
|
"button": [
|
||||||
{
|
{
|
||||||
"x": "2",
|
"x": "0",
|
||||||
"y": "4",
|
"y": "2",
|
||||||
"blur": "0",
|
"blur": "0",
|
||||||
"spread": "0",
|
"spread": "0",
|
||||||
"inset": false,
|
"inset": false,
|
||||||
"color": "#691500",
|
"color": "#691000",
|
||||||
"alpha": "1"
|
"alpha": "1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"buttonHover": [
|
"buttonHover": [
|
||||||
{
|
{
|
||||||
"x": "2",
|
"x": "0",
|
||||||
"y": "4",
|
"y": "2",
|
||||||
"blur": 0,
|
"blur": 0,
|
||||||
"spread": 0,
|
"spread": 0,
|
||||||
"inset": false,
|
"inset": false,
|
||||||
"color": "#691500",
|
"color": "#691000",
|
||||||
"alpha": 1
|
"alpha": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": "2",
|
"x": "0",
|
||||||
"y": "3",
|
"y": "2",
|
||||||
"blur": "3",
|
"blur": "1",
|
||||||
"spread": 0,
|
"spread": 0,
|
||||||
"inset": false,
|
"inset": false,
|
||||||
"color": "#691500",
|
"color": "#691000",
|
||||||
"alpha": 1
|
"alpha": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"buttonPressed": [
|
"buttonPressed": [
|
||||||
{
|
{
|
||||||
"x": "2",
|
"x": "0",
|
||||||
"y": "4",
|
"y": "4",
|
||||||
"blur": 0,
|
"blur": 0,
|
||||||
"spread": 0,
|
"spread": 0,
|
||||||
"inset": true,
|
"inset": true,
|
||||||
"color": "#691500",
|
"color": "#691000",
|
||||||
"alpha": "1"
|
"alpha": "1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -106,123 +87,123 @@
|
||||||
"blur": "2",
|
"blur": "2",
|
||||||
"spread": "0",
|
"spread": "0",
|
||||||
"inset": true,
|
"inset": true,
|
||||||
"color": "#691500",
|
"color": "#691000",
|
||||||
"alpha": "0.8"
|
"alpha": "0.85"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"colors": {
|
"colors": {
|
||||||
"underlay": "#000000",
|
"underlay": "#000000",
|
||||||
"bg": "#742d14",
|
"bg": "#5e211a",
|
||||||
"fg": "#b22516",
|
"fg": "#bf3213",
|
||||||
"cRed": "#ff0200",
|
"cRed": "#cb0200",
|
||||||
"cOrange": "#fed329",
|
"cOrange": "#e89c00",
|
||||||
"cGreen": "#18de0e",
|
"cGreen": "#00ae00",
|
||||||
"cBlue": "#00ebff",
|
"cBlue": "#00b5c4",
|
||||||
"accent": "#fb7959",
|
"accent": "#ff917e",
|
||||||
"link": "#fb7959",
|
"link": "#ff917e",
|
||||||
"text": "#ffede7",
|
"text": "#efd5d1",
|
||||||
"badgeNotification": "#d90000",
|
"badgeNotification": "#cb0200",
|
||||||
"badgeNotificationText": "#ffffff",
|
"badgeNotificationText": "#ffffff",
|
||||||
"panel": "#b22516",
|
"panel": "#bf3213",
|
||||||
"panelText": "#ffede7",
|
"panelText": "#ffffff",
|
||||||
"alertNeutral": "#ffede7",
|
"alertNeutral": "#efd5d1",
|
||||||
"alertNeutralPanelText": "#190700",
|
"alertNeutralPanelText": "#000000",
|
||||||
"alertNeutralText": "#190700",
|
"alertNeutralText": "#2e1510",
|
||||||
"alertWarning": "#fed329",
|
"alertWarning": "#e89c00",
|
||||||
"alertWarningPanelText": "#190700",
|
"alertWarningPanelText": "#000000",
|
||||||
"alertWarningText": "#190700",
|
"alertWarningText": "#ffffff",
|
||||||
"alertError": "#ff3634",
|
"alertError": "#cb0200",
|
||||||
"alertErrorPanelText": "#ffffff",
|
"alertErrorPanelText": "#ffffff",
|
||||||
"alertErrorText": "#ffede7",
|
"alertErrorText": "#efd5d1",
|
||||||
"fgText": "#ffede3",
|
"fgText": "#ffffff",
|
||||||
"topBar": "#b22516",
|
"topBar": "#bf3213",
|
||||||
"topBarText": "#fb7959",
|
"topBarText": "#ffffff",
|
||||||
"input": "#ffffff",
|
"input": "#ffffff",
|
||||||
"inputTopbarText": "#000000",
|
"inputTopbarText": "#000000",
|
||||||
"inputPanelText": "#190700",
|
"inputPanelText": "#000000",
|
||||||
"inputText": "#190700",
|
"inputText": "#2e1510",
|
||||||
"btn": "#b22516",
|
"btn": "#b21f0a",
|
||||||
"btnText": "#ffede3",
|
"btnText": "#ffffff",
|
||||||
"btnTopBarText": "#ffede3",
|
"btnTopBarText": "#ffffff",
|
||||||
"btnDisabled": "#842b15",
|
"btnDisabled": "#732116",
|
||||||
"btnDisabledTopBarText": "#a35c49",
|
"btnDisabledTopBarText": "#965951",
|
||||||
"btnPanelText": "#ffede3",
|
"btnPanelText": "#ffffff",
|
||||||
"btnDisabledPanelText": "#a35c49",
|
"btnDisabledPanelText": "#965951",
|
||||||
"btnDisabledText": "#a35c49",
|
"btnDisabledText": "#965951",
|
||||||
"btnToggled": "#e95646",
|
"btnToggled": "#f4482f",
|
||||||
"btnToggledTopBarText": "#1d0b00",
|
"btnToggledTopBarText": "#000000",
|
||||||
"btnToggledPanelText": "#1d0b00",
|
"btnToggledPanelText": "#000000",
|
||||||
"btnToggledText": "#1d0b00",
|
"btnToggledText": "#000000",
|
||||||
"btnPressed": "#b22516",
|
"btnPressed": "#b21f0a",
|
||||||
"btnPressedTopBarText": "#ffede3",
|
"btnPressedTopBarText": "#ffffff",
|
||||||
"btnPressedTopBar": "#b22516",
|
"btnPressedTopBar": "#b21f0a",
|
||||||
"btnPressedPanelText": "#ffede3",
|
"btnPressedPanelText": "#ffffff",
|
||||||
"btnPressedPanel": "#b22516",
|
"btnPressedPanel": "#b21f0a",
|
||||||
"btnPressedText": "#ffede3",
|
"btnPressedText": "#ffffff",
|
||||||
"tabActiveText": "#ffede7",
|
"tabActiveText": "#efd5d1",
|
||||||
"tabText": "#ffede3",
|
"tabText": "#ffffff",
|
||||||
"tab": "#b22516",
|
"tab": "#b21f0a",
|
||||||
"fgLink": "#a72505",
|
"fgLink": "#821300",
|
||||||
"topBarLink": "#fb7959",
|
"topBarLink": "#ffffff",
|
||||||
"panelLink": "#fb7959",
|
"panelLink": "#ff917e",
|
||||||
"panelFaint": "#ffede3",
|
"panelFaint": "#ffffff",
|
||||||
"icon": "#ba8d7e",
|
"icon": "#a77b76",
|
||||||
"poll": "#aa4c30",
|
"poll": "#9f4e42",
|
||||||
"pollText": "#ffede7",
|
"pollText": "#ffffff",
|
||||||
"border": "#53120b",
|
"border": "#c93514",
|
||||||
"postLink": "#fb7959",
|
"postLink": "#ff917e",
|
||||||
"lightText": "#ffffff",
|
"lightText": "#ffffff",
|
||||||
"popover": "#742d14",
|
"popover": "#5e211a",
|
||||||
"selectedMenuPopover": "#8a3618",
|
"selectedMenuPopover": "#722920",
|
||||||
"highlight": "#8a3618",
|
"highlight": "#722920",
|
||||||
"highlightText": "#ffede7",
|
"highlightText": "#efd5d1",
|
||||||
"selectedMenu": "#8a3618",
|
"selectedMenu": "#722920",
|
||||||
"selectedMenuText": "#ffede7",
|
"selectedMenuText": "#efd5d1",
|
||||||
"selectedMenuPopoverIcon": "#c59280",
|
"selectedMenuPopoverIcon": "#b17f79",
|
||||||
"highlightLink": "#fb7959",
|
"highlightLink": "#ff917e",
|
||||||
"selectedMenuLink": "#fb7959",
|
"selectedMenuLink": "#ff917e",
|
||||||
"selectedMenuPopoverLink": "#a72505",
|
"selectedMenuPopoverLink": "#ff917e",
|
||||||
"selectedMenuPopoverText": "#ffede7",
|
"selectedMenuPopoverText": "#efd5d1",
|
||||||
"faintLink": "#fb7959",
|
"faintLink": "#ff917e",
|
||||||
"highlightFaintLink": "#a72505",
|
"highlightFaintLink": "#ff917e",
|
||||||
"selectedMenuFaintLink": "#fb7959",
|
"selectedMenuFaintLink": "#ff917e",
|
||||||
"selectedMenuPopoverFaintLink": "#a62505",
|
"selectedMenuPopoverFaintLink": "#ff917e",
|
||||||
"faint": "#ffede7",
|
"faint": "#efd5d1",
|
||||||
"highlightFaintText": "#ffede7",
|
"highlightFaintText": "#efd5d1",
|
||||||
"selectedMenuFaintText": "#ffede7",
|
"selectedMenuFaintText": "#efd5d1",
|
||||||
"selectedMenuPopoverFaintText": "#ffede7",
|
"selectedMenuPopoverFaintText": "#efd5d1",
|
||||||
"highlightLightText": "#ffffff",
|
"highlightLightText": "#ffffff",
|
||||||
"selectedMenuLightText": "#ffffff",
|
"selectedMenuLightText": "#ffffff",
|
||||||
"selectedMenuPopoverLightText": "#ffffff",
|
"selectedMenuPopoverLightText": "#ffffff",
|
||||||
"selectedMenuIcon": "#c59280",
|
"selectedMenuIcon": "#b17f79",
|
||||||
"selectedPost": "#8a3618",
|
"selectedPost": "#722920",
|
||||||
"selectedPostText": "#ffede7",
|
"selectedPostText": "#efd5d1",
|
||||||
"selectedPostIcon": "#c59280",
|
"selectedPostIcon": "#b17f79",
|
||||||
"selectedPostLink": "#fb7959",
|
"selectedPostLink": "#ff917e",
|
||||||
"selectedPostFaintLink": "#fb7959",
|
"selectedPostFaintLink": "#ff917e",
|
||||||
"highlightPostLink": "#a72505",
|
"highlightPostLink": "#ff917e",
|
||||||
"selectedPostPostLink": "#fb7959",
|
"selectedPostPostLink": "#ff917e",
|
||||||
"selectedPostLightText": "#ffffff",
|
"selectedPostLightText": "#ffffff",
|
||||||
"selectedPostFaintText": "#ffede7",
|
"selectedPostFaintText": "#efd5d1",
|
||||||
"popoverText": "#ffede7",
|
"popoverText": "#efd5d1",
|
||||||
"popoverIcon": "#ba8d7e",
|
"popoverIcon": "#a77b76",
|
||||||
"popoverLink": "#fb7959",
|
"popoverLink": "#ff917e",
|
||||||
"postFaintLink": "#fb7959",
|
"postFaintLink": "#ff917e",
|
||||||
"popoverPostFaintLink": "#a72505",
|
"popoverPostFaintLink": "#ff917e",
|
||||||
"popoverFaintLink": "#a72505",
|
"popoverFaintLink": "#ff917e",
|
||||||
"popoverFaintText": "#ffede7",
|
"popoverFaintText": "#efd5d1",
|
||||||
"popoverPostLink": "#a72505",
|
"popoverPostLink": "#ff917e",
|
||||||
"popoverLightText": "#ffffff",
|
"popoverLightText": "#ffffff",
|
||||||
"highlightIcon": "#c59280",
|
"highlightIcon": "#b17f79",
|
||||||
"highlightPostFaintLink": "#a72505",
|
"highlightPostFaintLink": "#ff917e",
|
||||||
"profileTint": "#742d14",
|
"profileTint": "#5e211a",
|
||||||
"profileBg": "#3d190b"
|
"profileBg": "#31120f"
|
||||||
},
|
},
|
||||||
"opacity": {
|
"opacity": {
|
||||||
"underlay": 0.15,
|
"underlay": 0.15,
|
||||||
"bg": 0.9,
|
"bg": 0.85,
|
||||||
"panel": 0.7,
|
"panel": 1,
|
||||||
"alert": 0.5,
|
"alert": 0.5,
|
||||||
"input": 0.5,
|
"input": 0.5,
|
||||||
"btn": 1,
|
"btn": 1,
|
||||||
|
@ -260,69 +241,50 @@
|
||||||
"themeEngineVersion": 3,
|
"themeEngineVersion": 3,
|
||||||
"fonts": {},
|
"fonts": {},
|
||||||
"shadows": {
|
"shadows": {
|
||||||
"avatar": [
|
"avatar": [],
|
||||||
{
|
|
||||||
"x": "0",
|
|
||||||
"y": "0",
|
|
||||||
"blur": "6",
|
|
||||||
"spread": "0",
|
|
||||||
"color": "#ffffff",
|
|
||||||
"alpha": "1"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"button": [
|
"button": [
|
||||||
{
|
{
|
||||||
"x": "2",
|
"x": "0",
|
||||||
"y": "4",
|
"y": "2",
|
||||||
"blur": "0",
|
"blur": "0",
|
||||||
"spread": "0",
|
"spread": "0",
|
||||||
"inset": false,
|
"inset": false,
|
||||||
"color": "#691500",
|
"color": "#691000",
|
||||||
"alpha": "1"
|
"alpha": "1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"buttonHover": [
|
"buttonHover": [
|
||||||
{
|
{
|
||||||
"x": "2",
|
"x": "0",
|
||||||
"y": "4",
|
"y": "2",
|
||||||
"blur": 0,
|
"blur": 0,
|
||||||
"spread": 0,
|
"spread": 0,
|
||||||
"inset": false,
|
"inset": false,
|
||||||
"color": "#691500",
|
"color": "#691000",
|
||||||
"alpha": 1
|
"alpha": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": "2",
|
"x": "0",
|
||||||
"y": "3",
|
"y": "2",
|
||||||
"blur": "3",
|
"blur": "1",
|
||||||
"spread": 0,
|
"spread": 0,
|
||||||
"inset": false,
|
"inset": false,
|
||||||
"color": "#691500",
|
"color": "#691000",
|
||||||
"alpha": 1
|
"alpha": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"buttonPressed": [
|
"buttonPressed": [
|
||||||
{
|
{
|
||||||
"x": "2",
|
"x": "0",
|
||||||
"y": "4",
|
"y": "4",
|
||||||
"blur": 0,
|
"blur": 0,
|
||||||
"spread": 0,
|
"spread": 0,
|
||||||
"inset": true,
|
"inset": true,
|
||||||
"color": "#691500",
|
"color": "#691000",
|
||||||
"alpha": "1"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"avatarStatus": [
|
|
||||||
{
|
|
||||||
"x": "0",
|
|
||||||
"y": "0",
|
|
||||||
"blur": "6",
|
|
||||||
"spread": "0",
|
|
||||||
"inset": false,
|
|
||||||
"color": "#ffffff",
|
|
||||||
"alpha": "1"
|
"alpha": "1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"avatarStatus": [],
|
||||||
"input": [
|
"input": [
|
||||||
{
|
{
|
||||||
"x": "0",
|
"x": "0",
|
||||||
|
@ -330,18 +292,18 @@
|
||||||
"blur": "2",
|
"blur": "2",
|
||||||
"spread": "0",
|
"spread": "0",
|
||||||
"inset": true,
|
"inset": true,
|
||||||
"color": "#691500",
|
"color": "#691000",
|
||||||
"alpha": "0.8"
|
"alpha": "0.85"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"panel": [
|
"panel": [
|
||||||
{
|
{
|
||||||
"x": "3",
|
"x": "0",
|
||||||
"y": "4",
|
"y": "4",
|
||||||
"blur": 0,
|
"blur": 0,
|
||||||
"spread": 0,
|
"spread": 0,
|
||||||
"inset": false,
|
"inset": false,
|
||||||
"color": "#691500",
|
"color": "#691000",
|
||||||
"alpha": "0.5"
|
"alpha": "0.5"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -351,39 +313,28 @@
|
||||||
"y": "4",
|
"y": "4",
|
||||||
"blur": "0",
|
"blur": "0",
|
||||||
"spread": 0,
|
"spread": 0,
|
||||||
"color": "#691500",
|
"color": "#691000",
|
||||||
"alpha": "0.5"
|
"alpha": "0.5"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"opacity": {
|
"opacity": {
|
||||||
"bg": "0.9",
|
"bg": "0.85",
|
||||||
"faint": "0.7",
|
"faint": "0.6",
|
||||||
"border": "0.25",
|
"border": "0.25"
|
||||||
"panel": "0.7"
|
|
||||||
},
|
},
|
||||||
"colors": {
|
"colors": {
|
||||||
"bg": "#742d14",
|
"bg": "#5e211a",
|
||||||
"fg": "#b22516",
|
"fg": "#bf3213",
|
||||||
"text": "#ffede7",
|
"text": "#efd5d1",
|
||||||
"link": "#fb7959",
|
"link": "#ff917e",
|
||||||
"accent": "#fb7959",
|
"cBlue": "#00b5c4",
|
||||||
"cBlue": "#00ebff",
|
"cRed": "#cb0200",
|
||||||
"cRed": "#ff0200",
|
"cGreen": "#00ae00",
|
||||||
"cGreen": "#18de0e",
|
"cOrange": "#e89c00",
|
||||||
"cOrange": "#fed329",
|
"topBarLink": "#ffffff",
|
||||||
"highlightLink": "#fb7959",
|
"btn": "#b21f0a",
|
||||||
"popoverLink": "#fb7959",
|
"input": "#ffffff"
|
||||||
"selectedPostLink": "#fb7959",
|
|
||||||
"selectedMenuLink": "#fb7959",
|
|
||||||
"postLink": "#fb7959",
|
|
||||||
"border": "#53120b",
|
|
||||||
"fgText": "#ffede3",
|
|
||||||
"panelLink": "#fb7959",
|
|
||||||
"topBarText": "#fb7959",
|
|
||||||
"input": "#ffffff",
|
|
||||||
"alertError": "#ff3634",
|
|
||||||
"badgeNotification": "#d90000"
|
|
||||||
},
|
},
|
||||||
"radii": {
|
"radii": {
|
||||||
"btn": "12",
|
"btn": "12",
|
||||||
|
@ -396,4 +347,4 @@
|
||||||
"attachment": "4"
|
"attachment": "4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 175 KiB After Width: | Height: | Size: 167 KiB |
Binary file not shown.
Before Width: | Height: | Size: 172 KiB After Width: | Height: | Size: 165 KiB |
Loading…
Reference in a new issue