improve sublime theme

This commit is contained in:
Felix Roos 2025-01-28 23:30:48 +01:00
parent 33b31fb434
commit 212a478161
No known key found for this signature in database
2 changed files with 8 additions and 8 deletions

View file

@ -26,6 +26,7 @@ export default createTheme({
lineHighlight: '#00000059',
},
styles: [
{ tag: t.labelName, color: '#A2A9B5' },
{ tag: [t.meta, t.comment], color: '#A2A9B5' },
{ tag: [t.attributeName, t.keyword], color: '#B78FBA' },
{ tag: t.function(t.variableName), color: '#5AB0B0' },