Skip to content

Commit 507ae2f

Browse files
nlujjawalnlujjawal
and
nlujjawal
authored
Fix: Contrast is too low for searched items (#5523)
Co-authored-by: nlujjawal <janedoe@amazon.com>
1 parent 78c3550 commit 507ae2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/theme/cloud_editor_dark-css.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = `
2626
}
2727
2828
.ace-cloud_editor_dark .ace_marker-layer .ace_selection {
29-
background: #213a70;
29+
background: #4376bd;
3030
}
3131
3232
.ace-cloud_editor_dark.ace_multiselect .ace_selection.ace_start {
@@ -63,7 +63,7 @@ module.exports = `
6363
}
6464
6565
.ace-cloud_editor_dark .ace_marker-layer .ace_selected-word {
66-
border: 1px solid #282c34;
66+
border: 1px solid #9bd0f7;
6767
}
6868
6969
.ace-cloud_editor_dark .ace_fold {

0 commit comments

Comments
 (0)