power saving, starr, jelly, akkoma
This commit is contained in:
parent
8f6d63909a
commit
a0d19a672e
20 changed files with 439 additions and 22 deletions
BIN
akkoma-static/static/bg.png
Normal file
BIN
akkoma-static/static/bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 MiB |
BIN
akkoma-static/static/logo.png
Normal file
BIN
akkoma-static/static/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
16
akkoma-static/static/styles.json
Normal file
16
akkoma-static/static/styles.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"pleroma-dark": [ "Pleroma Dark", "#121a24", "#182230", "#b9b9ba", "#d8a070", "#d31014", "#0fa00f", "#0095ff", "#ffa500" ],
|
||||
"pleroma-light": [ "Pleroma Light", "#f2f4f6", "#dbe0e8", "#304055", "#f86f0f", "#d31014", "#0fa00f", "#0095ff", "#ffa500" ],
|
||||
"classic-dark": [ "Classic Dark", "#161c20", "#282e32", "#b9b9b9", "#baaa9c", "#d31014", "#0fa00f", "#0095ff", "#ffa500" ],
|
||||
"bird": [ "Bird", "#f8fafd", "#e6ecf0", "#14171a", "#0084b8", "#e0245e", "#17bf63", "#1b95e0", "#fab81e"],
|
||||
"ir-black": [ "Ir Black", "#000000", "#242422", "#b5b3aa", "#ff6c60", "#FF6C60", "#A8FF60", "#96CBFE", "#FFFFB6" ],
|
||||
"monokai": [ "Monokai", "#272822", "#383830", "#f8f8f2", "#f92672", "#F92672", "#a6e22e", "#66d9ef", "#f4bf75" ],
|
||||
|
||||
"redmond-xx": "/static/themes/redmond-xx.json",
|
||||
"redmond-xx-se": "/static/themes/redmond-xx-se.json",
|
||||
"redmond-xxi": "/static/themes/redmond-xxi.json",
|
||||
"breezy-dark": "/static/themes/breezy-dark.json",
|
||||
"breezy-light": "/static/themes/breezy-light.json",
|
||||
"mammal": "/static/themes/mammal.json",
|
||||
"kemonomimi-theme": "/static/themes/kemonomimi-theme.json"
|
||||
}
|
||||
3
akkoma-static/static/terms-of-service.html
Normal file
3
akkoma-static/static/terms-of-service.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TOS:
|
||||
|
||||
I am not a lawyer, dont do anything illegal and be nice plss
|
||||
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