Jelajahi Sumber

Change bool to boolean for consistency

Svilen Markov 1 tahun lalu
induk
melakukan
7d0b4535bb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      docs/configuration.md

+ 1 - 1
docs/configuration.md

@@ -179,7 +179,7 @@ If you don't want to spend time configuring your own theme, there are [several a
 ### Properties
 ### Properties
 | Name | Type | Required | Default |
 | Name | Type | Required | Default |
 | ---- | ---- | -------- | ------- |
 | ---- | ---- | -------- | ------- |
-| light | bool | no | false |
+| light | boolean | no | false |
 | background-color | HSL | no | 240 8 9 |
 | background-color | HSL | no | 240 8 9 |
 | primary-color | HSL | no | 43 50 70 |
 | primary-color | HSL | no | 43 50 70 |
 | positive-color | HSL | no | same as `primary-color` |
 | positive-color | HSL | no | same as `primary-color` |