diff --git a/themes/atom-dark-syntax.less b/themes/atom-dark-syntax.less index 8a2eca64e..80d39e6d7 100644 --- a/themes/atom-dark-syntax.less +++ b/themes/atom-dark-syntax.less @@ -24,11 +24,10 @@ } .selection .region { - background-color: #333333; + background-color: #444444; } - .line-number.cursor-line-no-selection, - .line.cursor-line { + .line-number.cursor-line-no-selection { background-color: rgba(255, 255, 255, 0.14); }