@uiw/codemirror-theme-eclipse
Advanced tools
Comparing version 4.18.1 to 4.18.2
@@ -30,3 +30,4 @@ "use strict"; | ||
gutterForeground: '#999', | ||
lineHighlight: '#e8f2ff' | ||
lineHighlight: '#e8f2ff', | ||
gutterBorder: 'transparent' | ||
}, settings), | ||
@@ -33,0 +34,0 @@ styles: [{ |
@@ -20,3 +20,4 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
gutterForeground: '#999', | ||
lineHighlight: '#e8f2ff' | ||
lineHighlight: '#e8f2ff', | ||
gutterBorder: 'transparent' | ||
}, settings), | ||
@@ -23,0 +24,0 @@ styles: [{ |
{ | ||
"name": "@uiw/codemirror-theme-eclipse", | ||
"version": "4.18.1", | ||
"version": "4.18.2", | ||
"description": "Theme eclipse for CodeMirror.", | ||
@@ -24,3 +24,3 @@ "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/eclipse", | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.18.1" | ||
"@uiw/codemirror-themes": "4.18.2" | ||
}, | ||
@@ -27,0 +27,0 @@ "keywords": [ |
@@ -17,2 +17,3 @@ import { tags as t } from '@lezer/highlight'; | ||
lineHighlight: '#e8f2ff', | ||
gutterBorder: 'transparent', | ||
...settings, | ||
@@ -19,0 +20,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16102
186
+ Added@uiw/codemirror-themes@4.18.2(transitive)
- Removed@uiw/codemirror-themes@4.18.1(transitive)