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