Skip to content

Commit

Permalink
Updated default dark-theme to hightlight errors (adobe#13068)
Browse files Browse the repository at this point in the history
Updated the default dark theme to ensure that .cm-error gets applied
last.
  • Loading branch information
retornam authored and petetnt committed Jan 29, 2017
1 parent e8bbf5e commit e9399ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/extensions/default/DarkTheme/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
color: #fff;
}
.inline-widget .CodeMirror-gutter-elt {
color: #767676;
color: #767676;
}
}

Expand All @@ -68,11 +68,12 @@
.cm-def, .cm-property {color: #b77fdb;}
.cm-variable, .cm-variable-2, .cm-variable-3, .cm-operator, .cm-meta, .cm-bracket {color: @foreground;}
.cm-comment {color: #767676;}
.cm-error, .cm-minus {color: #dc322f;}
.cm-minus {color: #dc322f;}
.cm-header {color: #d85896;}
.cm-link {color: #b77fdb; text-decoration: none;}
.cm-rangeinfo {color: #6c71c4;}
.cm-keyword, .cm-qualifier, .cm-builtin, .cm-tag, .cm-quote {color: #6c9ef8;}
.cm-error {color: #dc322f;}

/* Extra CSS */

Expand Down

0 comments on commit e9399ba

Please sign in to comment.