Skip to content

Commit

Permalink
fix: updated red color in cloud-editor dark theme (#5432)
Browse files Browse the repository at this point in the history
  • Loading branch information
marinsokol5 authored Dec 19, 2023
1 parent c216ef4 commit 142b607
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/theme/cloud_editor_dark-css.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module.exports = `
.ace-cloud_editor_dark .ace_invalid.ace_illegal {
color: #dcdfe4;
background-color: #e76a71;
background-color: #e96a71;
}
.ace-cloud_editor_dark .ace_invalid.ace_deprecated {
Expand All @@ -124,7 +124,7 @@ module.exports = `
}
.ace-cloud_editor_dark .ace_variable {
color: #e76a71;
color: #e96a71;
}
.ace-cloud_editor_dark .ace_meta.ace_selector {
Expand All @@ -140,7 +140,7 @@ module.exports = `
}
.ace-cloud_editor_dark .ace_entity.ace_name.ace_tag {
color: #e76a71;
color: #e96a71;
}
.ace-cloud_editor_dark .ace_heading {
color: #66b2f0;
Expand All @@ -150,15 +150,15 @@ module.exports = `
color: #e5c383;
}
.ace-cloud_editor_dark .ace_doctype {
color: #e76a71;
color: #e96a71;
}
.ace-cloud_editor_dark .ace_entity.ace_name.ace_tag,
.ace-cloud_editor_dark .ace_entity.ace_other.ace_attribute-name,
.ace-cloud_editor_dark .ace_meta.ace_tag,
.ace-cloud_editor_dark .ace_string.ace_regexp,
.ace-cloud_editor_dark .ace_variable {
color: #e76a71;
color: #e96a71;
}
.ace-cloud_editor_dark .ace_tooltip {
Expand Down

0 comments on commit 142b607

Please sign in to comment.