theme glowup

This commit is contained in:
Felix Roos 2025-01-28 00:34:25 +01:00
parent b55661b21e
commit ac83ff8817
No known key found for this signature in database
6 changed files with 76 additions and 50 deletions

View file

@ -25,6 +25,7 @@ export default createTheme({
lineHighlight: '#7f85891f',
},
styles: [
{ tag: t.labelName, color: 'inherit' },
{ tag: [t.keyword, t.deleted, t.className], color: '#cc7832' },
{ tag: [t.number, t.literal, t.derefOperator], color: '#6897bb' },
{ tag: [t.link, t.variableName], color: '#629755' },