fix active line color for solarized_dark theme
This commit is contained in:
parent
a6ce721d92
commit
3aca398f1d
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
.ace-solarized-dark .ace_marker-layer .ace_active_line,
|
||||
.ace-solarized-dark .ace_marker-layer .ace_selection {
|
||||
background: #073642
|
||||
background: rgba(255, 255, 255, 0.1)
|
||||
}
|
||||
|
||||
.ace-solarized-dark.multiselect .ace_selection.start {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue