@uiw/codemirror-themes 4.18.0 → 4.18.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 +10 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -185,11 +185,11 @@ export default App;
185
185
  **gruvbox**
186
186
 
187
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">
188
+ <img width="436" alt="codemirror-theme-gruvbox-dark" src="https://user-images.githubusercontent.com/1680273/206087857-d0a85219-34ad-4e79-9cdf-183f67e1085d.png">
189
189
  </a>
190
190
 
191
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">
192
+ <img width="436" alt="codemirror-theme-eclipse" src="https://user-images.githubusercontent.com/1680273/206087911-49db6624-ab8c-434e-9b8a-84132fe206f9.png">
193
193
  </a>
194
194
 
195
195
  **material**
@@ -198,6 +198,12 @@ export default App;
198
198
  <img width="436" alt="codemirror-theme-material" src="https://user-images.githubusercontent.com/1680273/205537793-79f9c99c-831a-4ce3-8189-78b42896656f.png">
199
199
  </a>
200
200
 
201
+ **noctis-lilac**
202
+
203
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/noctis-lilac">
204
+ <img width="436" alt="codemirror-theme-noctis-lilac" src="https://user-images.githubusercontent.com/1680273/206088068-55e9a25b-eb77-4e1a-91bb-f39cbba84981.png">
205
+ </a>
206
+
201
207
  **nord**
202
208
 
203
209
  <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/nord">
@@ -235,11 +241,11 @@ export default App;
235
241
  **xcode**
236
242
 
237
243
  <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/xcode/dark">
238
- <img width="436" alt="codemirror-theme-xcode dark" src="https://user-images.githubusercontent.com/1680273/202441061-48b89163-04b9-47a1-9d2c-1608a2d21f51.png">
244
+ <img width="436" alt="codemirror-theme-xcode dark" src="https://user-images.githubusercontent.com/1680273/206087681-537b9c1f-0dce-42a4-854d-036147935e82.png">
239
245
  </a>
240
246
 
241
247
  <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/xcode/light">
242
- <img width="436" alt="codemirror-theme-xcode light" src="https://user-images.githubusercontent.com/1680273/177077462-2046096f-a31c-4dee-b9bb-2fcaaa87a844.png">
248
+ <img width="436" alt="codemirror-theme-xcode light" src="https://user-images.githubusercontent.com/1680273/206087526-9613a546-f129-4e01-9263-5a75f3f039a7.png">
243
249
  </a>
244
250
 
245
251
  ## Props
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uiw/codemirror-themes",
3
- "version": "4.18.0",
3
+ "version": "4.18.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>",