mirror of
http://vcs.subcon.town/fristi/pleroma-themes.git
synced 2024-11-27 08:31:27 +00:00
Updated various themes to fix incorrect meme arrow colors after the pleroma fe update.
This commit is contained in:
parent
b4c5a9cf3b
commit
882c2a93d5
|
@ -103,19 +103,35 @@
|
||||||
"accent": "#ff917e",
|
"accent": "#ff917e",
|
||||||
"link": "#ff917e",
|
"link": "#ff917e",
|
||||||
"text": "#efd5d1",
|
"text": "#efd5d1",
|
||||||
|
"chatBg": "#5e211a",
|
||||||
|
"chatMessageIncomingBg": "#5e211a",
|
||||||
|
"chatMessageOutgoingBg": "#722920",
|
||||||
|
"chatMessageOutgoingBorder": "#7a2b22",
|
||||||
|
"chatMessageOutgoingLink": "#ff917e",
|
||||||
|
"chatMessageOutgoingText": "#efd5d1",
|
||||||
|
"border": "#c93514",
|
||||||
|
"chatMessageIncomingBorder": "#d23715",
|
||||||
|
"chatMessageIncomingLink": "#ff917e",
|
||||||
|
"chatMessageIncomingText": "#efd5d1",
|
||||||
"badgeNotification": "#cb0200",
|
"badgeNotification": "#cb0200",
|
||||||
"badgeNotificationText": "#ffffff",
|
"badgeNotificationText": "#ffffff",
|
||||||
|
"alertNeutral": "#efd5d1",
|
||||||
|
"alertNeutralText": "#2e1510",
|
||||||
|
"alertPopupNeutral": "#efd5d1",
|
||||||
|
"alertPopupNeutralText": "#2e1510",
|
||||||
|
"alertWarning": "#e89c00",
|
||||||
|
"alertWarningText": "#ffffff",
|
||||||
|
"alertPopupWarning": "#e89c00",
|
||||||
|
"alertPopupWarningText": "#000000",
|
||||||
|
"alertError": "#cb0200",
|
||||||
|
"alertErrorText": "#efd5d1",
|
||||||
|
"alertPopupError": "#cb0200",
|
||||||
|
"alertPopupErrorText": "#ffffff",
|
||||||
"panel": "#bf3213",
|
"panel": "#bf3213",
|
||||||
"panelText": "#ffffff",
|
"panelText": "#ffffff",
|
||||||
"alertNeutral": "#efd5d1",
|
|
||||||
"alertNeutralPanelText": "#000000",
|
"alertNeutralPanelText": "#000000",
|
||||||
"alertNeutralText": "#2e1510",
|
|
||||||
"alertWarning": "#e89c00",
|
|
||||||
"alertWarningPanelText": "#000000",
|
"alertWarningPanelText": "#000000",
|
||||||
"alertWarningText": "#ffffff",
|
|
||||||
"alertError": "#cb0200",
|
|
||||||
"alertErrorPanelText": "#ffffff",
|
"alertErrorPanelText": "#ffffff",
|
||||||
"alertErrorText": "#efd5d1",
|
|
||||||
"fgText": "#ffffff",
|
"fgText": "#ffffff",
|
||||||
"topBar": "#bf3213",
|
"topBar": "#bf3213",
|
||||||
"topBarText": "#ffffff",
|
"topBarText": "#ffffff",
|
||||||
|
@ -151,7 +167,7 @@
|
||||||
"icon": "#a77b76",
|
"icon": "#a77b76",
|
||||||
"poll": "#9f4e42",
|
"poll": "#9f4e42",
|
||||||
"pollText": "#ffffff",
|
"pollText": "#ffffff",
|
||||||
"border": "#c93514",
|
"postGreentext": "#00ae00",
|
||||||
"postLink": "#ff917e",
|
"postLink": "#ff917e",
|
||||||
"lightText": "#ffffff",
|
"lightText": "#ffffff",
|
||||||
"popover": "#5e211a",
|
"popover": "#5e211a",
|
||||||
|
@ -203,12 +219,13 @@
|
||||||
"opacity": {
|
"opacity": {
|
||||||
"underlay": 0.15,
|
"underlay": 0.15,
|
||||||
"bg": 0.85,
|
"bg": 0.85,
|
||||||
"panel": 1,
|
"border": 0.25,
|
||||||
"alert": 0.5,
|
"alert": 0.5,
|
||||||
|
"alertPopup": 0.95,
|
||||||
|
"panel": 1,
|
||||||
"input": 0.5,
|
"input": 0.5,
|
||||||
"btn": 1,
|
"btn": 1,
|
||||||
"faint": 0.5,
|
"faint": 0.5,
|
||||||
"border": 0.25,
|
|
||||||
"popover": 1,
|
"popover": 1,
|
||||||
"profileTint": 0.5
|
"profileTint": 0.5
|
||||||
},
|
},
|
||||||
|
@ -220,7 +237,8 @@
|
||||||
"avatar": "8",
|
"avatar": "8",
|
||||||
"avatarAlt": "4",
|
"avatarAlt": "4",
|
||||||
"tooltip": "12",
|
"tooltip": "12",
|
||||||
"attachment": "4"
|
"attachment": "4",
|
||||||
|
"chatMessage": "12"
|
||||||
},
|
},
|
||||||
"fonts": {
|
"fonts": {
|
||||||
"interface": {
|
"interface": {
|
||||||
|
@ -332,6 +350,7 @@
|
||||||
"cRed": "#cb0200",
|
"cRed": "#cb0200",
|
||||||
"cGreen": "#00ae00",
|
"cGreen": "#00ae00",
|
||||||
"cOrange": "#e89c00",
|
"cOrange": "#e89c00",
|
||||||
|
"postGreentext": "#00ae00",
|
||||||
"topBarLink": "#ffffff",
|
"topBarLink": "#ffffff",
|
||||||
"btn": "#b21f0a",
|
"btn": "#b21f0a",
|
||||||
"input": "#ffffff"
|
"input": "#ffffff"
|
||||||
|
|
|
@ -122,19 +122,35 @@
|
||||||
"accent": "#5b7c28",
|
"accent": "#5b7c28",
|
||||||
"link": "#5b7c28",
|
"link": "#5b7c28",
|
||||||
"text": "#58484f",
|
"text": "#58484f",
|
||||||
|
"chatBg": "#e6ead0",
|
||||||
|
"chatMessageIncomingBg": "#e6ead0",
|
||||||
|
"chatMessageOutgoingBg": "#dde3bf",
|
||||||
|
"chatMessageOutgoingBorder": "#d9dfb8",
|
||||||
|
"chatMessageOutgoingLink": "#b6d784",
|
||||||
|
"chatMessageOutgoingText": "#58484f",
|
||||||
|
"border": "#747960",
|
||||||
|
"chatMessageIncomingBorder": "#6f745c",
|
||||||
|
"chatMessageIncomingLink": "#b6d784",
|
||||||
|
"chatMessageIncomingText": "#58484f",
|
||||||
"badgeNotification": "#f34347",
|
"badgeNotification": "#f34347",
|
||||||
"badgeNotificationText": "#ffffff",
|
"badgeNotificationText": "#ffffff",
|
||||||
|
"alertNeutral": "#58484f",
|
||||||
|
"alertNeutralText": "#ffffff",
|
||||||
|
"alertPopupNeutral": "#58484f",
|
||||||
|
"alertPopupNeutralText": "#ffffff",
|
||||||
|
"alertWarning": "#d5d100",
|
||||||
|
"alertWarningText": "#ffffff",
|
||||||
|
"alertPopupWarning": "#d5d100",
|
||||||
|
"alertPopupWarningText": "#000000",
|
||||||
|
"alertError": "#eb2126",
|
||||||
|
"alertErrorText": "#ffffff",
|
||||||
|
"alertPopupError": "#eb2126",
|
||||||
|
"alertPopupErrorText": "#000000",
|
||||||
"panel": "#e6ead0",
|
"panel": "#e6ead0",
|
||||||
"panelText": "#6b5a62",
|
"panelText": "#6b5a62",
|
||||||
"alertNeutral": "#58484f",
|
"alertNeutralPanelText": "#ffffff",
|
||||||
"alertNeutralPanelText": "#000000",
|
"alertWarningPanelText": "#000000",
|
||||||
"alertNeutralText": "#000000",
|
"alertErrorPanelText": "#ffffff",
|
||||||
"alertWarning": "#fffa24",
|
|
||||||
"alertWarningPanelText": "#6b5a62",
|
|
||||||
"alertWarningText": "#58484f",
|
|
||||||
"alertError": "#f4464a",
|
|
||||||
"alertErrorPanelText": "#000000",
|
|
||||||
"alertErrorText": "#000000",
|
|
||||||
"fgText": "#58484f",
|
"fgText": "#58484f",
|
||||||
"topBar": "#e6ead0",
|
"topBar": "#e6ead0",
|
||||||
"topBarText": "#5b7c28",
|
"topBarText": "#5b7c28",
|
||||||
|
@ -170,7 +186,7 @@
|
||||||
"icon": "#9f9990",
|
"icon": "#9f9990",
|
||||||
"poll": "#afbe8d",
|
"poll": "#afbe8d",
|
||||||
"pollText": "#000000",
|
"pollText": "#000000",
|
||||||
"border": "#747960",
|
"postGreentext": "#00ae00",
|
||||||
"postLink": "#5b7c28",
|
"postLink": "#5b7c28",
|
||||||
"lightText": "#201b1d",
|
"lightText": "#201b1d",
|
||||||
"popover": "#e6ead0",
|
"popover": "#e6ead0",
|
||||||
|
@ -222,12 +238,13 @@
|
||||||
"opacity": {
|
"opacity": {
|
||||||
"underlay": 0.15,
|
"underlay": 0.15,
|
||||||
"bg": 0.85,
|
"bg": 0.85,
|
||||||
|
"border": 0.25,
|
||||||
|
"alert": 0.85,
|
||||||
|
"alertPopup": 0.95,
|
||||||
"panel": 0,
|
"panel": 0,
|
||||||
"alert": 0.5,
|
|
||||||
"input": 0.5,
|
"input": 0.5,
|
||||||
"btn": 0.6,
|
"btn": 0.6,
|
||||||
"faint": 0.5,
|
"faint": 0.5,
|
||||||
"border": 0.25,
|
|
||||||
"popover": 1,
|
"popover": 1,
|
||||||
"profileTint": 0.5
|
"profileTint": 0.5
|
||||||
},
|
},
|
||||||
|
@ -239,7 +256,8 @@
|
||||||
"avatar": "8",
|
"avatar": "8",
|
||||||
"avatarAlt": "4",
|
"avatarAlt": "4",
|
||||||
"tooltip": "16",
|
"tooltip": "16",
|
||||||
"attachment": "4"
|
"attachment": "4",
|
||||||
|
"chatMessage": "16"
|
||||||
},
|
},
|
||||||
"fonts": {
|
"fonts": {
|
||||||
"interface": {
|
"interface": {
|
||||||
|
@ -361,7 +379,8 @@
|
||||||
"faint": "0.65",
|
"faint": "0.65",
|
||||||
"border": "0.25",
|
"border": "0.25",
|
||||||
"panel": "0",
|
"panel": "0",
|
||||||
"btn": "0.6"
|
"btn": "0.6",
|
||||||
|
"alert": "0.85"
|
||||||
},
|
},
|
||||||
"colors": {
|
"colors": {
|
||||||
"bg": "#e6ead0",
|
"bg": "#e6ead0",
|
||||||
|
@ -378,6 +397,7 @@
|
||||||
"selectedPostLink": "#5b7c28",
|
"selectedPostLink": "#5b7c28",
|
||||||
"selectedMenuLink": "#5b7c28",
|
"selectedMenuLink": "#5b7c28",
|
||||||
"postLink": "#5b7c28",
|
"postLink": "#5b7c28",
|
||||||
|
"postGreentext": "#00ae00",
|
||||||
"border": "#747960",
|
"border": "#747960",
|
||||||
"fgLink": "#5b7c28",
|
"fgLink": "#5b7c28",
|
||||||
"panelText": "#6b5a62",
|
"panelText": "#6b5a62",
|
||||||
|
@ -390,7 +410,10 @@
|
||||||
"btnTopBarText": "#3d2833",
|
"btnTopBarText": "#3d2833",
|
||||||
"input": "#f2f4e7",
|
"input": "#f2f4e7",
|
||||||
"inputText": "#3d2833",
|
"inputText": "#3d2833",
|
||||||
"alertError": "#f4464a",
|
"alertError": "#eb2126",
|
||||||
|
"alertErrorText": "#ffffff",
|
||||||
|
"alertWarning": "#d5d100",
|
||||||
|
"alertWarningText": "#ffffff",
|
||||||
"badgeNotification": "#f34347"
|
"badgeNotification": "#f34347"
|
||||||
},
|
},
|
||||||
"radii": {
|
"radii": {
|
||||||
|
@ -404,4 +427,4 @@
|
||||||
"attachment": "4"
|
"attachment": "4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -184,19 +184,35 @@
|
||||||
"accent": "#ad343a",
|
"accent": "#ad343a",
|
||||||
"link": "#ad343a",
|
"link": "#ad343a",
|
||||||
"text": "#202020",
|
"text": "#202020",
|
||||||
|
"chatBg": "#ebebeb",
|
||||||
|
"chatMessageIncomingBg": "#ebebeb",
|
||||||
|
"chatMessageOutgoingBg": "#dfdfdf",
|
||||||
|
"chatMessageOutgoingBorder": "#dadada",
|
||||||
|
"chatMessageOutgoingLink": "#ad343a",
|
||||||
|
"chatMessageOutgoingText": "#202020",
|
||||||
|
"border": "#4d3536",
|
||||||
|
"chatMessageIncomingBorder": "#473132",
|
||||||
|
"chatMessageIncomingLink": "#ad343a",
|
||||||
|
"chatMessageIncomingText": "#202020",
|
||||||
"badgeNotification": "#c60909",
|
"badgeNotification": "#c60909",
|
||||||
"badgeNotificationText": "#ffffff",
|
"badgeNotificationText": "#ffffff",
|
||||||
|
"alertNeutral": "#202020",
|
||||||
|
"alertNeutralText": "#dfdfdf",
|
||||||
|
"alertPopupNeutral": "#202020",
|
||||||
|
"alertPopupNeutralText": "#dfdfdf",
|
||||||
|
"alertWarning": "#e0a10e",
|
||||||
|
"alertWarningText": "#202020",
|
||||||
|
"alertPopupWarning": "#e0a10e",
|
||||||
|
"alertPopupWarningText": "#202020",
|
||||||
|
"alertError": "#c60909",
|
||||||
|
"alertErrorText": "#ffffff",
|
||||||
|
"alertPopupError": "#c60909",
|
||||||
|
"alertPopupErrorText": "#ffffff",
|
||||||
"panel": "#5f3637",
|
"panel": "#5f3637",
|
||||||
"panelText": "#dfdfdf",
|
"panelText": "#dfdfdf",
|
||||||
"alertNeutral": "#202020",
|
|
||||||
"alertNeutralPanelText": "#dfdfdf",
|
"alertNeutralPanelText": "#dfdfdf",
|
||||||
"alertNeutralText": "#dfdfdf",
|
|
||||||
"alertWarning": "#e0a10e",
|
|
||||||
"alertWarningPanelText": "#202020",
|
"alertWarningPanelText": "#202020",
|
||||||
"alertWarningText": "#202020",
|
|
||||||
"alertError": "#c60909",
|
|
||||||
"alertErrorPanelText": "#dfdfdf",
|
"alertErrorPanelText": "#dfdfdf",
|
||||||
"alertErrorText": "#ffffff",
|
|
||||||
"fgText": "#dfdfdf",
|
"fgText": "#dfdfdf",
|
||||||
"topBar": "#4d3536",
|
"topBar": "#4d3536",
|
||||||
"topBarText": "#dfdfdf",
|
"topBarText": "#dfdfdf",
|
||||||
|
@ -232,7 +248,7 @@
|
||||||
"icon": "#868686",
|
"icon": "#868686",
|
||||||
"poll": "#d3a2a5",
|
"poll": "#d3a2a5",
|
||||||
"pollText": "#202020",
|
"pollText": "#202020",
|
||||||
"border": "#4d3536",
|
"postGreentext": "#22b21a",
|
||||||
"postLink": "#cb5358",
|
"postLink": "#cb5358",
|
||||||
"lightText": "#000000",
|
"lightText": "#000000",
|
||||||
"popover": "#ebebeb",
|
"popover": "#ebebeb",
|
||||||
|
@ -284,12 +300,13 @@
|
||||||
"opacity": {
|
"opacity": {
|
||||||
"underlay": 0.15,
|
"underlay": 0.15,
|
||||||
"bg": 0.8,
|
"bg": 0.8,
|
||||||
"panel": 1,
|
"border": 0.3,
|
||||||
"alert": 0.7,
|
"alert": 0.7,
|
||||||
|
"alertPopup": 0.95,
|
||||||
|
"panel": 1,
|
||||||
"input": 0.9,
|
"input": 0.9,
|
||||||
"btn": 1,
|
"btn": 1,
|
||||||
"faint": 0.5,
|
"faint": 0.5,
|
||||||
"border": 0.3,
|
|
||||||
"popover": 1,
|
"popover": 1,
|
||||||
"profileTint": 0.5
|
"profileTint": 0.5
|
||||||
},
|
},
|
||||||
|
@ -301,7 +318,8 @@
|
||||||
"avatar": "0",
|
"avatar": "0",
|
||||||
"avatarAlt": "0",
|
"avatarAlt": "0",
|
||||||
"tooltip": "0",
|
"tooltip": "0",
|
||||||
"attachment": "0"
|
"attachment": "0",
|
||||||
|
"chatMessage": "0"
|
||||||
},
|
},
|
||||||
"fonts": {
|
"fonts": {
|
||||||
"interface": {
|
"interface": {
|
||||||
|
@ -496,7 +514,7 @@
|
||||||
},
|
},
|
||||||
"opacity": {
|
"opacity": {
|
||||||
"bg": "0.8",
|
"bg": "0.8",
|
||||||
"faint": "1",
|
"faint": "0.7",
|
||||||
"border": "0.3",
|
"border": "0.3",
|
||||||
"input": "0.9",
|
"input": "0.9",
|
||||||
"alert": "0.7"
|
"alert": "0.7"
|
||||||
|
@ -510,6 +528,7 @@
|
||||||
"cRed": "#c60909",
|
"cRed": "#c60909",
|
||||||
"cGreen": "#22b21a",
|
"cGreen": "#22b21a",
|
||||||
"cOrange": "#e0a10e",
|
"cOrange": "#e0a10e",
|
||||||
|
"postGreentext": "#22b21a",
|
||||||
"border": "#4d3536",
|
"border": "#4d3536",
|
||||||
"topBar": "#4d3536",
|
"topBar": "#4d3536",
|
||||||
"topBarText": "#dfdfdf",
|
"topBarText": "#dfdfdf",
|
||||||
|
|
|
@ -184,19 +184,35 @@
|
||||||
"accent": "#f2a4a7",
|
"accent": "#f2a4a7",
|
||||||
"link": "#f2a4a7",
|
"link": "#f2a4a7",
|
||||||
"text": "#efefef",
|
"text": "#efefef",
|
||||||
|
"chatBg": "#4d3536",
|
||||||
|
"chatMessageIncomingBg": "#4d3536",
|
||||||
|
"chatMessageOutgoingBg": "#5d4041",
|
||||||
|
"chatMessageOutgoingBorder": "#634445",
|
||||||
|
"chatMessageOutgoingLink": "#f2a4a7",
|
||||||
|
"chatMessageOutgoingText": "#efefef",
|
||||||
|
"border": "#4d3536",
|
||||||
|
"chatMessageIncomingBorder": "#543a3b",
|
||||||
|
"chatMessageIncomingLink": "#f2a4a7",
|
||||||
|
"chatMessageIncomingText": "#efefef",
|
||||||
"badgeNotification": "#c60909",
|
"badgeNotification": "#c60909",
|
||||||
"badgeNotificationText": "#ffffff",
|
"badgeNotificationText": "#ffffff",
|
||||||
|
"alertNeutral": "#efefef",
|
||||||
|
"alertNeutralText": "#111111",
|
||||||
|
"alertPopupNeutral": "#efefef",
|
||||||
|
"alertPopupNeutralText": "#111111",
|
||||||
|
"alertWarning": "#e0a10e",
|
||||||
|
"alertWarningText": "#111111",
|
||||||
|
"alertPopupWarning": "#e0a10e",
|
||||||
|
"alertPopupWarningText": "#111111",
|
||||||
|
"alertError": "#c60909",
|
||||||
|
"alertErrorText": "#ffffff",
|
||||||
|
"alertPopupError": "#c60909",
|
||||||
|
"alertPopupErrorText": "#ffffff",
|
||||||
"panel": "#5f3637",
|
"panel": "#5f3637",
|
||||||
"panelText": "#efefef",
|
"panelText": "#efefef",
|
||||||
"alertNeutral": "#efefef",
|
|
||||||
"alertNeutralPanelText": "#111111",
|
"alertNeutralPanelText": "#111111",
|
||||||
"alertNeutralText": "#111111",
|
|
||||||
"alertWarning": "#e0a10e",
|
|
||||||
"alertWarningPanelText": "#111111",
|
"alertWarningPanelText": "#111111",
|
||||||
"alertWarningText": "#111111",
|
|
||||||
"alertError": "#c60909",
|
|
||||||
"alertErrorPanelText": "#efefef",
|
"alertErrorPanelText": "#efefef",
|
||||||
"alertErrorText": "#ffffff",
|
|
||||||
"fgText": "#efefef",
|
"fgText": "#efefef",
|
||||||
"topBar": "#4d3536",
|
"topBar": "#4d3536",
|
||||||
"topBarText": "#dfdfdf",
|
"topBarText": "#dfdfdf",
|
||||||
|
@ -232,7 +248,7 @@
|
||||||
"icon": "#9e9293",
|
"icon": "#9e9293",
|
||||||
"poll": "#8f6264",
|
"poll": "#8f6264",
|
||||||
"pollText": "#ffffff",
|
"pollText": "#ffffff",
|
||||||
"border": "#4d3536",
|
"postGreentext": "#22b21a",
|
||||||
"postLink": "#f2a4a7",
|
"postLink": "#f2a4a7",
|
||||||
"lightText": "#ffffff",
|
"lightText": "#ffffff",
|
||||||
"popover": "#4d3536",
|
"popover": "#4d3536",
|
||||||
|
@ -284,12 +300,13 @@
|
||||||
"opacity": {
|
"opacity": {
|
||||||
"underlay": 0.15,
|
"underlay": 0.15,
|
||||||
"bg": 0.85,
|
"bg": 0.85,
|
||||||
"panel": 1,
|
"border": 0.3,
|
||||||
"alert": 0.7,
|
"alert": 0.7,
|
||||||
|
"alertPopup": 0.95,
|
||||||
|
"panel": 1,
|
||||||
"input": 0.9,
|
"input": 0.9,
|
||||||
"btn": 1,
|
"btn": 1,
|
||||||
"faint": 0.5,
|
"faint": 0.5,
|
||||||
"border": 0.3,
|
|
||||||
"popover": 1,
|
"popover": 1,
|
||||||
"profileTint": 0.5
|
"profileTint": 0.5
|
||||||
},
|
},
|
||||||
|
@ -301,7 +318,8 @@
|
||||||
"avatar": "0",
|
"avatar": "0",
|
||||||
"avatarAlt": "0",
|
"avatarAlt": "0",
|
||||||
"tooltip": "0",
|
"tooltip": "0",
|
||||||
"attachment": "0"
|
"attachment": "0",
|
||||||
|
"chatMessage": "0"
|
||||||
},
|
},
|
||||||
"fonts": {
|
"fonts": {
|
||||||
"interface": {
|
"interface": {
|
||||||
|
@ -496,7 +514,7 @@
|
||||||
},
|
},
|
||||||
"opacity": {
|
"opacity": {
|
||||||
"bg": "0.85",
|
"bg": "0.85",
|
||||||
"faint": "1",
|
"faint": "0.7",
|
||||||
"border": "0.3",
|
"border": "0.3",
|
||||||
"input": "0.9",
|
"input": "0.9",
|
||||||
"alert": "0.7"
|
"alert": "0.7"
|
||||||
|
@ -510,6 +528,7 @@
|
||||||
"cRed": "#c60909",
|
"cRed": "#c60909",
|
||||||
"cGreen": "#22b21a",
|
"cGreen": "#22b21a",
|
||||||
"cOrange": "#e0a10e",
|
"cOrange": "#e0a10e",
|
||||||
|
"postGreentext": "#22b21a",
|
||||||
"border": "#4d3536",
|
"border": "#4d3536",
|
||||||
"topBar": "#4d3536",
|
"topBar": "#4d3536",
|
||||||
"topBarText": "#dfdfdf",
|
"topBarText": "#dfdfdf",
|
||||||
|
|
|
@ -122,19 +122,35 @@
|
||||||
"accent": "#d15425",
|
"accent": "#d15425",
|
||||||
"link": "#d15425",
|
"link": "#d15425",
|
||||||
"text": "#222222",
|
"text": "#222222",
|
||||||
|
"chatBg": "#eebaa4",
|
||||||
|
"chatMessageIncomingBg": "#eebaa4",
|
||||||
|
"chatMessageOutgoingBg": "#eaaa8f",
|
||||||
|
"chatMessageOutgoingBorder": "#e9a486",
|
||||||
|
"chatMessageOutgoingLink": "#da5e2f",
|
||||||
|
"chatMessageOutgoingText": "#222222",
|
||||||
|
"border": "#e15520",
|
||||||
|
"chatMessageIncomingBorder": "#d9511e",
|
||||||
|
"chatMessageIncomingLink": "#da5e2f",
|
||||||
|
"chatMessageIncomingText": "#222222",
|
||||||
"badgeNotification": "#dd0000",
|
"badgeNotification": "#dd0000",
|
||||||
"badgeNotificationText": "#ffffff",
|
"badgeNotificationText": "#ffffff",
|
||||||
|
"alertNeutral": "#222222",
|
||||||
|
"alertNeutralText": "#ffffff",
|
||||||
|
"alertPopupNeutral": "#222222",
|
||||||
|
"alertPopupNeutralText": "#ffffff",
|
||||||
|
"alertWarning": "#f98f00",
|
||||||
|
"alertWarningText": "#222222",
|
||||||
|
"alertPopupWarning": "#f98f00",
|
||||||
|
"alertPopupWarningText": "#222222",
|
||||||
|
"alertError": "#dd0000",
|
||||||
|
"alertErrorText": "#222222",
|
||||||
|
"alertPopupError": "#dd0000",
|
||||||
|
"alertPopupErrorText": "#ffffff",
|
||||||
"panel": "#e25b28",
|
"panel": "#e25b28",
|
||||||
"panelText": "#ffffff",
|
"panelText": "#ffffff",
|
||||||
"alertNeutral": "#222222",
|
|
||||||
"alertNeutralPanelText": "#ffffff",
|
"alertNeutralPanelText": "#ffffff",
|
||||||
"alertNeutralText": "#ffffff",
|
|
||||||
"alertWarning": "#f98f00",
|
|
||||||
"alertWarningPanelText": "#000000",
|
"alertWarningPanelText": "#000000",
|
||||||
"alertWarningText": "#222222",
|
|
||||||
"alertError": "#dd0000",
|
|
||||||
"alertErrorPanelText": "#ffffff",
|
"alertErrorPanelText": "#ffffff",
|
||||||
"alertErrorText": "#222222",
|
|
||||||
"fgText": "#ffede3",
|
"fgText": "#ffede3",
|
||||||
"topBar": "#e25b28",
|
"topBar": "#e25b28",
|
||||||
"topBarText": "#ffffff",
|
"topBarText": "#ffffff",
|
||||||
|
@ -170,7 +186,7 @@
|
||||||
"icon": "#886e63",
|
"icon": "#886e63",
|
||||||
"poll": "#e39272",
|
"poll": "#e39272",
|
||||||
"pollText": "#222222",
|
"pollText": "#222222",
|
||||||
"border": "#e15520",
|
"postGreentext": "#1ba32c",
|
||||||
"postLink": "#da5e2f",
|
"postLink": "#da5e2f",
|
||||||
"lightText": "#000000",
|
"lightText": "#000000",
|
||||||
"popover": "#eebaa4",
|
"popover": "#eebaa4",
|
||||||
|
@ -222,12 +238,13 @@
|
||||||
"opacity": {
|
"opacity": {
|
||||||
"underlay": 0.15,
|
"underlay": 0.15,
|
||||||
"bg": 1,
|
"bg": 1,
|
||||||
"panel": 1,
|
"border": 0.2,
|
||||||
"alert": 0.5,
|
"alert": 0.5,
|
||||||
|
"alertPopup": 0.95,
|
||||||
|
"panel": 1,
|
||||||
"input": 0.5,
|
"input": 0.5,
|
||||||
"btn": 1,
|
"btn": 1,
|
||||||
"faint": 0.5,
|
"faint": 0.5,
|
||||||
"border": 0.2,
|
|
||||||
"popover": 1,
|
"popover": 1,
|
||||||
"profileTint": 0.5
|
"profileTint": 0.5
|
||||||
},
|
},
|
||||||
|
@ -239,7 +256,8 @@
|
||||||
"avatar": "8",
|
"avatar": "8",
|
||||||
"avatarAlt": "4",
|
"avatarAlt": "4",
|
||||||
"tooltip": "16",
|
"tooltip": "16",
|
||||||
"attachment": "4"
|
"attachment": "4",
|
||||||
|
"chatMessage": "16"
|
||||||
},
|
},
|
||||||
"fonts": {
|
"fonts": {
|
||||||
"interface": {
|
"interface": {
|
||||||
|
@ -359,6 +377,7 @@
|
||||||
"cRed": "#dd0000",
|
"cRed": "#dd0000",
|
||||||
"cGreen": "#1ba32c",
|
"cGreen": "#1ba32c",
|
||||||
"cOrange": "#f98f00",
|
"cOrange": "#f98f00",
|
||||||
|
"postGreentext": "#1ba32c",
|
||||||
"fgText": "#ffede3",
|
"fgText": "#ffede3",
|
||||||
"topBarText": "#ffffff",
|
"topBarText": "#ffffff",
|
||||||
"topBarLink": "#ffffff",
|
"topBarLink": "#ffffff",
|
||||||
|
|
|
@ -128,19 +128,35 @@
|
||||||
"accent": "#b23a7e",
|
"accent": "#b23a7e",
|
||||||
"link": "#b23a7e",
|
"link": "#b23a7e",
|
||||||
"text": "#4a333f",
|
"text": "#4a333f",
|
||||||
|
"chatBg": "#e1ddd9",
|
||||||
|
"chatMessageIncomingBg": "#e1ddd9",
|
||||||
|
"chatMessageOutgoingBg": "#d6d1cb",
|
||||||
|
"chatMessageOutgoingBorder": "#d2ccc6",
|
||||||
|
"chatMessageOutgoingLink": "#c54e91",
|
||||||
|
"chatMessageOutgoingText": "#4a333f",
|
||||||
|
"border": "#4a333f",
|
||||||
|
"chatMessageIncomingBorder": "#442f3a",
|
||||||
|
"chatMessageIncomingLink": "#c54e91",
|
||||||
|
"chatMessageIncomingText": "#4a333f",
|
||||||
"badgeNotification": "#bb0000",
|
"badgeNotification": "#bb0000",
|
||||||
"badgeNotificationText": "#ffffff",
|
"badgeNotificationText": "#ffffff",
|
||||||
|
"alertNeutral": "#4a333f",
|
||||||
|
"alertNeutralText": "#ffffff",
|
||||||
|
"alertPopupNeutral": "#4a333f",
|
||||||
|
"alertPopupNeutralText": "#ffffff",
|
||||||
|
"alertWarning": "#c69f3b",
|
||||||
|
"alertWarningText": "#ffffff",
|
||||||
|
"alertPopupWarning": "#c69f3b",
|
||||||
|
"alertPopupWarningText": "#000000",
|
||||||
|
"alertError": "#aa0000",
|
||||||
|
"alertErrorText": "#ffffff",
|
||||||
|
"alertPopupError": "#aa0000",
|
||||||
|
"alertPopupErrorText": "#ffffff",
|
||||||
"panel": "#c68bac",
|
"panel": "#c68bac",
|
||||||
"panelText": "#fcfdfe",
|
"panelText": "#fcfdfe",
|
||||||
"alertNeutral": "#4a333f",
|
|
||||||
"alertNeutralPanelText": "#fcfdfe",
|
"alertNeutralPanelText": "#fcfdfe",
|
||||||
"alertNeutralText": "#ffffff",
|
|
||||||
"alertWarning": "#c69f3b",
|
|
||||||
"alertWarningPanelText": "#010203",
|
"alertWarningPanelText": "#010203",
|
||||||
"alertWarningText": "#ffffff",
|
|
||||||
"alertError": "#aa0000",
|
|
||||||
"alertErrorPanelText": "#fcfdfe",
|
"alertErrorPanelText": "#fcfdfe",
|
||||||
"alertErrorText": "#ffffff",
|
|
||||||
"fgText": "#000000",
|
"fgText": "#000000",
|
||||||
"topBar": "#c68bac",
|
"topBar": "#c68bac",
|
||||||
"topBarText": "#f1f5fa",
|
"topBarText": "#f1f5fa",
|
||||||
|
@ -157,15 +173,15 @@
|
||||||
"btnDisabledPanelText": "#e1cdd5",
|
"btnDisabledPanelText": "#e1cdd5",
|
||||||
"btnDisabledText": "#e1cdd5",
|
"btnDisabledText": "#e1cdd5",
|
||||||
"btnToggled": "#dda8c6",
|
"btnToggled": "#dda8c6",
|
||||||
"btnToggledTopBarText": "#050507",
|
"btnToggledTopBarText": "#f9fafb",
|
||||||
"btnToggledPanelText": "#050507",
|
"btnToggledPanelText": "#f9fafb",
|
||||||
"btnToggledText": "#050507",
|
"btnToggledText": "#f9fafb",
|
||||||
"btnPressed": "#bf5f96",
|
"btnPressed": "#bf5f96",
|
||||||
"btnPressedTopBarText": "#050507",
|
"btnPressedTopBarText": "#f9fafb",
|
||||||
"btnPressedTopBar": "#bf5f96",
|
"btnPressedTopBar": "#bf5f96",
|
||||||
"btnPressedPanelText": "#050507",
|
"btnPressedPanelText": "#f9fafb",
|
||||||
"btnPressedPanel": "#bf5f96",
|
"btnPressedPanel": "#bf5f96",
|
||||||
"btnPressedText": "#050507",
|
"btnPressedText": "#f9fafb",
|
||||||
"tabActiveText": "#f9fafb",
|
"tabActiveText": "#f9fafb",
|
||||||
"tabText": "#f9fafb",
|
"tabText": "#f9fafb",
|
||||||
"tab": "#bf5f96",
|
"tab": "#bf5f96",
|
||||||
|
@ -176,7 +192,7 @@
|
||||||
"icon": "#8b7c81",
|
"icon": "#8b7c81",
|
||||||
"poll": "#cf9cb5",
|
"poll": "#cf9cb5",
|
||||||
"pollText": "#4a333f",
|
"pollText": "#4a333f",
|
||||||
"border": "#4a333f",
|
"postGreentext": "#2da525",
|
||||||
"postLink": "#b23a7e",
|
"postLink": "#b23a7e",
|
||||||
"lightText": "#0e0a0c",
|
"lightText": "#0e0a0c",
|
||||||
"popover": "#e1ddd9",
|
"popover": "#e1ddd9",
|
||||||
|
@ -228,12 +244,13 @@
|
||||||
"opacity": {
|
"opacity": {
|
||||||
"underlay": 0.15,
|
"underlay": 0.15,
|
||||||
"bg": 0.85,
|
"bg": 0.85,
|
||||||
"panel": 0.9,
|
"border": 0.2,
|
||||||
"alert": 0.8,
|
"alert": 0.8,
|
||||||
|
"alertPopup": 0.95,
|
||||||
|
"panel": 0.9,
|
||||||
"input": 0.6,
|
"input": 0.6,
|
||||||
"btn": 0.75,
|
"btn": 0.75,
|
||||||
"faint": 0.5,
|
"faint": 0.5,
|
||||||
"border": 0.2,
|
|
||||||
"popover": 1,
|
"popover": 1,
|
||||||
"profileTint": 0.5
|
"profileTint": 0.5
|
||||||
},
|
},
|
||||||
|
@ -245,7 +262,8 @@
|
||||||
"avatar": "0",
|
"avatar": "0",
|
||||||
"avatarAlt": "0",
|
"avatarAlt": "0",
|
||||||
"tooltip": "0",
|
"tooltip": "0",
|
||||||
"attachment": "0"
|
"attachment": "0",
|
||||||
|
"chatMessage": "0"
|
||||||
},
|
},
|
||||||
"fonts": {
|
"fonts": {
|
||||||
"interface": {
|
"interface": {
|
||||||
|
@ -392,6 +410,7 @@
|
||||||
"cGreen": "#2da525",
|
"cGreen": "#2da525",
|
||||||
"cOrange": "#c69f3b",
|
"cOrange": "#c69f3b",
|
||||||
"postLink": "#b23a7e",
|
"postLink": "#b23a7e",
|
||||||
|
"postGreentext": "#2da525",
|
||||||
"border": "#4a333f",
|
"border": "#4a333f",
|
||||||
"icon": "#8b7c81",
|
"icon": "#8b7c81",
|
||||||
"panelText": "#fcfdfe",
|
"panelText": "#fcfdfe",
|
||||||
|
@ -403,6 +422,12 @@
|
||||||
"btnText": "#f9fafb",
|
"btnText": "#f9fafb",
|
||||||
"btnPanelText": "#f9fafb",
|
"btnPanelText": "#f9fafb",
|
||||||
"btnTopBarText": "#f9fafb",
|
"btnTopBarText": "#f9fafb",
|
||||||
|
"btnPressedText": "#f9fafb",
|
||||||
|
"btnPressedPanelText": "#f9fafb",
|
||||||
|
"btnPressedTopBarText": "#f9fafb",
|
||||||
|
"btnToggledText": "#f9fafb",
|
||||||
|
"btnToggledPanelText": "#f9fafb",
|
||||||
|
"btnToggledTopBarText": "#f9fafb",
|
||||||
"input": "#f3deee",
|
"input": "#f3deee",
|
||||||
"inputText": "#4a333f",
|
"inputText": "#4a333f",
|
||||||
"alertError": "#aa0000",
|
"alertError": "#aa0000",
|
||||||
|
@ -422,4 +447,4 @@
|
||||||
"attachment": "0"
|
"attachment": "0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -128,19 +128,35 @@
|
||||||
"accent": "#3d83a9",
|
"accent": "#3d83a9",
|
||||||
"link": "#3d83a9",
|
"link": "#3d83a9",
|
||||||
"text": "#3d5161",
|
"text": "#3d5161",
|
||||||
|
"chatBg": "#e1ddd9",
|
||||||
|
"chatMessageIncomingBg": "#e1ddd9",
|
||||||
|
"chatMessageOutgoingBg": "#d6d1cb",
|
||||||
|
"chatMessageOutgoingBorder": "#d2ccc6",
|
||||||
|
"chatMessageOutgoingLink": "#569cc2",
|
||||||
|
"chatMessageOutgoingText": "#3d5161",
|
||||||
|
"border": "#425571",
|
||||||
|
"chatMessageIncomingBorder": "#3e506b",
|
||||||
|
"chatMessageIncomingLink": "#569cc2",
|
||||||
|
"chatMessageIncomingText": "#3d5161",
|
||||||
"badgeNotification": "#9f0000",
|
"badgeNotification": "#9f0000",
|
||||||
"badgeNotificationText": "#ffffff",
|
"badgeNotificationText": "#ffffff",
|
||||||
|
"alertNeutral": "#3d5161",
|
||||||
|
"alertNeutralText": "#ffffff",
|
||||||
|
"alertPopupNeutral": "#3d5161",
|
||||||
|
"alertPopupNeutralText": "#ffffff",
|
||||||
|
"alertWarning": "#c69f3b",
|
||||||
|
"alertWarningText": "#ffffff",
|
||||||
|
"alertPopupWarning": "#c69f3b",
|
||||||
|
"alertPopupWarningText": "#000000",
|
||||||
|
"alertError": "#b73737",
|
||||||
|
"alertErrorText": "#ffffff",
|
||||||
|
"alertPopupError": "#b73737",
|
||||||
|
"alertPopupErrorText": "#ffffff",
|
||||||
"panel": "#455a77",
|
"panel": "#455a77",
|
||||||
"panelText": "#ffffff",
|
"panelText": "#ffffff",
|
||||||
"alertNeutral": "#3d5161",
|
|
||||||
"alertNeutralPanelText": "#ffffff",
|
"alertNeutralPanelText": "#ffffff",
|
||||||
"alertNeutralText": "#ffffff",
|
|
||||||
"alertWarning": "#c69f3b",
|
|
||||||
"alertWarningPanelText": "#000000",
|
"alertWarningPanelText": "#000000",
|
||||||
"alertWarningText": "#ffffff",
|
|
||||||
"alertError": "#b73737",
|
|
||||||
"alertErrorPanelText": "#ffffff",
|
"alertErrorPanelText": "#ffffff",
|
||||||
"alertErrorText": "#ffffff",
|
|
||||||
"fgText": "#ffffff",
|
"fgText": "#ffffff",
|
||||||
"topBar": "#455a77",
|
"topBar": "#455a77",
|
||||||
"topBarText": "#ffffff",
|
"topBarText": "#ffffff",
|
||||||
|
@ -176,7 +192,7 @@
|
||||||
"icon": "#788187",
|
"icon": "#788187",
|
||||||
"poll": "#a0b9c6",
|
"poll": "#a0b9c6",
|
||||||
"pollText": "#000000",
|
"pollText": "#000000",
|
||||||
"border": "#425571",
|
"postGreentext": "#2da525",
|
||||||
"postLink": "#3d83a9",
|
"postLink": "#3d83a9",
|
||||||
"lightText": "#161d23",
|
"lightText": "#161d23",
|
||||||
"popover": "#e1ddd9",
|
"popover": "#e1ddd9",
|
||||||
|
@ -228,12 +244,13 @@
|
||||||
"opacity": {
|
"opacity": {
|
||||||
"underlay": 0.15,
|
"underlay": 0.15,
|
||||||
"bg": 0.85,
|
"bg": 0.85,
|
||||||
"panel": 0.9,
|
"border": 0.3,
|
||||||
"alert": 0.8,
|
"alert": 0.8,
|
||||||
|
"alertPopup": 0.95,
|
||||||
|
"panel": 0.9,
|
||||||
"input": 0.6,
|
"input": 0.6,
|
||||||
"btn": 0.75,
|
"btn": 0.75,
|
||||||
"faint": 0.5,
|
"faint": 0.5,
|
||||||
"border": 0.3,
|
|
||||||
"popover": 1,
|
"popover": 1,
|
||||||
"profileTint": 0.5
|
"profileTint": 0.5
|
||||||
},
|
},
|
||||||
|
@ -245,7 +262,8 @@
|
||||||
"avatar": "0",
|
"avatar": "0",
|
||||||
"avatarAlt": "0",
|
"avatarAlt": "0",
|
||||||
"tooltip": "0",
|
"tooltip": "0",
|
||||||
"attachment": "0"
|
"attachment": "0",
|
||||||
|
"chatMessage": "0"
|
||||||
},
|
},
|
||||||
"fonts": {
|
"fonts": {
|
||||||
"interface": {
|
"interface": {
|
||||||
|
@ -392,6 +410,7 @@
|
||||||
"cGreen": "#2da525",
|
"cGreen": "#2da525",
|
||||||
"cOrange": "#c69f3b",
|
"cOrange": "#c69f3b",
|
||||||
"postLink": "#3d83a9",
|
"postLink": "#3d83a9",
|
||||||
|
"postGreentext": "#2da525",
|
||||||
"icon": "#788187",
|
"icon": "#788187",
|
||||||
"topBarText": "#ffffff",
|
"topBarText": "#ffffff",
|
||||||
"topBarLink": "#ffffff",
|
"topBarLink": "#ffffff",
|
||||||
|
@ -415,4 +434,4 @@
|
||||||
"attachment": "0"
|
"attachment": "0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -147,19 +147,35 @@
|
||||||
"accent": "#a30008",
|
"accent": "#a30008",
|
||||||
"link": "#a30008",
|
"link": "#a30008",
|
||||||
"text": "#202020",
|
"text": "#202020",
|
||||||
|
"chatBg": "#f2c8cc",
|
||||||
|
"chatMessageIncomingBg": "#f2c8cc",
|
||||||
|
"chatMessageOutgoingBg": "#eeb4b9",
|
||||||
|
"chatMessageOutgoingBorder": "#ecacb1",
|
||||||
|
"chatMessageOutgoingLink": "#a30008",
|
||||||
|
"chatMessageOutgoingText": "#202020",
|
||||||
|
"border": "#aa2a30",
|
||||||
|
"chatMessageIncomingBorder": "#a2282d",
|
||||||
|
"chatMessageIncomingLink": "#a30008",
|
||||||
|
"chatMessageIncomingText": "#202020",
|
||||||
"badgeNotification": "#de2020",
|
"badgeNotification": "#de2020",
|
||||||
"badgeNotificationText": "#ffffff",
|
"badgeNotificationText": "#ffffff",
|
||||||
|
"alertNeutral": "#202020",
|
||||||
|
"alertNeutralText": "#dfdfdf",
|
||||||
|
"alertPopupNeutral": "#202020",
|
||||||
|
"alertPopupNeutralText": "#dfdfdf",
|
||||||
|
"alertWarning": "#f2f743",
|
||||||
|
"alertWarningText": "#202020",
|
||||||
|
"alertPopupWarning": "#f2f743",
|
||||||
|
"alertPopupWarningText": "#202020",
|
||||||
|
"alertError": "#de2020",
|
||||||
|
"alertErrorText": "#dfdfdf",
|
||||||
|
"alertPopupError": "#de2020",
|
||||||
|
"alertPopupErrorText": "#ffffff",
|
||||||
"panel": "#b22c33",
|
"panel": "#b22c33",
|
||||||
"panelText": "#ffffff",
|
"panelText": "#ffffff",
|
||||||
"alertNeutral": "#202020",
|
|
||||||
"alertNeutralPanelText": "#ffffff",
|
"alertNeutralPanelText": "#ffffff",
|
||||||
"alertNeutralText": "#dfdfdf",
|
|
||||||
"alertWarning": "#f2f743",
|
|
||||||
"alertWarningPanelText": "#000000",
|
"alertWarningPanelText": "#000000",
|
||||||
"alertWarningText": "#202020",
|
|
||||||
"alertError": "#de2020",
|
|
||||||
"alertErrorPanelText": "#ffffff",
|
"alertErrorPanelText": "#ffffff",
|
||||||
"alertErrorText": "#dfdfdf",
|
|
||||||
"fgText": "#dfdfdf",
|
"fgText": "#dfdfdf",
|
||||||
"topBar": "#b22c33",
|
"topBar": "#b22c33",
|
||||||
"topBarText": "#ffffff",
|
"topBarText": "#ffffff",
|
||||||
|
@ -195,7 +211,7 @@
|
||||||
"icon": "#897476",
|
"icon": "#897476",
|
||||||
"poll": "#d3787e",
|
"poll": "#d3787e",
|
||||||
"pollText": "#202020",
|
"pollText": "#202020",
|
||||||
"border": "#aa2a30",
|
"postGreentext": "#10aa08",
|
||||||
"postLink": "#a30008",
|
"postLink": "#a30008",
|
||||||
"lightText": "#000000",
|
"lightText": "#000000",
|
||||||
"popover": "#f2c8cc",
|
"popover": "#f2c8cc",
|
||||||
|
@ -247,12 +263,13 @@
|
||||||
"opacity": {
|
"opacity": {
|
||||||
"underlay": 0.15,
|
"underlay": 0.15,
|
||||||
"bg": 0.9,
|
"bg": 0.9,
|
||||||
"panel": 1,
|
"border": 0.15,
|
||||||
"alert": 0.85,
|
"alert": 0.85,
|
||||||
|
"alertPopup": 0.95,
|
||||||
|
"panel": 1,
|
||||||
"input": 0.6,
|
"input": 0.6,
|
||||||
"btn": 1,
|
"btn": 1,
|
||||||
"faint": 0.5,
|
"faint": 0.5,
|
||||||
"border": 0.15,
|
|
||||||
"popover": 1,
|
"popover": 1,
|
||||||
"profileTint": 0.5
|
"profileTint": 0.5
|
||||||
},
|
},
|
||||||
|
@ -264,7 +281,8 @@
|
||||||
"avatar": "200",
|
"avatar": "200",
|
||||||
"avatarAlt": "50",
|
"avatarAlt": "50",
|
||||||
"tooltip": "4",
|
"tooltip": "4",
|
||||||
"attachment": "4"
|
"attachment": "4",
|
||||||
|
"chatMessage": "5"
|
||||||
},
|
},
|
||||||
"fonts": {
|
"fonts": {
|
||||||
"interface": {
|
"interface": {
|
||||||
|
@ -436,6 +454,7 @@
|
||||||
"cRed": "#ce3838",
|
"cRed": "#ce3838",
|
||||||
"cGreen": "#10aa08",
|
"cGreen": "#10aa08",
|
||||||
"cOrange": "#f2f743",
|
"cOrange": "#f2f743",
|
||||||
|
"postGreentext": "#10aa08",
|
||||||
"border": "#aa2a30",
|
"border": "#aa2a30",
|
||||||
"panelText": "#ffffff",
|
"panelText": "#ffffff",
|
||||||
"topBarText": "#ffffff",
|
"topBarText": "#ffffff",
|
||||||
|
|
Loading…
Reference in a new issue