docs: Quote TOML keys containing dots (#2040)
This commit is contained in:
parent
209ec4468b
commit
7779dbfcb8
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue