@@ -27,7 +27,7 @@
"mkdirp": "^1.0.4",
"potdb": "^2.0.1",
"uuid": "^8.3.2"
- },
+ },
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.5",
@@ -69,6 +69,16 @@
}
+:global(.theme-dark) {
+ .editor {
+ :global {
+ .CodeMirror-cursor {
+ border-color: #39c;
+ }
+}
+
.status_bar {
height: var(--swh-status-bar-height);
line-height: var(--swh-status-bar-height);