From dae28d222295dc879a81e57f79ce4ec4e75c6c59 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 24 Jun 2013 08:33:18 -0700 Subject: [PATCH] Add light syntax colors for embedded strings Closes #598 --- themes/atom-light-syntax.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/themes/atom-light-syntax.less b/themes/atom-light-syntax.less index 61e1cfcbe..e31639319 100644 --- a/themes/atom-light-syntax.less +++ b/themes/atom-light-syntax.less @@ -48,6 +48,14 @@ color: #D14; } + .source .string .source { + color: #5A5A5A; + + .punctuation.section.embedded { + color: #920B2D; + } + } + .constant { &.numeric { color: #D14;