.cpp_preproc,
.csharp_directive,
.java_annotation {
color: #0050d7;  font-weight: bold;
}
.cpp_doxygen_comment,
.kotlin_javadoc_comment,
.java_javadoc_comment {
color: #008080;
}
.cpp_doxygen_tag,
.java_javadoc_tag {
color: #008080; font-weight: bold;
}
.csharp_other_literal,
.golang_other_literal,
.kotlin_other_literal,
.java_other_literal {
color: rgb(0,0,0); font-weight: bold;
}
.cpp_user_type,
.csharp_user_type,
.java_user_type {
color: #0095ff;  font-weight: bold;
}
.cpp_keyword,
.csharp_keyword,
.golang_keyword, 
.java_keyword, 
.kotlin_keyword, 
.matlab_keyword,
.perl_keyword,
.powershell_keyword,
.python_keyword,
.sql_keyword {
color: #0000FF; font-weight: bold;
}
.cpp_esc_char_literal,
.csharp_esc_char_literal,
.java_esc_char_literal {
color: rgb(255,0,255); font-weight: bold;
}
.cpp_type,
.csharp_type,
.golang_type,
.java_type,
.kotlin_type,
.perl_type,
.powershell_type,
.sql_type {
color: #8000FF;
}
.cpp_operator,
.csharp_operator,
.golang_operator,
.java_operator,
.kotlin_operator,
.matlab_operator,
.perl_operator,
.powershell_operator,
.python_operator,
.sql_operator {
color: #000080; font-weight: bold;
}
.cpp_char_literal,
.csharp_char_literal,
.java_char_literal,
.sql_char_literal {
color: rgb(255,0,255);
}
.cpp_bool_literal,
.csharp_bool_literal,
.golang_bool_literal,
.java_bool_literal,
.kotlin_bool_literal,
.sql_bool_literal {
color: rgb(0,0,0); font-weight: bold;
}
.cpp_num_literal,
.csharp_num_literal,
.golang_num_literal,
.java_num_literal,
.kotlin_num_literal,
.matlab_num_literal,
.perl_num_literal,
.powershell_num_literal,
.python_num_literal,
.sql_num_literal {
color: #BB5000;
}

.cpp_comment,
.csharp_comment,
.golang_comment,
.java_comment,
.kotlin_comment,
.matlab_comment,
.perl_comment,
.powershell_comment,
.python_comment,
.sql_comment {
color: #008000;  
}
.cpp_plain,
.csharp_plain,
.golang_plain, 
.java_plain, 
.kotlin_plain, 
.matlab_plain,
.perl_plain,
.powershell_plain,
.python_plain,
.sql_plain {
color: rgb(0,0,0);
}
.cpp_string_literal,
.cpp_esc_string_literal,
.csharp_string_literal,
.csharp_esc_string_literal,
.golang_string_literal,
.java_esc_string_literal,
.java_string_literal,
.kotlin_string_literal,
.matlab_string_literal,
.perl_string_literal,
.powershell_string_literal,
.python_string_literal,
.sql_string_literal {
color: #606060;
}
.cpp_seperator,
.csharp_separator,
.golang_separator,
.java_separator,
.kotlin_separator,
.matlab_separator,
.perl_separator,
.powershell_separator,
.python_separator,
.sql_separator {
color: #000080; font-weight: bold;
}
.xml_plain,
.xml_char_data {
color: rgb(0,0,0);
}
.xml_tag_symbols {
color: rgb(0,59,255);
}
.xml_comment {
color: rgb(147,147,147); background-color: rgb(247,247,247);
}
.xml_attribute_value {
color: rgb(193,0,0);
}
.xml_attribute_name {
color: rgb(0,0,0); font-weight: bold;
}
.xml_processing_instruction {
color: rgb(0,0,0); font-weight: bold; font-style: italic;
}
.xml_tag_name {
color: rgb(0,55,255);
}
.xml_rife_tag {
color: rgb(0,0,0); background-color: rgb(228,230,160);
}
.xml_rife_name {
color: rgb(0,0,196); background-color: rgb(228,230,160);
}
.powershell_variable {
color: rgb(0,0,0); font-weight: bold;
}
