From cb568e15743ac813728cef3874df680ddbc0ee76 Mon Sep 17 00:00:00 2001 From: Your New SJW Waifu Date: Sat, 26 Oct 2019 00:57:06 -0500 Subject: [PATCH] Add Electra theme --- static/styles.json | 5 +++-- static/themes/electra.json | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 static/themes/electra.json diff --git a/static/styles.json b/static/styles.json index dfdd5a2e71..4c6ebd8325 100644 --- a/static/styles.json +++ b/static/styles.json @@ -14,5 +14,6 @@ "breezy-light": "/static/themes/breezy-light.json", "neckbeard-nest": "/static/themes/neckbeard-nest.json", "retro": "/static/themes/retro.json", - "fruit-orchard": "/static/themes/fruit-orchards.json" -} \ No newline at end of file + "fruit-orchard": "/static/themes/fruit-orchards.json", + "Electra": "/static/themes/electra.json" +} diff --git a/static/themes/electra.json b/static/themes/electra.json new file mode 100644 index 0000000000..de47156b36 --- /dev/null +++ b/static/themes/electra.json @@ -0,0 +1 @@ +{"_pleroma_theme_version":2,"name":"Electra","theme":{"fonts":{"interface":{"family":"Ubuntu"},"input":{"family":"Ubuntu"},"post":{"family":"Ubuntu"},"postCode":{"family":"Ubuntu"}},"shadows":{"topBar":[{"x":0,"y":0,"blur":4,"spread":"3","color":"#6166d6","alpha":0.6}],"avatar":[{"x":0,"y":1,"blur":8,"spread":"0","color":"#1e82c8","alpha":0.7}],"avatarStatus":[],"panel":[{"x":1,"y":1,"blur":4,"spread":"4","color":"#6166d6","alpha":0.6}],"popup":[{"x":2,"y":2,"blur":"4","spread":"4","color":"#6166d6","alpha":0.5}]},"opacity":{},"colors":{"bg":"#000000","text":"#ffffff","link":"#70b7d8","fg":"#242930","cRed":"#da4548","cBlue":"#7db7e0","cGreen":"#7adf7a","cOrange":"#f99550"},"radii":{"btn":"0","input":"0","checkbox":"0","panel":"0","avatar":"0","avatarAlt":"0","tooltip":"0","attachment":"0"}}}