This repository has been archived on 2023-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
pleroma-platform/assets/themes/night-owl.json
Dan Anglin 9b7e3f3955
feat: managing my Pleroma instance with GitOps.
This is a big milestone for me as this is the
first project where I completely set up GitOps for
managing my Pleroma platform.

[skip ci]
2020-06-28 03:02:20 +01:00

103 lines
1.9 KiB
JSON

{
"_pleroma_theme_version": 2,
"name": "Free Flow - Night Owl",
"theme": {
"fonts": {
"interface": {
"family": "sans-serif"
},
"input": {
"family": "sans-serif"
},
"post": {
"family": "sans-serif"
},
"postCode": {
"family": "monospace"
}
},
"shadows": {
"buttonPressed": [
{
"x": 0,
"y": 0,
"blur": "10",
"spread": "4",
"color": "#5d5fc8",
"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
}
],
"button": [
{
"x": 0,
"y": 0,
"blur": 2,
"spread": 0,
"color": "#3664f3",
"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
}
]
},
"opacity": {
"bg": "0.85"
},
"colors": {
"bg": "#0d0e0f",
"text": "#c1c1e7",
"link": "#5198c6",
"fg": "#0d0e0f",
"btn": "#0f2740",
"btnText": "#cdcddd",
"alertError": "#c3292c",
"cRed": "#ff474a",
"cBlue": "#0095ff",
"cGreen": "#5edea2",
"cOrange": "#e1754f"
},
"radii": {
"btn": "3",
"input": "0",
"checkbox": "0",
"panel": "5",
"avatar": "2",
"avatarAlt": "5",
"tooltip": "4"
}
}
}