Skip to content

Commit

Permalink
fix: contrast completion meta contrast cloud editor themes (#5558)
Browse files Browse the repository at this point in the history
  • Loading branch information
akoreman authored May 21, 2024
1 parent b3dfa11 commit b8877f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/theme/cloud_editor-css.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ module.exports = `
}
.ace-cloud_editor.ace_editor.ace_autocomplete .ace_completion-meta {
color: #545b64;
opacity: 1;
}
.ace-cloud_editor.ace_editor.ace_autocomplete .ace_completion-highlight{
color: #0F68AE;
Expand Down
3 changes: 2 additions & 1 deletion src/theme/cloud_editor_dark-css.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ module.exports = `
background: #272A30;
}
.ace-cloud_editor_dark.ace_dark.ace_editor.ace_autocomplete .ace_completion-meta {
color: #ACB8B9;
color: #95a5a6;
opacity: 1;
}
.ace-cloud_editor_dark.ace_dark.ace_editor.ace_autocomplete .ace_completion-highlight{
color: #2AA0BC;
Expand Down

0 comments on commit b8877f0

Please sign in to comment.