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

@ -26,11 +26,14 @@ export default createTheme({
caret: '#00FF00',
selection: '#515151',
selectionMatch: '#515151',
gutterBackground: '#555',
gutterForeground: '#FFFFFF',
// gutterBackground: '#555',
gutterBackground: 'transparent',
/* gutterForeground: '#FFFFFF', */
gutterForeground: '#7a7b7c',
lineHighlight: '#0a6bcb3d',
},
styles: [
{ tag: t.labelName, color: 'inherit' },
{ tag: t.keyword, color: 'darkgoldenrod', fontWeight: 'bold' },
{ tag: t.atom, color: '#77F' },
{ tag: t.comment, color: '#7a7b7c', fontStyle: 'italic' },