Support change keymap and indentation type with size in statusbar

This commit is contained in:
Cheng-Han, Wu 2016-02-08 22:51:07 -06:00
parent acb9dac1b9
commit 5aad217d34
6 changed files with 301 additions and 22 deletions

File diff suppressed because one or more lines are too long

View file

@ -53,4 +53,6 @@ mode/perl/perl.js \
mode/sass/sass.js \
mode/r/r.js \
mode/dockerfile/dockerfile.js \
keymap/sublime.js
keymap/emacs.js \
keymap/sublime.js \
keymap/vim.js

View file

@ -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;