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

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;