diff --git a/themes/atom-light-syntax.less b/themes/atom-light-syntax.less index 874069295..61e1cfcbe 100644 --- a/themes/atom-light-syntax.less +++ b/themes/atom-light-syntax.less @@ -131,14 +131,8 @@ } .support { - &.function { - color: #458; - } - - &.constant { - color: #458; - } - + &.constant, + &.function, &.type { color: #458; }