@uiw/codemirror-themes 4.10.4 → 4.11.2

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 +6 -1
package/README.md CHANGED
@@ -120,6 +120,12 @@ export default App;
120
120
  <img width="436" alt="codemirror-theme-abcdef" src="https://user-images.githubusercontent.com/1680273/176573508-705562ad-16ec-4b16-994e-f235a9331a3f.png">
121
121
  </a>
122
122
 
123
+ **android studio**
124
+
125
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/xcode/light">
126
+ <img width="436" alt="codemirror-theme-androidstudio" src="https://user-images.githubusercontent.com/1680273/177484354-0a4fa43e-de96-409f-83e2-61808f2347e6.png">
127
+ </a>
128
+
123
129
  **bespin**
124
130
 
125
131
  <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/bespin">
@@ -141,11 +147,11 @@ export default App;
141
147
  **duotone**
142
148
 
143
149
  <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">
150
+ <img width="436" alt="codemirror-theme-duotone dark" src="https://user-images.githubusercontent.com/1680273/176572959-adfc1284-4c70-48df-8aeb-9a47ff76b2f2.png">
145
151
  </a>
146
152
 
147
153
  <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">
154
+ <img width="436" alt="codemirror-theme-duotone light" src="https://user-images.githubusercontent.com/1680273/176573139-5c22ed62-6000-40da-b080-59c83e6181e2.png">
149
155
  </a>
150
156
 
151
157
  **eclipse**
@@ -154,6 +160,16 @@ export default App;
154
160
  <img width="436" alt="codemirror-theme-eclipse" src="https://user-images.githubusercontent.com/1680273/176572785-4f56f11a-018b-4f86-9088-e6f71f745cfb.png">
155
161
  </a>
156
162
 
163
+ **github**
164
+
165
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/github/dark">
166
+ <img width="436" alt="codemirror-theme-github dark" src="https://user-images.githubusercontent.com/1680273/177048035-644af599-aaf1-41d8-86ea-9ea8c3a1a0c5.png">
167
+ </a>
168
+
169
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/github/light">
170
+ <img width="436" alt="codemirror-theme-github light" src="https://user-images.githubusercontent.com/1680273/177048005-32794f23-8bff-4059-babf-21316d886e65.png">
171
+ </a>
172
+
157
173
  **okaidia**
158
174
 
159
175
  <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/okaidia">
@@ -166,6 +182,16 @@ export default App;
166
182
  <img width="436" alt="codemirror-theme-sublime" src="https://user-images.githubusercontent.com/1680273/176572314-cc296f81-0763-485c-8fa2-7d61b24ad09b.png">
167
183
  </a>
168
184
 
185
+ **xcode**
186
+
187
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/xcode/dark">
188
+ <img width="436" alt="codemirror-theme-xcode dark" src="https://user-images.githubusercontent.com/1680273/177074703-4c5c6be0-e287-45ac-b6cc-db1568276e73.png">
189
+ </a>
190
+
191
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/xcode/light">
192
+ <img width="436" alt="codemirror-theme-xcode light" src="https://user-images.githubusercontent.com/1680273/177077462-2046096f-a31c-4dee-b9bb-2fcaaa87a844.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.2",
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>",
@@ -20,6 +20,11 @@
20
20
  "esm",
21
21
  "cjs"
22
22
  ],
23
+ "peerDependencies": {
24
+ "@codemirror/language": ">=6.0.0",
25
+ "@codemirror/state": ">=6.0.0",
26
+ "@codemirror/view": ">=6.0.0"
27
+ },
23
28
  "dependencies": {
24
29
  "@codemirror/language": "^6.0.0",
25
30
  "@codemirror/state": "^6.0.0",