From f76a371dbc2752cba341023df00ebfe9b66cb3f6 Mon Sep 17 00:00:00 2001 From: Fuma Nama <76240755+fuma-nama@users.noreply.github.com> Date: Thu, 10 Oct 2024 23:25:56 +0800 Subject: [PATCH] docs: fix CSS variable names table (#806) --- docs/guide/theme-colors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/theme-colors.md b/docs/guide/theme-colors.md index cb8a1ecef..8aeea1be8 100644 --- a/docs/guide/theme-colors.md +++ b/docs/guide/theme-colors.md @@ -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` |