mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
docs: Quote TOML keys containing dots (#2040)
This commit is contained in:
parent
209ec4468b
commit
7779dbfcb8
@ -37,8 +37,8 @@ ### Color palettes
|
||||
`palette` to your theme file:
|
||||
|
||||
```toml
|
||||
ui.background = "white"
|
||||
ui.text = "black"
|
||||
"ui.background" = "white"
|
||||
"ui.text" = "black"
|
||||
|
||||
[palette]
|
||||
white = "#ffffff"
|
||||
|
Loading…
Reference in New Issue
Block a user