This commit is contained in:
Jade (Rose) Rowland 2025-04-19 16:21:11 -04:00
parent bd08b74ebc
commit c852b5fab0
9 changed files with 8 additions and 140 deletions

View file

@ -54,7 +54,7 @@ export default createTheme({
tag: [t.keyword, t.tagName, t.arithmeticOperator],
color: palette[1],
},
{ tag: [t.atom, t.bool, t.special(t.variableName)], color: palette[0]},
{ tag: [t.atom, t.bool, t.special(t.variableName)], color: palette[0] },
{ tag: [t.function(t.variableName), t.propertyName], color: palette[0] },
{ tag: t.atom, color: palette[1] },
],