@uiw/codemirror-themes 4.15.0 → 4.16.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.
- package/README.md +17 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -182,6 +182,22 @@ 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
|
+
**nord**
|
|
196
|
+
|
|
197
|
+
<a href="https://uiwjs.github.io/react-codemirror/#/theme/data/nord">
|
|
198
|
+
<img width="436" alt="codemirror-theme-nord" src="https://user-images.githubusercontent.com/1680273/205498304-956bc719-1472-40f0-9c3f-21ac5b9f97a6.png">
|
|
199
|
+
</a>
|
|
200
|
+
|
|
185
201
|
**okaidia**
|
|
186
202
|
|
|
187
203
|
<a href="https://uiwjs.github.io/react-codemirror/#/theme/data/okaidia">
|
|
@@ -197,7 +213,7 @@ export default App;
|
|
|
197
213
|
**vscode**
|
|
198
214
|
|
|
199
215
|
<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/
|
|
216
|
+
<img width="436" alt="codemirror-theme-vscode dark" src="https://user-images.githubusercontent.com/1680273/202690670-385808e2-6346-4e36-a3d6-6d9fc1f216dc.png">
|
|
201
217
|
</a>
|
|
202
218
|
|
|
203
219
|
**xcode**
|
package/package.json
CHANGED