docs(example): update README.md (#1877)
This commit is contained in:
parent
aa7fe853d6
commit
9f0b2ce3e6
1 changed files with 15 additions and 3 deletions
|
|
@ -1,7 +1,19 @@
|
|||
# Themes
|
||||
Please make sure that the theme name and the file name are the same (+`.kdl`).
|
||||
|
||||
Themes can contain different flavors in one file, or can be created as individual files.
|
||||
|
||||
Example:
|
||||
|
||||
- theme: gruvbox
|
||||
- filename: `gruvbox.kdl`
|
||||
```
|
||||
gruvbox.kdl
|
||||
├─ gruvbox-light
|
||||
└─ gruvbox-dark
|
||||
|
||||
or
|
||||
|
||||
gruvbox-light.kdl
|
||||
└─ gruvbox-light
|
||||
|
||||
gruvbox-dark.kdl
|
||||
└─ gruvbox-dark
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue