some CSS highlighting fixes

This commit is contained in:
Fabian Jakobs 2010-12-16 11:50:34 +01:00
commit 78af5b6bae

View file

@ -69,6 +69,15 @@
color: rgb(60, 76, 114);
}
.ace-tm .ace_line .ace_support.ace_constant {
color: rgb(6, 150, 14);
}
.ace-tm .ace_line .ace_support.ace_type,
.ace-tm .ace_line .ace_support.ace_class {
color: rgb(109, 121, 222);
}
.ace-tm .ace_line .ace_keyword.ace_operator {
color: rgb(104, 118, 135);
}