mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user