summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/theme/one-dark.css
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-02-08 22:51:07 -0600
committerCheng-Han, Wu2016-02-08 22:51:07 -0600
commit5aad217d34dba68f154feb663b7c0639c76b45f2 (patch)
treebbdfa93d1fab78d9d3a08cc063866996792b73b0 /public/vendor/codemirror/theme/one-dark.css
parentacb9dac1b995417f5d166dc19cd2b47601c12f35 (diff)
Support change keymap and indentation type with size in statusbar
Diffstat (limited to '')
-rw-r--r--public/vendor/codemirror/theme/one-dark.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/vendor/codemirror/theme/one-dark.css b/public/vendor/codemirror/theme/one-dark.css
index aa4dd288..9e0ba568 100644
--- a/public/vendor/codemirror/theme/one-dark.css
+++ b/public/vendor/codemirror/theme/one-dark.css
@@ -140,6 +140,10 @@ borrow some color from tomorrow-night-eighties
.cm-s-one-dark .CodeMirror-cursor {
border-left: 2px solid #528bff !important;
}
+.cm-fat-cursor .CodeMirror-cursor {
+ border-left: 2px solid #3C5B9E !important;
+ background: #3C5B9E;
+}
.cm-s-one-dark .CodeMirror-gutters {
/* background-color: #282c34;*/
background-color: #1e2126;