From 73a88f40116783e3ada5fc76610dd68476dcbeff Mon Sep 17 00:00:00 2001 From: Zayne Turner <16801980+zaynelt@users.noreply.github.com> Date: Sat, 6 Jul 2019 10:47:17 -0700 Subject: [PATCH] Adjust CSS, add darker property names --- themes/CodeyMidnight.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/CodeyMidnight.json b/themes/CodeyMidnight.json index fd0fb46..46ee61d 100644 --- a/themes/CodeyMidnight.json +++ b/themes/CodeyMidnight.json @@ -118,7 +118,7 @@ "foreground": "#f9bf3b" } }, - { + { "name": "CSS attributes", "scope": [ "entity.other.attribute-name.class.css", "entity.other.attribute-name.class.mixin.css", @@ -463,7 +463,7 @@ "foreground": "#ececec" } }, - { + { "name": "CSS Supports", "scope": [ "support.type.vendored.property-name", "support.type.property-name", @@ -473,7 +473,7 @@ "source.coffee.embedded" ], "settings": { - "foreground": "#c5eff7" + "foreground": "#00e0e0" } },