@uiw/codemirror-theme-vscode
Advanced tools
Comparing version 4.13.2 to 4.14.0
@@ -1,1 +0,1 @@ | ||
export declare const vscodeDark: any; | ||
export declare const vscodeDark: import("@codemirror/state").Extension; |
@@ -7,10 +7,8 @@ "use strict"; | ||
exports.vscodeDark = void 0; | ||
var _highlight = require("@lezer/highlight"); | ||
var _codemirrorThemes = require("@uiw/codemirror-themes"); | ||
/** | ||
* @name github | ||
*/ | ||
var vscodeDark = (0, _codemirrorThemes.createTheme)({ | ||
@@ -17,0 +15,0 @@ theme: 'dark', |
@@ -1,1 +0,1 @@ | ||
export declare const vscodeDark: any; | ||
export declare const vscodeDark: import("@codemirror/state").Extension; |
{ | ||
"name": "@uiw/codemirror-theme-vscode", | ||
"version": "4.13.2", | ||
"version": "4.14.0", | ||
"description": "Theme vscode for CodeMirror.", | ||
@@ -24,3 +24,3 @@ "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/vscode", | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.13.2" | ||
"@uiw/codemirror-themes": "4.14.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "keywords": [ |
@@ -44,3 +44,3 @@ /** | ||
}, | ||
{ tag: [t.variableName, t.labelName], color: '#9cdcfe' }, | ||
@@ -53,12 +53,3 @@ { | ||
{ | ||
tag: [ | ||
t.typeName, | ||
t.className, | ||
t.number, | ||
t.changed, | ||
t.annotation, | ||
t.modifier, | ||
t.self, | ||
t.namespace, | ||
], | ||
tag: [t.typeName, t.className, t.number, t.changed, t.annotation, t.modifier, t.self, t.namespace], | ||
color: '#4ec9b0', | ||
@@ -73,11 +64,3 @@ }, | ||
{ | ||
tag: [ | ||
t.operator, | ||
t.operatorKeyword, | ||
t.url, | ||
t.escape, | ||
t.regexp, | ||
t.link, | ||
t.special(t.string), | ||
], | ||
tag: [t.operator, t.operatorKeyword, t.url, t.escape, t.regexp, t.link, t.special(t.string)], | ||
color: '#d4d4d4', | ||
@@ -84,0 +67,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28842
353
+ Added@uiw/codemirror-themes@4.14.0(transitive)
- Removed@uiw/codemirror-themes@4.13.2(transitive)