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

@ -17,7 +17,7 @@ export default createTheme({
theme: 'dark',
settings,
styles: [
{ tag: [t.atom, t.bool, t.special(t.variableName)], color: '#89ddff'},
{ tag: [t.atom, t.bool, t.special(t.variableName)], color: '#89ddff' },
{ tag: t.labelName, color: '#89ddff' },
{ tag: t.keyword, color: '#c792ea' },
{ tag: t.operator, color: '#89ddff' },