power saving, starr, jelly, akkoma
This commit is contained in:
parent
8f6d63909a
commit
a0d19a672e
20 changed files with 439 additions and 22 deletions
56
akkoma-static/static/themes/kemonomimi-theme.json
Normal file
56
akkoma-static/static/themes/kemonomimi-theme.json
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"_pleroma_theme_version": 2,
|
||||
"name": "Kemonomimi Theme",
|
||||
"theme": {
|
||||
"fonts": {
|
||||
"interface": {"family": "sans-serif"},
|
||||
"input": {"family": "monospace"},
|
||||
"post": {"family": "sans-serif"},
|
||||
"postCode": {"family": "monospace"}
|
||||
},
|
||||
"opacity": {
|
||||
"bg": "1",
|
||||
"panel": "1",
|
||||
"border": "1",
|
||||
"btn": "1",
|
||||
"input": "1"
|
||||
},
|
||||
"radii": {
|
||||
"btn": "0",
|
||||
"input": "0",
|
||||
"checkbox": "0",
|
||||
"panel": "0",
|
||||
"avatar": "0",
|
||||
"avatarAlt": "0",
|
||||
"tooltip": "0",
|
||||
"attachment": "0"
|
||||
},
|
||||
"colors": {
|
||||
"bg": "#161616",
|
||||
"fg": "#1E1E1E",
|
||||
"text": "#B8B8B8",
|
||||
"link": "#9141AC",
|
||||
"fgText": "#B8B8B8",
|
||||
"fgLink": "#9141AC",
|
||||
"topBar": "#161616",
|
||||
"topBarText": "#9141AC",
|
||||
"btnText": "#9141AC",
|
||||
"border": "#2E2E2E",
|
||||
"cRed": "#FF5C5C",
|
||||
"cBlue": "#5C9AFF",
|
||||
"cGreen": "#5CFF8A",
|
||||
"cOrange": "#FFAD5C"
|
||||
},
|
||||
"shadows": {
|
||||
"panel": [{"x": 0, "y": 0, "blur": 0, "spread": 0, "color": "#000000", "alpha": 0}],
|
||||
"button": [{"x": 0, "y": 0, "blur": 0, "spread": 1, "color": "#9141AC", "alpha": 0.7, "inset": false}],
|
||||
"buttonHover": [{"x": 0, "y": 0, "blur": 0, "spread": 1, "color": "#AB5BC6", "alpha": 1}],
|
||||
"buttonPressed": [{"x": 0, "y": 0, "blur": 0, "spread": 1, "color": "#9141AC", "alpha": 1, "inset": true}],
|
||||
"avatar": [{"x": 0, "y": 0, "blur": 0, "spread": 0, "color": "#000000", "alpha": 0}],
|
||||
"avatarStatus": [{"x": 0, "y": 0, "blur": 0, "spread": 0, "color": "#000000", "alpha": 0}],
|
||||
"input": [{"x": 0, "y": 0, "blur": 0, "spread": 1, "color": "#9141AC", "alpha": 0.4, "inset": false}],
|
||||
"panelHeader": [{"x": 0, "y": 0, "blur": 0, "spread": 0, "color": "#000000", "alpha": 0}],
|
||||
"topBar": [{"x": 0, "y": 0, "blur": 0, "spread": 0, "color": "#000000", "alpha": 0}]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue