mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Change text marker colors on Ace dark themes.
This commit is contained in:
parent
5fb54d8447
commit
65e257ca37
1 changed files with 11 additions and 0 deletions
|
@ -10,9 +10,11 @@
|
|||
|
||||
@rp-green : #2c8e30;
|
||||
@rp-dim-green : #cae3cb;
|
||||
@rp-green-on-dark : rgba(37, 107, 41, 0.5);
|
||||
@rp-red : #c5060b;
|
||||
@rp-dim-red : #f3cdce;
|
||||
@rp-yellow : #f3b111;
|
||||
@rp-yellow-on-dark : rgba(194, 93, 11, 0.5);
|
||||
@rp-dim-yellow : #ffe9b2;
|
||||
@rp-grey : #aaaaaa;
|
||||
|
||||
|
@ -703,6 +705,15 @@
|
|||
border-left: 2px dotted @rp-red;
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
.ace_dark {
|
||||
.track-changes-comment-marker {
|
||||
background-color: @rp-yellow-on-dark
|
||||
}
|
||||
.track-changes-added-marker {
|
||||
background-color: @rp-green-on-dark;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.review-icon {
|
||||
|
|
Loading…
Reference in a new issue