color_scheme -> theme

This commit is contained in:
Nate Butler 2023-07-04 01:20:56 -04:00
parent c5a42c317a
commit 65dbb38926
15 changed files with 93 additions and 162 deletions

View file

@ -35,7 +35,7 @@ Match a property identifier and highlight it using the identifier `@property`. I
```
```ts
function buildDefaultSyntax(colorScheme: ColorScheme): Partial<Syntax> {
function buildDefaultSyntax(colorScheme: Theme): Partial<Syntax> {
// ...
}
```