@uiw/codemirror-themes 4.11.0 → 4.11.3
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 +6 -6
- 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">
|
|
@@ -186,12 +192,6 @@ export default App;
|
|
|
186
192
|
<img width="436" alt="codemirror-theme-xcode light" src="https://user-images.githubusercontent.com/1680273/177077462-2046096f-a31c-4dee-b9bb-2fcaaa87a844.png">
|
|
187
193
|
</a>
|
|
188
194
|
|
|
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
|
-
|
|
195
195
|
## Props
|
|
196
196
|
|
|
197
197
|
```ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uiw/codemirror-themes",
|
|
3
|
-
"version": "4.11.
|
|
3
|
+
"version": "4.11.3",
|
|
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",
|