mirror of https://github.com/helix-editor/helix
docs: Quote TOML keys containing dots (#2040)
parent
209ec4468b
commit
7779dbfcb8
|
@ -37,8 +37,8 @@ configuration values in your theme. To do this, add a table called
|
||||||
`palette` to your theme file:
|
`palette` to your theme file:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
ui.background = "white"
|
"ui.background" = "white"
|
||||||
ui.text = "black"
|
"ui.text" = "black"
|
||||||
|
|
||||||
[palette]
|
[palette]
|
||||||
white = "#ffffff"
|
white = "#ffffff"
|
||||||
|
|
Loading…
Reference in New Issue