mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 21:44:21 -04:00
Support change keymap and indentation type with size in statusbar
This commit is contained in:
parent
acb9dac1b9
commit
5aad217d34
6 changed files with 301 additions and 22 deletions
30
public/vendor/codemirror/codemirror.min.js
vendored
30
public/vendor/codemirror/codemirror.min.js
vendored
File diff suppressed because one or more lines are too long
4
public/vendor/codemirror/compress.sh
vendored
4
public/vendor/codemirror/compress.sh
vendored
|
@ -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
|
4
public/vendor/codemirror/theme/one-dark.css
vendored
4
public/vendor/codemirror/theme/one-dark.css
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue