From 30a14819250d36a5e2dbeb763f185e871328deac Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 31 Dec 2023 22:44:28 +0000 Subject: [PATCH] replace tabs with 2 spaces --- content/en/docs/customisation/themes.md | 60 ++++++++++++------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/content/en/docs/customisation/themes.md b/content/en/docs/customisation/themes.md index 34f9155..92a5781 100644 --- a/content/en/docs/customisation/themes.md +++ b/content/en/docs/customisation/themes.md @@ -8,14 +8,14 @@ toc: true ```json { - id: "your-unique-identifier", + id: "your-unique-identifier", - name: "The Name of Your Theme", - author: "your-name", - desc: "Describe your fabulous theme", - base: "light", + name: "The Name of Your Theme", + author: "your-name", + desc: "Describe your fabulous theme", + base: "light", - props: { + props: { … } } @@ -138,30 +138,30 @@ This is one of the built-in Misskey themes: ```json { - id: "504debaf-4912-6a4c-5059-1db08a76b737", - - name: "Mi Botanical Dark", - author: "syuilo", - - base: "dark", - - props: { - accent: "rgb(148, 179, 0)", - bg: "rgb(37, 38, 36)", - fg: "rgb(216, 212, 199)", - fgHighlighted: "#fff", - fgOnWhite: "@accent", - divider: "rgba(255, 255, 255, 0.14)", - panel: "rgb(47, 47, 44)", - panelHeaderDivider: "rgba(0, 0, 0, 0)", - header: ":alpha<0.7<@panel", - navBg: "#363636", - renote: "@accent", - mention: "rgb(212, 153, 76)", - mentionMe: "rgb(212, 210, 76)", - hashtag: "#5bcbb0", - link: "@accent", - }, + id: "504debaf-4912-6a4c-5059-1db08a76b737", + + name: "Mi Botanical Dark", + author: "syuilo", + + base: "dark", + + props: { + accent: "rgb(148, 179, 0)", + bg: "rgb(37, 38, 36)", + fg: "rgb(216, 212, 199)", + fgHighlighted: "#fff", + fgOnWhite: "@accent", + divider: "rgba(255, 255, 255, 0.14)", + panel: "rgb(47, 47, 44)", + panelHeaderDivider: "rgba(0, 0, 0, 0)", + header: ":alpha<0.7<@panel", + navBg: "#363636", + renote: "@accent", + mention: "rgb(212, 153, 76)", + mentionMe: "rgb(212, 210, 76)", + hashtag: "#5bcbb0", + link: "@accent", + }, } ```