Skip to content

Commit

Permalink
chore: regenerate theme due to auto upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gcusnieux committed Nov 3, 2021
1 parent 75c1a79 commit 7f73899
Show file tree
Hide file tree
Showing 5 changed files with 500 additions and 680 deletions.
11 changes: 9 additions & 2 deletions assets/css/codemirror/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
background-color: transparent; /* The little square between H and V scrollbars */
background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */
Expand Down Expand Up @@ -68,7 +68,6 @@
}
.cm-animate-fat-cursor {
width: auto;
border: 0;
-webkit-animation: blink 1.06s steps(1) infinite;
-moz-animation: blink 1.06s steps(1) infinite;
animation: blink 1.06s steps(1) infinite;
Expand Down Expand Up @@ -421,6 +420,14 @@ span.CodeMirror-selectedtext { background: none; }
width: 100%; height: 100%;
}

.CodeMirror-lint-line-error {
background-color: rgba(183, 76, 81, 0.08);
}

.CodeMirror-lint-line-warning {
background-color: rgba(255, 211, 0, 0.1);
}

/*
MDN-LIKE Theme - Mozilla
Ported to CodeMirror by Peter Kroon <[email protected]>
Expand Down
Loading

0 comments on commit 7f73899

Please sign in to comment.