cm6-theme-material-dark
Advanced tools
Comparing version 0.1.0 to 0.2.0
import { Extension } from '@codemirror/state'; | ||
import { HighlightStyle } from '@codemirror/highlight'; | ||
import { HighlightStyle } from '@codemirror/language'; | ||
@@ -4,0 +4,0 @@ /** |
import { EditorView } from '@codemirror/view'; | ||
import { HighlightStyle, tags } from '@codemirror/highlight'; | ||
import { HighlightStyle, syntaxHighlighting } from '@codemirror/language'; | ||
import { tags } from '@lezer/highlight'; | ||
@@ -178,5 +179,5 @@ const base00 = '#2e3235', base01 = '#505d64', base02 = '#606f7a', base03 = '#707d8b', base04 = '#a0a4ae', base05 = '#bdbdbd', base06 = '#e0e0e0', base07 = '#fdf6e3', base_red = '#ff5f52', base_deeporange = '#ff6e40', base_pink = '#fa5788', base_yellow = '#facf4e', base_orange = '#ffad42', base_cyan = '#56c8d8', base_indigo = '#7186f0', base_purple = '#cf6edf', base_green = '#6abf69', base_lightgreen = '#99d066', base_teal = '#4ebaaa'; | ||
materialDarkTheme, | ||
materialDarkHighlightStyle | ||
/*@__PURE__*/syntaxHighlighting(materialDarkHighlightStyle) | ||
]; | ||
export { materialDark, materialDarkHighlightStyle, materialDarkTheme }; |
{ | ||
"name": "cm6-theme-material-dark", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Material Dark theme for the CodeMirror code editor", | ||
@@ -28,6 +28,7 @@ "scripts": { | ||
"license": "MIT", | ||
"dependencies": { | ||
"@codemirror/highlight": "^0.19.0", | ||
"@codemirror/state": "^0.19.0", | ||
"@codemirror/view": "^0.19.0" | ||
"peerDependencies": { | ||
"@lezer/highlight": "^1.0.0", | ||
"@codemirror/language": "^6.0.0", | ||
"@codemirror/state": "^6.0.0", | ||
"@codemirror/view": "^6.0.0" | ||
}, | ||
@@ -34,0 +35,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
15697
382
4
+ Added@codemirror/language@6.10.8(transitive)
+ Added@codemirror/state@6.5.2(transitive)
+ Added@codemirror/view@6.36.3(transitive)
+ Added@lezer/common@1.2.3(transitive)
+ Added@lezer/highlight@1.2.1(transitive)
+ Added@lezer/lr@1.4.2(transitive)
+ Added@marijn/find-cluster-break@1.0.2(transitive)
- Removed@codemirror/highlight@^0.19.0
- Removed@codemirror/state@^0.19.0
- Removed@codemirror/view@^0.19.0
- Removed@codemirror/highlight@0.19.8(transitive)
- Removed@codemirror/language@0.19.10(transitive)
- Removed@codemirror/rangeset@0.19.9(transitive)
- Removed@codemirror/state@0.19.9(transitive)
- Removed@codemirror/text@0.19.6(transitive)
- Removed@codemirror/view@0.19.48(transitive)
- Removed@lezer/common@0.15.12(transitive)
- Removed@lezer/lr@0.15.8(transitive)