@uiw/codemirror-themes 4.19.0 → 4.19.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -200,10 +200,14 @@ export default App;
200
200
 
201
201
  **material**
202
202
 
203
- <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/material">
203
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/material/dark">
204
204
  <img width="436" alt="codemirror-theme-material" src="https://user-images.githubusercontent.com/1680273/205537793-79f9c99c-831a-4ce3-8189-78b42896656f.png">
205
205
  </a>
206
206
 
207
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/material/light">
208
+ <img width="436" alt="codemirror-theme-material" src="https://user-images.githubusercontent.com/1680273/206124615-b3896e2c-d299-4609-b1d9-523ea1cf9f5b.png">
209
+ </a>
210
+
207
211
  **noctis-lilac**
208
212
 
209
213
  <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/noctis-lilac">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uiw/codemirror-themes",
3
- "version": "4.19.0",
3
+ "version": "4.19.1",
4
4
  "description": "Themes for CodeMirror.",
5
5
  "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/doc",
6
6
  "author": "kenny wong <wowohoo@qq.com>",