Skip to content

Commit 453df33

Browse files
committed
Merge pull request ajaxorg#943 from danyaPostfactum/monokaifix
Monokai theme selection contrast fix
2 parents 19ea899 + ea391b3 commit 453df33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/ace/theme/monokai.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
}
5454

5555
.ace-monokai .ace_marker-layer .ace_active_line {
56-
background: #49483E;
56+
background: #202020;
5757
}
5858

5959
.ace-monokai .ace_gutter_active_line {
60-
background-color: #191916;
60+
background-color: #272727;
6161
}
6262

6363
.ace-monokai .ace_marker-layer .ace_selected_word {

0 commit comments

Comments
 (0)