@uiw/codemirror-themes 4.16.0 → 4.17.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.
- package/README.md +16 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -192,6 +192,12 @@ export default App;
|
|
|
192
192
|
<img width="436" alt="codemirror-theme-eclipse" src="https://user-images.githubusercontent.com/1680273/205499803-e1e2e214-dc3e-488a-9037-ba979e5ce199.png">
|
|
193
193
|
</a>
|
|
194
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
|
+
|
|
195
201
|
**nord**
|
|
196
202
|
|
|
197
203
|
<a href="https://uiwjs.github.io/react-codemirror/#/theme/data/nord">
|
|
@@ -204,6 +210,16 @@ export default App;
|
|
|
204
210
|
<img width="436" alt="codemirror-theme-okaidia" src="https://user-images.githubusercontent.com/1680273/176572694-b9aface9-9646-4e0e-a211-a8aa92dabc31.png">
|
|
205
211
|
</a>
|
|
206
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
|
+
|
|
207
223
|
**sublime**
|
|
208
224
|
|
|
209
225
|
<a href="https://uiwjs.github.io/react-codemirror/#/theme/data/sublime">
|
package/package.json
CHANGED