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