mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
When folds are selected they are highlighted
This commit is contained in:
@@ -74,6 +74,11 @@ color:#D2A8A1;
|
||||
color: #969696;
|
||||
}
|
||||
|
||||
.fold.selected {
|
||||
background-color: #82715C;
|
||||
color: #969696;
|
||||
}
|
||||
|
||||
.support.function {
|
||||
color:#DAD085;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user