improve sublime theme
This commit is contained in:
parent
33b31fb434
commit
212a478161
2 changed files with 8 additions and 8 deletions
1
packages/codemirror/themes/sublime.mjs
vendored
1
packages/codemirror/themes/sublime.mjs
vendored
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue