mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Style color of folded line numbers
This commit is contained in:
@@ -43,10 +43,19 @@
|
||||
-webkit-animation-iteration-count: 1;
|
||||
}
|
||||
|
||||
.editor .fold {
|
||||
.editor .line.fold {
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
.editor .gutter .line-number.fold {
|
||||
color: #FBA0E3;
|
||||
opacity: .75;
|
||||
}
|
||||
|
||||
.editor .gutter .line-number.fold.cursor-line {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.editor .fold.selected {
|
||||
background-color: #244;
|
||||
}
|
||||
|
||||
@@ -46,10 +46,19 @@
|
||||
-webkit-animation-iteration-count: 1;
|
||||
}
|
||||
|
||||
.editor .fold {
|
||||
.editor .line.fold {
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
.editor .gutter .line-number.fold {
|
||||
color: #FBA0E3;
|
||||
opacity: .75;
|
||||
}
|
||||
|
||||
.editor .gutter .line-number.fold.cursor-line {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.editor .fold.selected {
|
||||
background-color: #244;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user