Skip to content

Commit

Permalink
replace tabs with 2 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dakkar committed Dec 31, 2023
1 parent 1899330 commit 30a1481
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions content/en/docs/customisation/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
}
}
Expand Down Expand Up @@ -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",
},
}
```

Expand Down

0 comments on commit 30a1481

Please sign in to comment.