diff options
author | Cheng-Han, Wu | 2016-02-08 22:51:07 -0600 |
---|---|---|
committer | Cheng-Han, Wu | 2016-02-08 22:51:07 -0600 |
commit | 5aad217d34dba68f154feb663b7c0639c76b45f2 (patch) | |
tree | bbdfa93d1fab78d9d3a08cc063866996792b73b0 /public/vendor/codemirror/theme | |
parent | acb9dac1b995417f5d166dc19cd2b47601c12f35 (diff) |
Support change keymap and indentation type with size in statusbar
Diffstat (limited to 'public/vendor/codemirror/theme')
-rw-r--r-- | public/vendor/codemirror/theme/one-dark.css | 4 |
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; |