Skip to content

Commit

Permalink
docs: fix CSS variable names table (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama authored Oct 10, 2024
1 parent 2d58f7f commit f76a371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/theme-colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ CSS variables example:
}
```

If you are migrating from Shiki, some variables are renamed from Shiki's `css-variables`:
If you are migrating from Shiki v0, some variables are renamed:

| Shiki | Shiki |
| Shiki v0 | Shiki v1.0 |
| -------------------------- | -------------------- |
| `--shiki-color-text` | `--shiki-foreground` |
| `--shiki-color-background` | `--shiki-background` |
Expand Down

0 comments on commit f76a371

Please sign in to comment.