From f198cbcc39fb3dc87aee212909e3ac32dd8f8ea4 Mon Sep 17 00:00:00 2001 From: itepechi Date: Fri, 25 Oct 2024 09:47:21 +0900 Subject: [PATCH] Rename the default theme to BNAkkoma --- static/config.json | 2 +- static/styles.json | 2 +- static/themes/{itepechi.json => bnakkoma.json} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename static/themes/{itepechi.json => bnakkoma.json} (98%) diff --git a/static/config.json b/static/config.json index 65db28ae..1d82b0a7 100644 --- a/static/config.json +++ b/static/config.json @@ -21,6 +21,6 @@ "showInstanceSpecificPanel": false, "sidebarRight": false, "subjectLineBehavior": "email", - "theme": "itepechi", + "theme": "bnakkoma", "webPushNotifications": false } diff --git a/static/styles.json b/static/styles.json index fd244d2a..72dd24a4 100644 --- a/static/styles.json +++ b/static/styles.json @@ -7,5 +7,5 @@ "ir-black": [ "Ir Black", "#000000", "#242422", "#b5b3aa", "#ff6c60", "#FF6C60", "#A8FF60", "#96CBFE", "#FFFFB6" ], "monokai": [ "Monokai", "#272822", "#383830", "#f8f8f2", "#f92672", "#F92672", "#a6e22e", "#66d9ef", "#f4bf75" ], - "itepechi": "/static/themes/itepechi.json" + "bnakkoma": "/static/themes/bnakkoma.json" } diff --git a/static/themes/itepechi.json b/static/themes/bnakkoma.json similarity index 98% rename from static/themes/itepechi.json rename to static/themes/bnakkoma.json index 98932aca..191e56a0 100644 --- a/static/themes/itepechi.json +++ b/static/themes/bnakkoma.json @@ -1,6 +1,6 @@ { "_pleroma_theme_version": 2, - "name": "Itepechi", + "name": "BNAkkoma", "source": { "themeEngineVersion": 3, "fonts": {},