color_scheme
-> theme
This commit is contained in:
parent
c5a42c317a
commit
65dbb38926
15 changed files with 93 additions and 162 deletions
|
@ -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> {
|
||||
// ...
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue