forked from AkkomaGang/akkoma-fe
Add HyNET themes
This commit is contained in:
parent
f1910c0ce9
commit
f0184a1b5d
3 changed files with 547 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
"bird": [ "Bird", "#f8fafd", "#e6ecf0", "#14171a", "#0084b8", "#e0245e", "#17bf63", "#1b95e0", "#fab81e"],
|
"bird": [ "Bird", "#f8fafd", "#e6ecf0", "#14171a", "#0084b8", "#e0245e", "#17bf63", "#1b95e0", "#fab81e"],
|
||||||
"ir-black": [ "Ir Black", "#000000", "#242422", "#b5b3aa", "#ff6c60", "#FF6C60", "#A8FF60", "#96CBFE", "#FFFFB6" ],
|
"ir-black": [ "Ir Black", "#000000", "#242422", "#b5b3aa", "#ff6c60", "#FF6C60", "#A8FF60", "#96CBFE", "#FFFFB6" ],
|
||||||
"monokai": [ "Monokai", "#272822", "#383830", "#f8f8f2", "#f92672", "#F92672", "#a6e22e", "#66d9ef", "#f4bf75" ],
|
"monokai": [ "Monokai", "#272822", "#383830", "#f8f8f2", "#f92672", "#F92672", "#a6e22e", "#66d9ef", "#f4bf75" ],
|
||||||
|
"hyenanet": "/static/themes/hyenanet.json",
|
||||||
|
"hyenanet_darker": "/static/themes/hyenanet_darker.json",
|
||||||
"redmond-xx": "/static/themes/redmond-xx.json",
|
"redmond-xx": "/static/themes/redmond-xx.json",
|
||||||
"redmond-xx-se": "/static/themes/redmond-xx-se.json",
|
"redmond-xx-se": "/static/themes/redmond-xx-se.json",
|
||||||
"redmond-xxi": "/static/themes/redmond-xxi.json",
|
"redmond-xxi": "/static/themes/redmond-xxi.json",
|
||||||
|
|
1
static/themes/hyenanet.json
Normal file
1
static/themes/hyenanet.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"_pleroma_theme_version":2,"theme":{"fonts":{"interface":{"family":"monospace"},"input":{"family":"monospace"},"postCode":{"family":"monospace"}},"shadows":{"buttonHover":[{"x":0,"y":"4","blur":"0","spread":0,"color":"#AB3D3C","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}],"button":[{"x":0,"y":"4","blur":"0","spread":0,"color":"#ab3d3c","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}],"buttonPressed":[{"x":0,"y":"4","blur":"0","spread":0,"color":"#AB3D3C","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}],"panelHeader":[{"x":0,"y":"9","blur":"9","spread":"-4","inset":false,"color":"#000000","alpha":"0.7"}],"popup":[{"x":2,"y":2,"blur":"13","spread":"4","color":"#000000","alpha":"0.65"}],"avatarStatus":[{"x":0,"y":"5","blur":"5","spread":0,"inset":false,"color":"#000000","alpha":"0.55"}]},"opacity":{"faint":0.5},"colors":{"bg":"#1c1c1c","text":"#ffffff","link":"#ef727f","fg":"#1c1c1c","fgText":"#ffffff","fgLink":"#ef727f","panel":"#303030","panelText":"#ffffff","panelLink":"#faacac","panelFaint":"#faacac","input":"#333333","inputText":"#ffffff","topBar":"#212121","topBarText":"#faacac","topBarLink":"#d63243","btn":"#ff5856","btnText":"#ffffff","alertError":"#7f3142","alertWarning":"#ffb06d","badgeNotification":"#7f3142","faint":"#faacac","faintLink":"#d63243","border":"#495063","cRed":"#7f3142","cBlue":"#fb476a","cGreen":"#ff6e6d","cOrange":"#ffb06d"},"radii":{"btn":4,"input":4,"panel":"0","avatar":"4","avatarAlt":"4","attachment":"4"}}}
|
544
static/themes/hyenanet_darker.json
Normal file
544
static/themes/hyenanet_darker.json
Normal file
|
@ -0,0 +1,544 @@
|
||||||
|
{
|
||||||
|
"_pleroma_theme_version": 2,
|
||||||
|
"theme": {
|
||||||
|
"themeEngineVersion": 3,
|
||||||
|
"shadows": {
|
||||||
|
"panel": [
|
||||||
|
{
|
||||||
|
"x": 1,
|
||||||
|
"y": 1,
|
||||||
|
"blur": 4,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 0.6
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"topBar": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": "3",
|
||||||
|
"blur": 0,
|
||||||
|
"spread": 0,
|
||||||
|
"inset": false,
|
||||||
|
"color": "#faacac",
|
||||||
|
"alpha": "0.6"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"popup": [
|
||||||
|
{
|
||||||
|
"x": 2,
|
||||||
|
"y": 2,
|
||||||
|
"blur": "13",
|
||||||
|
"spread": "4",
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": "0.65"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"avatar": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": 1,
|
||||||
|
"blur": 8,
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": 0.7
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"avatarStatus": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": "5",
|
||||||
|
"blur": "5",
|
||||||
|
"spread": 0,
|
||||||
|
"inset": false,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": "0.55"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"panelHeader": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": "9",
|
||||||
|
"blur": "9",
|
||||||
|
"spread": "-4",
|
||||||
|
"inset": false,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"button": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": "4",
|
||||||
|
"blur": "0",
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#7f3938",
|
||||||
|
"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": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": "4",
|
||||||
|
"blur": "0",
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#b84c4b",
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"buttonPressed": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": "4",
|
||||||
|
"blur": "0",
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#b84c4b",
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"colors": {
|
||||||
|
"underlay": "#000000",
|
||||||
|
"bg": "#161616",
|
||||||
|
"fg": "#1c1c1c",
|
||||||
|
"cRed": "#473e3e",
|
||||||
|
"cOrange": "#ffda4f",
|
||||||
|
"cGreen": "#faacac",
|
||||||
|
"cBlue": "#adadad",
|
||||||
|
"accent": "#faacac",
|
||||||
|
"link": "#faacac",
|
||||||
|
"text": "#ffffff",
|
||||||
|
"chatBg": "#161616",
|
||||||
|
"chatMessageIncomingBg": "#161616",
|
||||||
|
"chatMessageOutgoingBg": "#232323",
|
||||||
|
"chatMessageOutgoingBorder": "#282828",
|
||||||
|
"chatMessageOutgoingLink": "#faacac",
|
||||||
|
"chatMessageOutgoingText": "#ffffff",
|
||||||
|
"border": "#faacac",
|
||||||
|
"chatMessageIncomingBorder": "#fbb6b6",
|
||||||
|
"chatMessageIncomingLink": "#faacac",
|
||||||
|
"chatMessageIncomingText": "#ffffff",
|
||||||
|
"badgeNotification": "#7f3142",
|
||||||
|
"badgeNotificationText": "#ffffff",
|
||||||
|
"alertNeutral": "#ffffff",
|
||||||
|
"alertNeutralText": "#000000",
|
||||||
|
"alertPopupNeutral": "#ffffff",
|
||||||
|
"alertPopupNeutralText": "#000000",
|
||||||
|
"alertWarning": "#ffda4f",
|
||||||
|
"alertWarningText": "#000000",
|
||||||
|
"alertPopupWarning": "#ffda4f",
|
||||||
|
"alertPopupWarningText": "#000000",
|
||||||
|
"alertError": "#473e3e",
|
||||||
|
"alertErrorText": "#ffffff",
|
||||||
|
"alertPopupError": "#473e3e",
|
||||||
|
"alertPopupErrorText": "#ffffff",
|
||||||
|
"panel": "#1e1e1e",
|
||||||
|
"panelText": "#ffffff",
|
||||||
|
"alertNeutralPanelText": "#000000",
|
||||||
|
"alertWarningPanelText": "#000000",
|
||||||
|
"alertErrorPanelText": "#ffffff",
|
||||||
|
"fgText": "#ffffff",
|
||||||
|
"topBar": "#191919",
|
||||||
|
"topBarText": "#faacac",
|
||||||
|
"input": "#1c1c1c",
|
||||||
|
"inputTopbarText": "#faacac",
|
||||||
|
"inputPanelText": "#ffffff",
|
||||||
|
"inputText": "#ffffff",
|
||||||
|
"btn": "#faacac",
|
||||||
|
"btnText": "#191919",
|
||||||
|
"btnTopBarText": "#191919",
|
||||||
|
"btnDisabled": "#4f3c3c",
|
||||||
|
"btnDisabledTopBarText": "#423434",
|
||||||
|
"btnPanelText": "#191919",
|
||||||
|
"btnDisabledPanelText": "#423434",
|
||||||
|
"btnDisabledText": "#423434",
|
||||||
|
"btnToggled": "#b87f7e",
|
||||||
|
"btnToggledTopBarText": "#191919",
|
||||||
|
"btnToggledPanelText": "#191919",
|
||||||
|
"btnToggledText": "#191919",
|
||||||
|
"btnPressed": "#7b5151",
|
||||||
|
"btnPressedTopBarText": "#e6e6e6",
|
||||||
|
"btnPressedTopBar": "#7b5151",
|
||||||
|
"btnPressedPanelText": "#e6e6e6",
|
||||||
|
"btnPressedPanel": "#7b5151",
|
||||||
|
"btnPressedText": "#ffffff",
|
||||||
|
"tabActiveText": "#ffffff",
|
||||||
|
"tabText": "#ffffff",
|
||||||
|
"tab": "#212121",
|
||||||
|
"fgLink": "#faacac",
|
||||||
|
"topBarLink": "#faacac",
|
||||||
|
"panelLink": "#faacac",
|
||||||
|
"panelFaint": "#ffffff",
|
||||||
|
"icon": "#8b8b8b",
|
||||||
|
"poll": "#725252",
|
||||||
|
"pollText": "#ffffff",
|
||||||
|
"postGreentext": "#faacac",
|
||||||
|
"postLink": "#faacac",
|
||||||
|
"lightText": "#ffffff",
|
||||||
|
"popover": "#161616",
|
||||||
|
"selectedMenuPopover": "#232323",
|
||||||
|
"highlight": "#232323",
|
||||||
|
"highlightText": "#ffffff",
|
||||||
|
"selectedMenu": "#232323",
|
||||||
|
"selectedMenuText": "#ffffff",
|
||||||
|
"selectedMenuPopoverIcon": "#919191",
|
||||||
|
"highlightLink": "#faacac",
|
||||||
|
"selectedMenuLink": "#faacac",
|
||||||
|
"selectedMenuPopoverLink": "#faacac",
|
||||||
|
"selectedMenuPopoverText": "#ffffff",
|
||||||
|
"faintLink": "#faacac",
|
||||||
|
"highlightFaintLink": "#faacac",
|
||||||
|
"selectedMenuFaintLink": "#faacac",
|
||||||
|
"selectedMenuPopoverFaintLink": "#faacac",
|
||||||
|
"faint": "#ffffff",
|
||||||
|
"highlightFaintText": "#ffffff",
|
||||||
|
"selectedMenuFaintText": "#ffffff",
|
||||||
|
"selectedMenuPopoverFaintText": "#ffffff",
|
||||||
|
"highlightLightText": "#ffffff",
|
||||||
|
"selectedMenuLightText": "#ffffff",
|
||||||
|
"selectedMenuPopoverLightText": "#ffffff",
|
||||||
|
"selectedMenuIcon": "#919191",
|
||||||
|
"selectedPost": "#232323",
|
||||||
|
"selectedPostText": "#ffffff",
|
||||||
|
"selectedPostIcon": "#919191",
|
||||||
|
"selectedPostLink": "#faacac",
|
||||||
|
"selectedPostFaintLink": "#faacac",
|
||||||
|
"highlightPostLink": "#faacac",
|
||||||
|
"selectedPostPostLink": "#faacac",
|
||||||
|
"selectedPostLightText": "#ffffff",
|
||||||
|
"selectedPostFaintText": "#ffffff",
|
||||||
|
"popoverText": "#ffffff",
|
||||||
|
"popoverIcon": "#8b8b8b",
|
||||||
|
"popoverLink": "#faacac",
|
||||||
|
"postFaintLink": "#faacac",
|
||||||
|
"popoverPostFaintLink": "#faacac",
|
||||||
|
"popoverFaintLink": "#faacac",
|
||||||
|
"popoverFaintText": "#ffffff",
|
||||||
|
"popoverPostLink": "#faacac",
|
||||||
|
"popoverLightText": "#ffffff",
|
||||||
|
"highlightIcon": "#919191",
|
||||||
|
"highlightPostFaintLink": "#faacac",
|
||||||
|
"profileTint": "#161616",
|
||||||
|
"profileBg": "#0b0c0c"
|
||||||
|
},
|
||||||
|
"opacity": {
|
||||||
|
"underlay": 0.15,
|
||||||
|
"bg": 1,
|
||||||
|
"border": 0.2,
|
||||||
|
"alert": 0.5,
|
||||||
|
"alertPopup": 0.95,
|
||||||
|
"panel": 1,
|
||||||
|
"input": 0.5,
|
||||||
|
"btn": 1,
|
||||||
|
"faint": 0.5,
|
||||||
|
"popover": 1,
|
||||||
|
"profileTint": 0.5
|
||||||
|
},
|
||||||
|
"radii": {
|
||||||
|
"btn": "1",
|
||||||
|
"input": "0",
|
||||||
|
"checkbox": 2,
|
||||||
|
"panel": "0",
|
||||||
|
"avatar": "2",
|
||||||
|
"avatarAlt": "28",
|
||||||
|
"tooltip": 2,
|
||||||
|
"attachment": "3",
|
||||||
|
"chatMessage": "0"
|
||||||
|
},
|
||||||
|
"fonts": {
|
||||||
|
"interface": {
|
||||||
|
"family": "MonoMMM_5"
|
||||||
|
},
|
||||||
|
"input": {
|
||||||
|
"family": "MonoMMM_5"
|
||||||
|
},
|
||||||
|
"post": {
|
||||||
|
"family": "MonoMMM_5"
|
||||||
|
},
|
||||||
|
"postCode": {
|
||||||
|
"family": "MonoMMM_5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"themeEngineVersion": 3,
|
||||||
|
"fonts": {
|
||||||
|
"interface": {
|
||||||
|
"family": "MonoMMM_5"
|
||||||
|
},
|
||||||
|
"input": {
|
||||||
|
"family": "MonoMMM_5"
|
||||||
|
},
|
||||||
|
"postCode": {
|
||||||
|
"family": "MonoMMM_5"
|
||||||
|
},
|
||||||
|
"post": {
|
||||||
|
"family": "MonoMMM_5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"shadows": {
|
||||||
|
"buttonHover": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": "4",
|
||||||
|
"blur": "0",
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#b84c4b",
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"button": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": "4",
|
||||||
|
"blur": "0",
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#7f3938",
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"buttonPressed": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": "4",
|
||||||
|
"blur": "0",
|
||||||
|
"spread": 0,
|
||||||
|
"color": "#b84c4b",
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"panelHeader": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": "9",
|
||||||
|
"blur": "9",
|
||||||
|
"spread": "-4",
|
||||||
|
"inset": false,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": "0.7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"popup": [
|
||||||
|
{
|
||||||
|
"x": 2,
|
||||||
|
"y": 2,
|
||||||
|
"blur": "13",
|
||||||
|
"spread": "4",
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": "0.65"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"avatarStatus": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": "5",
|
||||||
|
"blur": "5",
|
||||||
|
"spread": 0,
|
||||||
|
"inset": false,
|
||||||
|
"color": "#000000",
|
||||||
|
"alpha": "0.55"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"topBar": [
|
||||||
|
{
|
||||||
|
"x": 0,
|
||||||
|
"y": "3",
|
||||||
|
"blur": 0,
|
||||||
|
"spread": 0,
|
||||||
|
"inset": false,
|
||||||
|
"color": "#faacac",
|
||||||
|
"alpha": "0.6"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"opacity": {
|
||||||
|
"faint": 0.5,
|
||||||
|
"border": "0.2"
|
||||||
|
},
|
||||||
|
"colors": {
|
||||||
|
"bg": "#161616",
|
||||||
|
"fg": "#1c1c1c",
|
||||||
|
"text": "#ffffff",
|
||||||
|
"link": "#faacac",
|
||||||
|
"accent": "#faacac",
|
||||||
|
"cBlue": "#adadad",
|
||||||
|
"cRed": "#473e3e",
|
||||||
|
"cGreen": "#faacac",
|
||||||
|
"cOrange": "#ffda4f",
|
||||||
|
"border": "#faacac",
|
||||||
|
"fgText": "#ffffff",
|
||||||
|
"fgLink": "#faacac",
|
||||||
|
"panel": "#1e1e1e",
|
||||||
|
"panelText": "#ffffff",
|
||||||
|
"topBar": "#191919",
|
||||||
|
"topBarText": "#faacac",
|
||||||
|
"topBarLink": "#faacac",
|
||||||
|
"tab": "#212121",
|
||||||
|
"tabText": "#ffffff",
|
||||||
|
"tabActiveText": "#ffffff",
|
||||||
|
"btn": "#faacac",
|
||||||
|
"btnText": "#191919",
|
||||||
|
"btnPressed": "#7b5151",
|
||||||
|
"btnPressedText": "#ffffff",
|
||||||
|
"btnToggled": "#b87f7e",
|
||||||
|
"btnDisabled": "#4f3c3c",
|
||||||
|
"badgeNotification": "#7f3142"
|
||||||
|
},
|
||||||
|
"radii": {
|
||||||
|
"btn": "1",
|
||||||
|
"input": "0",
|
||||||
|
"panel": "0",
|
||||||
|
"avatar": "2",
|
||||||
|
"avatarAlt": "28",
|
||||||
|
"attachment": "3"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue