Tweak fold line colors

The deselected orange is now a darkened version of the orange used for coffeescript arrows in the twilight theme. The selected color is now a green based on the color of the cursor, to lend a feeling of similarity between the fold line and the cursor.
This commit is contained in:
Nathan Sobo
2012-05-25 12:46:27 -07:00
parent e2ca3814a9
commit 7c105a0446

View File

@@ -70,12 +70,12 @@ color:#D2A8A1;
}
.fold {
background-color: #52412C;
background-color: #524228;
color: #969696;
}
.fold.selected {
background-color: #82715C;
background-color: #2A3B2A;
color: #969696;
}