mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-05 09:14:02 -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
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