From 5aad217d34dba68f154feb663b7c0639c76b45f2 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Mon, 8 Feb 2016 22:51:07 -0600 Subject: Support change keymap and indentation type with size in statusbar --- public/vendor/codemirror/theme/one-dark.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public/vendor/codemirror/theme/one-dark.css') 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; -- cgit v1.2.3