aboutsummaryrefslogtreecommitdiff
path: root/book/src/themes.md
diff options
context:
space:
mode:
authorEvan Relf2022-04-08 22:21:52 +0000
committerGitHub2022-04-08 22:21:52 +0000
commit7779dbfcb847e9aa20e01ae0f8354c3c0de38fe3 (patch)
treed130fb637acba89fda831d3a6977dffa0624dee7 /book/src/themes.md
parent209ec4468b82b49bac9bc47c539dfe8b049f41cb (diff)
docs: Quote TOML keys containing dots (#2040)
Diffstat (limited to 'book/src/themes.md')
-rw-r--r--book/src/themes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/book/src/themes.md b/book/src/themes.md
index 62265e28..219b0ee3 100644
--- a/book/src/themes.md
+++ b/book/src/themes.md
@@ -37,8 +37,8 @@ configuration values in your theme. To do this, add a table called
`palette` to your theme file:
```toml
-ui.background = "white"
-ui.text = "black"
+"ui.background" = "white"
+"ui.text" = "black"
[palette]
white = "#ffffff"