@codemirror/theme-one-dark
Advanced tools
+6
-0
@@ -0,1 +1,7 @@ | ||
| ## 0.19.0 (2021-08-11) | ||
| ### Breaking changes | ||
| Update dependencies to 0.19.0 | ||
| ## 0.18.1 (2021-05-15) | ||
@@ -2,0 +8,0 @@ |
+2
-0
@@ -88,2 +88,4 @@ 'use strict'; | ||
| fontStyle: "italic" }, | ||
| { tag: highlight.tags.strikethrough, | ||
| textDecoration: "line-through" }, | ||
| { tag: highlight.tags.link, | ||
@@ -90,0 +92,0 @@ color: stone, |
+2
-0
@@ -84,2 +84,4 @@ import { EditorView } from '@codemirror/view'; | ||
| fontStyle: "italic" }, | ||
| { tag: tags.strikethrough, | ||
| textDecoration: "line-through" }, | ||
| { tag: tags.link, | ||
@@ -86,0 +88,0 @@ color: stone, |
+4
-4
| { | ||
| "name": "@codemirror/theme-one-dark", | ||
| "version": "0.18.1", | ||
| "version": "0.19.0", | ||
| "description": "One Dark theme for the CodeMirror code editor", | ||
@@ -29,5 +29,5 @@ "scripts": { | ||
| "dependencies": { | ||
| "@codemirror/highlight": "^0.18.0", | ||
| "@codemirror/state": "^0.18.0", | ||
| "@codemirror/view": "^0.18.0" | ||
| "@codemirror/highlight": "^0.19.0", | ||
| "@codemirror/state": "^0.19.0", | ||
| "@codemirror/view": "^0.19.0" | ||
| }, | ||
@@ -34,0 +34,0 @@ "devDependencies": { |
14437
1.64%226
1.8%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated