diff --git a/docs/features/theme.mdx b/docs/features/theme.mdx index 37771a91..82a599cd 100644 --- a/docs/features/theme.mdx +++ b/docs/features/theme.mdx @@ -115,9 +115,10 @@ palette = 12=#7b9ef0 palette = 13=#f2a4db palette = 14=#5abfb5 palette = 15=#b5bfe2 -background = 303446 -foreground = c6d0f5 -cursor-color = f2d5cf -selection-background = 626880 -selection-foreground = c6d0f5 +background = #303446 +foreground = #c6d0f5 +cursor-color = #f2d5cf +cursor-text = #c6d0f5 +selection-background = #626880 +selection-foreground = #c6d0f5 ```