@uiw/codemirror-themes 4.15.1 → 4.17.0

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 +33 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -182,12 +182,44 @@ export default App;
182
182
  <img width="436" alt="codemirror-theme-github light" src="https://user-images.githubusercontent.com/1680273/177048005-32794f23-8bff-4059-babf-21316d886e65.png">
183
183
  </a>
184
184
 
185
+ **gruvbox**
186
+
187
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/gruvbox/dark">
188
+ <img width="436" alt="codemirror-theme-gruvbox-dark" src="https://user-images.githubusercontent.com/1680273/201111051-c38a73ca-a449-4c01-a4ff-4a675886ca9d.png">
189
+ </a>
190
+
191
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/gruvbox/light">
192
+ <img width="436" alt="codemirror-theme-eclipse" src="https://user-images.githubusercontent.com/1680273/205499803-e1e2e214-dc3e-488a-9037-ba979e5ce199.png">
193
+ </a>
194
+
195
+ **material**
196
+
197
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/material">
198
+ <img width="436" alt="codemirror-theme-material" src="https://user-images.githubusercontent.com/1680273/205537793-79f9c99c-831a-4ce3-8189-78b42896656f.png">
199
+ </a>
200
+
201
+ **nord**
202
+
203
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/nord">
204
+ <img width="436" alt="codemirror-theme-nord" src="https://user-images.githubusercontent.com/1680273/205498304-956bc719-1472-40f0-9c3f-21ac5b9f97a6.png">
205
+ </a>
206
+
185
207
  **okaidia**
186
208
 
187
209
  <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/okaidia">
188
210
  <img width="436" alt="codemirror-theme-okaidia" src="https://user-images.githubusercontent.com/1680273/176572694-b9aface9-9646-4e0e-a211-a8aa92dabc31.png">
189
211
  </a>
190
212
 
213
+ **solarized**
214
+
215
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/solarized/light">
216
+ <img width="436" alt="codemirror-theme-solarized" src="https://user-images.githubusercontent.com/1680273/205544435-a080d1d4-6da9-4f1d-aa10-5f2207d31176.png">
217
+ </a>
218
+
219
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/solarized/dark">
220
+ <img width="436" alt="codemirror-theme-solarized" src="https://user-images.githubusercontent.com/1680273/205547403-96db62c3-d061-4dee-88d0-c86ed17e7489.png">
221
+ </a>
222
+
191
223
  **sublime**
192
224
 
193
225
  <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/sublime">
@@ -197,7 +229,7 @@ export default App;
197
229
  **vscode**
198
230
 
199
231
  <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/vscode/dark">
200
- <img width="436" alt="codemirror-theme-vscode dark" src="https://user-images.githubusercontent.com/1680273/202343079-7eca1c90-da69-4ef2-a18c-4c9f5ea4e396.png">
232
+ <img width="436" alt="codemirror-theme-vscode dark" src="https://user-images.githubusercontent.com/1680273/202690670-385808e2-6346-4e36-a3d6-6d9fc1f216dc.png">
201
233
  </a>
202
234
 
203
235
  **xcode**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uiw/codemirror-themes",
3
- "version": "4.15.1",
3
+ "version": "4.17.0",
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>",