Merge pull request #815 from danyaPostfactum/patch-6

Blue color of string for chrome theme
This commit is contained in:
Garen Torikian 2012-06-19 01:35:00 -07:00
commit 7ab0e97bee

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