theme glowup
This commit is contained in:
parent
b55661b21e
commit
ac83ff8817
6 changed files with 76 additions and 50 deletions
1
packages/codemirror/themes/androidstudio.mjs
vendored
1
packages/codemirror/themes/androidstudio.mjs
vendored
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue