From ebd65a65b1c88a05418c62327d8eeb6fa9cd496c Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Tue, 15 Mar 2016 16:53:04 +0100 Subject: [PATCH] fixes #4191: Inconsistent coloring of CSS rules values --- extensions/theme-defaults/themes/dark_plus.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/extensions/theme-defaults/themes/dark_plus.json b/extensions/theme-defaults/themes/dark_plus.json index b4ce6f94481..f17abbe016f 100644 --- a/extensions/theme-defaults/themes/dark_plus.json +++ b/extensions/theme-defaults/themes/dark_plus.json @@ -59,8 +59,10 @@ { "name": "CSS property value", "scope": [ - "support.property-value.css", - "constant.rgb-value.css" + "support.property-value", + "constant.rgb-value", + "support.property-value.sass", + "constant.rgb-value.sass" ], "settings": { "foreground": "#CE9178" -- GitLab