diff --git a/lib/ace/theme/tm.css b/lib/ace/theme/tm.css index b55a7552..fc12dc9e 100644 --- a/lib/ace/theme/tm.css +++ b/lib/ace/theme/tm.css @@ -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); }