forked from AkkomaGang/akkoma-fe
Make mammal theme look more like gargsite
Signed-off-by: = <=>
This commit is contained in:
parent
4ea0db5cb1
commit
fd1d318540
2 changed files with 45 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
||||||
"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" ],
|
||||||
"mammal": [ "Mammal", "#272c37", "#444b5d", "#f8f8f8", "#9bacc8", "#7f3142", "#2bd850", "#2b90d9", "#ca8f04" ],
|
|
||||||
|
|
||||||
"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",
|
||||||
"breezy-dark": "/static/themes/breezy-dark.json",
|
"breezy-dark": "/static/themes/breezy-dark.json",
|
||||||
"breezy-light": "/static/themes/breezy-light.json"
|
"breezy-light": "/static/themes/breezy-light.json",
|
||||||
|
"mammal": "/static/themes/mammal.json"
|
||||||
}
|
}
|
||||||
|
|
43
static/themes/mammal.json
Normal file
43
static/themes/mammal.json
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
{
|
||||||
|
"_pleroma_theme_version": 2,
|
||||||
|
"name": "Mammal",
|
||||||
|
"theme": {
|
||||||
|
"fonts": {
|
||||||
|
"interface": { "family": "Roboto, sans-serif" },
|
||||||
|
"input": { "family": "Roboto, sans-serif" },
|
||||||
|
"post": { "family": "Roboto, sans-serif" },
|
||||||
|
"postCode": { "family": "Roboto Mono, monospace" }
|
||||||
|
},
|
||||||
|
"shadows": {
|
||||||
|
"button": [],
|
||||||
|
"buttonHover": [],
|
||||||
|
"buttonPressed": [],
|
||||||
|
"panel": [],
|
||||||
|
"panelHeader": [],
|
||||||
|
"topBar": []
|
||||||
|
},
|
||||||
|
"opacity": { "input": "1" },
|
||||||
|
"colors": {
|
||||||
|
"bg": "#282c37",
|
||||||
|
"text": "#f8f8f8",
|
||||||
|
"link": "#9bacc8",
|
||||||
|
"fg": "#444b5d",
|
||||||
|
"input": "#FFFFFF",
|
||||||
|
"inputText": "#282c37",
|
||||||
|
"btn": "#2b90d9",
|
||||||
|
"btnText": "#FFFFFF",
|
||||||
|
"cRed": "#7f3142",
|
||||||
|
"cBlue": "#2b90d9",
|
||||||
|
"cGreen": "#2bd850",
|
||||||
|
"cOrange": "#ca8f04"
|
||||||
|
},
|
||||||
|
"radii": {
|
||||||
|
"btn": 4,
|
||||||
|
"input": 4,
|
||||||
|
"panel": "0",
|
||||||
|
"avatar": "4",
|
||||||
|
"avatarAlt": "4",
|
||||||
|
"attachment": "4"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue