@uiw/codemirror-themes 4.18.2 → 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 +29 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -132,6 +132,12 @@ export default App;
132
132
  <img width="436" alt="codemirror-theme-androidstudio" src="https://user-images.githubusercontent.com/1680273/181795374-7a25cb90-5d77-4f86-9cbc-b1e12dc939d3.png">
133
133
  </a>
134
134
 
135
+ **aura**
136
+
137
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/aura">
138
+ <img width="436" alt="codemirror-theme-aura" src="https://user-images.githubusercontent.com/1680273/206092773-8140fc6b-119f-4271-a821-7dc6bcbc1c63.png">
139
+ </a>
140
+
135
141
  **bbedit**
136
142
 
137
143
  <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/bbedit">
@@ -194,10 +200,14 @@ export default App;
194
200
 
195
201
  **material**
196
202
 
197
- <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/material">
203
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/material/dark">
198
204
  <img width="436" alt="codemirror-theme-material" src="https://user-images.githubusercontent.com/1680273/205537793-79f9c99c-831a-4ce3-8189-78b42896656f.png">
199
205
  </a>
200
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
+
201
211
  **noctis-lilac**
202
212
 
203
213
  <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/noctis-lilac">
@@ -232,6 +242,24 @@ export default App;
232
242
  <img width="436" alt="codemirror-theme-sublime" src="https://user-images.githubusercontent.com/1680273/176572314-cc296f81-0763-485c-8fa2-7d61b24ad09b.png">
233
243
  </a>
234
244
 
245
+ **tokyo-night**
246
+
247
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/tokyo-night">
248
+ <img width="436" alt="codemirror-theme-tokyo-night" src="https://user-images.githubusercontent.com/1680273/206094521-c3a51de1-8cb7-4f01-a9bd-6cfd04a3aa0d.png">
249
+ </a>
250
+
251
+ **tokyo-night-day**
252
+
253
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/tokyo-night-day">
254
+ <img width="436" alt="codemirror-theme-tokyo-night-day" src="https://user-images.githubusercontent.com/1680273/206104544-ca4db2e0-caac-4804-9321-c269fe660245.png">
255
+ </a>
256
+
257
+ **tokyo-night-storm**
258
+
259
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/tokyo-night-storm">
260
+ <img width="436" alt="codemirror-theme-tokyo-night-storm" src="https://user-images.githubusercontent.com/1680273/206097179-8a490b97-87da-4285-a9bc-b0c9f510e7ed.png">
261
+ </a>
262
+
235
263
  **vscode**
236
264
 
237
265
  <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/vscode/dark">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uiw/codemirror-themes",
3
- "version": "4.18.2",
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>",