Socket
Socket
Sign inDemoInstall

@uiw/codemirror-theme-vscode

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/codemirror-theme-vscode - npm Package Compare versions

Comparing version 4.15.0 to 4.15.1

47

cjs/index.js

@@ -40,3 +40,3 @@ "use strict";

styles: [{
tag: _highlight.tags.keyword,
tag: [_highlight.tags.keyword, _highlight.tags.operatorKeyword, _highlight.tags.modifier, _highlight.tags.color, _highlight.tags.constant(_highlight.tags.name), _highlight.tags.standard(_highlight.tags.name), _highlight.tags.tagName, _highlight.tags.special(_highlight.tags.brace), _highlight.tags.atom, _highlight.tags.bool, _highlight.tags.special(_highlight.tags.variableName)],
color: '#569cd6'

@@ -47,23 +47,12 @@ }, {

}, {
tag: [_highlight.tags.name, _highlight.tags.deleted, _highlight.tags.character, _highlight.tags.macroName],
tag: [_highlight.tags.name, _highlight.tags.deleted, _highlight.tags.character, _highlight.tags.macroName, _highlight.tags.propertyName, _highlight.tags.variableName, _highlight.tags.labelName, _highlight.tags.definition(_highlight.tags.name)],
color: '#9cdcfe'
}, {
tag: [_highlight.tags.propertyName],
tag: _highlight.tags.heading,
fontWeight: 'bold',
color: '#9cdcfe'
}, {
tag: [_highlight.tags.variableName, _highlight.tags.labelName],
color: '#9cdcfe'
}, {
tag: [_highlight.tags.color, _highlight.tags.constant(_highlight.tags.name), _highlight.tags.standard(_highlight.tags.name)],
color: '#569cd6'
}, {
tag: [_highlight.tags.definition(_highlight.tags.name)],
color: '#9cdcfe'
}, {
tag: [_highlight.tags.typeName, _highlight.tags.className, _highlight.tags.number, _highlight.tags.changed, _highlight.tags.annotation, _highlight.tags.modifier, _highlight.tags.self, _highlight.tags.namespace],
tag: [_highlight.tags.typeName, _highlight.tags.className, _highlight.tags.number, _highlight.tags.changed, _highlight.tags.annotation, _highlight.tags.self, _highlight.tags.namespace],
color: '#4ec9b0'
}, {
tag: [_highlight.tags.tagName],
color: '#569cd6'
}, {
tag: [_highlight.tags["function"](_highlight.tags.variableName), _highlight.tags["function"](_highlight.tags.propertyName)],

@@ -75,3 +64,3 @@ color: '#dcdcaa'

}, {
tag: [_highlight.tags.operator, _highlight.tags.operatorKeyword, _highlight.tags.url, _highlight.tags.escape, _highlight.tags.regexp, _highlight.tags.link, _highlight.tags.special(_highlight.tags.string)],
tag: [_highlight.tags.operator, _highlight.tags.punctuation, _highlight.tags.separator, _highlight.tags.url, _highlight.tags.escape, _highlight.tags.regexp],
color: '#d4d4d4'

@@ -82,17 +71,8 @@ }, {

}, {
tag: [_highlight.tags.special(_highlight.tags.string)],
tag: [_highlight.tags.special(_highlight.tags.string), _highlight.tags.processingInstruction, _highlight.tags.string, _highlight.tags.inserted],
color: '#ce9178'
}, {
tag: [_highlight.tags.meta, _highlight.tags.comment],
color: '#6a9955'
}, {
tag: [_highlight.tags.punctuation, _highlight.tags.separator],
color: '#d4d4d4'
}, {
tag: [_highlight.tags.angleBracket],
color: '#808080'
}, {
tag: _highlight.tags.special(_highlight.tags.brace),
color: '#569cd6'
}, {
tag: _highlight.tags.strong,

@@ -107,2 +87,5 @@ fontWeight: 'bold'

}, {
tag: [_highlight.tags.meta, _highlight.tags.comment],
color: '#6a9955'
}, {
tag: _highlight.tags.link,

@@ -112,12 +95,2 @@ color: '#6a9955',

}, {
tag: _highlight.tags.heading,
fontWeight: 'bold',
color: '#9cdcfe'
}, {
tag: [_highlight.tags.atom, _highlight.tags.bool, _highlight.tags.special(_highlight.tags.variableName)],
color: '#569cd6'
}, {
tag: [_highlight.tags.processingInstruction, _highlight.tags.string, _highlight.tags.inserted],
color: '#ce9178'
}, {
tag: _highlight.tags.invalid,

@@ -124,0 +97,0 @@ color: '#ff0000'

@@ -28,3 +28,3 @@ import _extends from "@babel/runtime/helpers/extends";

styles: [{
tag: t.keyword,
tag: [t.keyword, t.operatorKeyword, t.modifier, t.color, t.constant(t.name), t.standard(t.name), t.tagName, t.special(t.brace), t.atom, t.bool, t.special(t.variableName)],
color: '#569cd6'

@@ -35,23 +35,12 @@ }, {

}, {
tag: [t.name, t.deleted, t.character, t.macroName],
tag: [t.name, t.deleted, t.character, t.macroName, t.propertyName, t.variableName, t.labelName, t.definition(t.name)],
color: '#9cdcfe'
}, {
tag: [t.propertyName],
tag: t.heading,
fontWeight: 'bold',
color: '#9cdcfe'
}, {
tag: [t.variableName, t.labelName],
color: '#9cdcfe'
}, {
tag: [t.color, t.constant(t.name), t.standard(t.name)],
color: '#569cd6'
}, {
tag: [t.definition(t.name)],
color: '#9cdcfe'
}, {
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.self, t.namespace],
color: '#4ec9b0'
}, {
tag: [t.tagName],
color: '#569cd6'
}, {
tag: [t.function(t.variableName), t.function(t.propertyName)],

@@ -63,3 +52,3 @@ color: '#dcdcaa'

}, {
tag: [t.operator, t.operatorKeyword, t.url, t.escape, t.regexp, t.link, t.special(t.string)],
tag: [t.operator, t.punctuation, t.separator, t.url, t.escape, t.regexp],
color: '#d4d4d4'

@@ -70,17 +59,8 @@ }, {

}, {
tag: [t.special(t.string)],
tag: [t.special(t.string), t.processingInstruction, t.string, t.inserted],
color: '#ce9178'
}, {
tag: [t.meta, t.comment],
color: '#6a9955'
}, {
tag: [t.punctuation, t.separator],
color: '#d4d4d4'
}, {
tag: [t.angleBracket],
color: '#808080'
}, {
tag: t.special(t.brace),
color: '#569cd6'
}, {
tag: t.strong,

@@ -95,2 +75,5 @@ fontWeight: 'bold'

}, {
tag: [t.meta, t.comment],
color: '#6a9955'
}, {
tag: t.link,

@@ -100,12 +83,2 @@ color: '#6a9955',

}, {
tag: t.heading,
fontWeight: 'bold',
color: '#9cdcfe'
}, {
tag: [t.atom, t.bool, t.special(t.variableName)],
color: '#569cd6'
}, {
tag: [t.processingInstruction, t.string, t.inserted],
color: '#ce9178'
}, {
tag: t.invalid,

@@ -112,0 +85,0 @@ color: '#ff0000'

{
"name": "@uiw/codemirror-theme-vscode",
"version": "4.15.0",
"version": "4.15.1",
"description": "Theme vscode for CodeMirror.",

@@ -24,3 +24,3 @@ "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/vscode",

"dependencies": {
"@uiw/codemirror-themes": "4.15.0"
"@uiw/codemirror-themes": "4.15.1"
},

@@ -27,0 +27,0 @@ "keywords": [

@@ -25,4 +25,7 @@ /**

styles: [
{ tag: t.keyword, color: '#569cd6' },
{
tag: [t.keyword, t.operatorKeyword, t.modifier, t.color, t.constant(t.name), t.standard(t.name), t.tagName, t.special(t.brace), t.atom, t.bool, t.special(t.variableName)],
color: '#569cd6',
},
{
tag: [t.controlKeyword, t.moduleKeyword],

@@ -32,21 +35,10 @@ color: '#c586c0',

{
tag: [t.name, t.deleted, t.character, t.macroName],
tag: [t.name, t.deleted, t.character, t.macroName, t.propertyName, t.variableName, t.labelName, t.definition(t.name)],
color: '#9cdcfe',
},
{ tag: t.heading, fontWeight: 'bold', color: '#9cdcfe' },
{
tag: [t.propertyName],
color: '#9cdcfe',
},
{ tag: [t.variableName, t.labelName], color: '#9cdcfe' },
{
tag: [t.color, t.constant(t.name), t.standard(t.name)],
color: '#569cd6',
},
{ tag: [t.definition(t.name)], color: '#9cdcfe' },
{
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.self, t.namespace],
color: '#4ec9b0',
},
{ tag: [t.tagName], color: '#569cd6' },
{

@@ -58,3 +50,3 @@ tag: [t.function(t.variableName), t.function(t.propertyName)],

{
tag: [t.operator, t.operatorKeyword, t.url, t.escape, t.regexp, t.link, t.special(t.string)],
tag: [t.operator, t.punctuation, t.separator, t.url, t.escape, t.regexp],
color: '#d4d4d4',

@@ -67,22 +59,11 @@ },

{
tag: [t.special(t.string)],
tag: [t.special(t.string), t.processingInstruction, t.string, t.inserted],
color: '#ce9178',
},
{ tag: [t.meta, t.comment], color: '#6a9955' },
{ tag: [t.punctuation, t.separator], color: '#d4d4d4' },
{ tag: [t.angleBracket], color: '#808080' },
{ tag: t.special(t.brace), color: '#569cd6' },
{ tag: t.strong, fontWeight: 'bold' },
{ tag: t.emphasis, fontStyle: 'italic' },
{ tag: t.strikethrough, textDecoration: 'line-through' },
{ tag: [t.meta, t.comment], color: '#6a9955' },
{ tag: t.link, color: '#6a9955', textDecoration: 'underline' },
{ tag: t.heading, fontWeight: 'bold', color: '#9cdcfe' },
{
tag: [t.atom, t.bool, t.special(t.variableName)],
color: '#569cd6',
},
{
tag: [t.processingInstruction, t.string, t.inserted],
color: '#ce9178',
},
{ tag: t.invalid, color: '#ff0000' },

@@ -89,0 +70,0 @@ ...styles,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc