When folds are selected they are highlighted

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-05-24 16:39:14 -07:00
parent c11ee74405
commit f8c3d89e60
6 changed files with 75 additions and 5 deletions

View File

@@ -74,6 +74,11 @@ color:#D2A8A1;
color: #969696;
}
.fold.selected {
background-color: #82715C;
color: #969696;
}
.support.function {
color:#DAD085;
}