docs(example): update README.md (#1877)

This commit is contained in:
Jae-Heon Ji 2022-10-29 01:01:23 +09:00 committed by GitHub
parent aa7fe853d6
commit 9f0b2ce3e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,19 @@
# Themes # 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: Example:
- theme: gruvbox ```
- filename: `gruvbox.kdl` gruvbox.kdl
├─ gruvbox-light
└─ gruvbox-dark
or
gruvbox-light.kdl
└─ gruvbox-light
gruvbox-dark.kdl
└─ gruvbox-dark
```