@uiw/codemirror-themes 4.10.4 → 4.11.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 +28 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -141,11 +141,11 @@ export default App;
141
141
  **duotone**
142
142
 
143
143
  <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/dark">
144
- <img width="436" alt="codemirror-theme-duotone" src="https://user-images.githubusercontent.com/1680273/176572959-adfc1284-4c70-48df-8aeb-9a47ff76b2f2.png">
144
+ <img width="436" alt="codemirror-theme-duotone dark" src="https://user-images.githubusercontent.com/1680273/176572959-adfc1284-4c70-48df-8aeb-9a47ff76b2f2.png">
145
145
  </a>
146
146
 
147
147
  <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light">
148
- <img width="436" alt="codemirror-theme-duotone" src="https://user-images.githubusercontent.com/1680273/176573139-5c22ed62-6000-40da-b080-59c83e6181e2.png">
148
+ <img width="436" alt="codemirror-theme-duotone light" src="https://user-images.githubusercontent.com/1680273/176573139-5c22ed62-6000-40da-b080-59c83e6181e2.png">
149
149
  </a>
150
150
 
151
151
  **eclipse**
@@ -154,6 +154,16 @@ export default App;
154
154
  <img width="436" alt="codemirror-theme-eclipse" src="https://user-images.githubusercontent.com/1680273/176572785-4f56f11a-018b-4f86-9088-e6f71f745cfb.png">
155
155
  </a>
156
156
 
157
+ **github**
158
+
159
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/github/dark">
160
+ <img width="436" alt="codemirror-theme-github dark" src="https://user-images.githubusercontent.com/1680273/177048035-644af599-aaf1-41d8-86ea-9ea8c3a1a0c5.png">
161
+ </a>
162
+
163
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/github/light">
164
+ <img width="436" alt="codemirror-theme-github light" src="https://user-images.githubusercontent.com/1680273/177048005-32794f23-8bff-4059-babf-21316d886e65.png">
165
+ </a>
166
+
157
167
  **okaidia**
158
168
 
159
169
  <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/okaidia">
@@ -166,6 +176,22 @@ export default App;
166
176
  <img width="436" alt="codemirror-theme-sublime" src="https://user-images.githubusercontent.com/1680273/176572314-cc296f81-0763-485c-8fa2-7d61b24ad09b.png">
167
177
  </a>
168
178
 
179
+ **xcode**
180
+
181
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/xcode/dark">
182
+ <img width="436" alt="codemirror-theme-xcode dark" src="https://user-images.githubusercontent.com/1680273/177074703-4c5c6be0-e287-45ac-b6cc-db1568276e73.png">
183
+ </a>
184
+
185
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/xcode/light">
186
+ <img width="436" alt="codemirror-theme-xcode light" src="https://user-images.githubusercontent.com/1680273/177077462-2046096f-a31c-4dee-b9bb-2fcaaa87a844.png">
187
+ </a>
188
+
189
+ **android studio**
190
+
191
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/xcode/light">
192
+ <img width="436" alt="codemirror-theme-androidstudio" src="https://user-images.githubusercontent.com/1680273/177484354-0a4fa43e-de96-409f-83e2-61808f2347e6.png">
193
+ </a>
194
+
169
195
  ## Props
170
196
 
171
197
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uiw/codemirror-themes",
3
- "version": "4.10.4",
3
+ "version": "4.11.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>",