diff options
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; |