From 4fe2c58753278bb1aa54d9c2931b10a370bdcf4f Mon Sep 17 00:00:00 2001 From: danyaPostfactum Date: Tue, 19 Jun 2012 18:31:29 +1000 Subject: [PATCH] Blue color of string for chrome theme --- lib/ace/theme/chrome.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/ace/theme/chrome.css b/lib/ace/theme/chrome.css index 5997f57c..86859b22 100644 --- a/lib/ace/theme/chrome.css +++ b/lib/ace/theme/chrome.css @@ -151,7 +151,10 @@ color:#FD971F; color: rgb(255, 0, 0) } -.ace-chrome .ace_line .ace_string, +.ace-chrome .ace_line .ace_string{ + color: #1A1AA6; +} + .ace-chrome .ace_entity.ace_other.ace_attribute-name{ color: #994409; } \ No newline at end of file