summaryrefslogtreecommitdiff
path: root/src/docs/en-US
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-03-24 12:23:05 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-03-24 12:23:05 +0900
commitbb6cd258f3b811cd10bdd2618af7e24c65d2549b (patch)
tree0df3977ed3570423ceefb7250c5562c6fa7f87bf /src/docs/en-US
parentUpdate 01_bug-report.md (diff)
downloadsharkey-bb6cd258f3b811cd10bdd2618af7e24c65d2549b.tar.gz
sharkey-bb6cd258f3b811cd10bdd2618af7e24c65d2549b.tar.bz2
sharkey-bb6cd258f3b811cd10bdd2618af7e24c65d2549b.zip
syuilo/misskey --> misskey-dev/misskey
Diffstat (limited to 'src/docs/en-US')
-rw-r--r--src/docs/en-US/theme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docs/en-US/theme.md b/src/docs/en-US/theme.md
index 35c0197966..6deb75abe6 100644
--- a/src/docs/en-US/theme.md
+++ b/src/docs/en-US/theme.md
@@ -43,7 +43,7 @@ Theme codes are saved as a JSON5 object of theme options. Themes are composed of
* `props` ... The style definitions of the theme.These will be explained in the following.
### Theme style definitions
-Define the style of the theme within `props`. The keys will become CSS variables, and the value specifies the content. In addition, the default `props` options are inherited from the base theme. If this theme's `base` is `light`, they will be copied from [_light.json5](https://github.com/syuilo/misskey/blob/develop/src/client/themes/_light.json5), if it is `dark` they will be copied from [_dark.json5](https://github.com/syuilo/misskey/blob/develop/src/client/themes/_dark.json5). In other words, if there is for example no `panel` key contained in `props`, then the value of `panel` from the base theme will be used.
+Define the style of the theme within `props`. The keys will become CSS variables, and the value specifies the content. In addition, the default `props` options are inherited from the base theme. If this theme's `base` is `light`, they will be copied from [_light.json5](https://github.com/misskey-dev/misskey/blob/develop/src/client/themes/_light.json5), if it is `dark` they will be copied from [_dark.json5](https://github.com/misskey-dev/misskey/blob/develop/src/client/themes/_dark.json5). In other words, if there is for example no `panel` key contained in `props`, then the value of `panel` from the base theme will be used.
#### Syntax for values
* Hex colors