Blue color of string for chrome theme

This commit is contained in:
danyaPostfactum 2012-06-19 18:31:29 +10:00
commit 4fe2c58753

View file

@ -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;
}