Merge pull request #943 from danyaPostfactum/monokaifix
Monokai theme selection contrast fix
This commit is contained in:
commit
453df3352d
1 changed files with 2 additions and 2 deletions
|
|
@ -53,11 +53,11 @@
|
|||
}
|
||||
|
||||
.ace-monokai .ace_marker-layer .ace_active_line {
|
||||
background: #49483E;
|
||||
background: #202020;
|
||||
}
|
||||
|
||||
.ace-monokai .ace_gutter_active_line {
|
||||
background-color: #191916;
|
||||
background-color: #272727;
|
||||
}
|
||||
|
||||
.ace-monokai .ace_marker-layer .ace_selected_word {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue