@uiw/codemirror-themes 4.11.4 → 4.11.5

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 +12 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -126,6 +126,18 @@ export default App;
126
126
  <img width="436" alt="codemirror-theme-androidstudio" src="https://user-images.githubusercontent.com/1680273/177484354-0a4fa43e-de96-409f-83e2-61808f2347e6.png">
127
127
  </a>
128
128
 
129
+ **atom one**
130
+
131
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/xcode/light">
132
+ <img width="436" alt="codemirror-theme-androidstudio" src="https://user-images.githubusercontent.com/1680273/181795374-7a25cb90-5d77-4f86-9cbc-b1e12dc939d3.png">
133
+ </a>
134
+
135
+ **bbedit**
136
+
137
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/bbedit">
138
+ <img width="436" alt="codemirror-theme-bbedit" src="https://user-images.githubusercontent.com/1680273/183550552-df398e5b-fab2-4ce5-bdd0-5e3612e3e5d9.png">
139
+ </a>
140
+
129
141
  **bespin**
130
142
 
131
143
  <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/bespin">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uiw/codemirror-themes",
3
- "version": "4.11.4",
3
+ "version": "4.11.5",
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>",