@uiw/codemirror-themes 4.18.2 → 4.19.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 +24 -0
  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">
@@ -232,6 +238,24 @@ export default App;
232
238
  <img width="436" alt="codemirror-theme-sublime" src="https://user-images.githubusercontent.com/1680273/176572314-cc296f81-0763-485c-8fa2-7d61b24ad09b.png">
233
239
  </a>
234
240
 
241
+ **tokyo-night**
242
+
243
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/tokyo-night">
244
+ <img width="436" alt="codemirror-theme-tokyo-night" src="https://user-images.githubusercontent.com/1680273/206094521-c3a51de1-8cb7-4f01-a9bd-6cfd04a3aa0d.png">
245
+ </a>
246
+
247
+ **tokyo-night-day**
248
+
249
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/tokyo-night-day">
250
+ <img width="436" alt="codemirror-theme-tokyo-night-day" src="https://user-images.githubusercontent.com/1680273/206104544-ca4db2e0-caac-4804-9321-c269fe660245.png">
251
+ </a>
252
+
253
+ **tokyo-night-storm**
254
+
255
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/tokyo-night-storm">
256
+ <img width="436" alt="codemirror-theme-tokyo-night-storm" src="https://user-images.githubusercontent.com/1680273/206097179-8a490b97-87da-4285-a9bc-b0c9f510e7ed.png">
257
+ </a>
258
+
235
259
  **vscode**
236
260
 
237
261
  <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.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>",