/ Published in: CSS
Expand |
Embed | Plain Text
/* @theme Specials Board port @override-placeholders css, html, php, php-html @author Joe Bergantine (original)/Brent Meyer (port) */ @base { color: rgb(235,235,235); background-color: rgb(43,43,43); insertion-point-color: #fff; selection-background-color: rgba(255,255,255,.25); } string { color: rgb(160,194,96); } comment, comment > punctuation, comment > delimiter, comment.block, comment.block > punctuation, comment.line, comment.line > punctuation, comment.single-line, comment.single-line > punctuation { color: rgb(102,102,102); } function name, identifier.function, class name { color: #EE0F04; } function delimiter.parenthesis, function delimiter.separator { color: rgb(235,235,235); } pointer, operator { color: #fff; } keyword { color: rgb(204,118,46); } variable { color: rgb(201,209,255); } value { color: rgb(108,153,188); } literal.regex { color: rgb(136,87,210); } identifier.function { color: #ff00f0; } identifier.function.support > begin { color: rgb(235,235,235); } /* @group HTML+XML */ tag { color: rgb(255,192,92); spell-check: disabled; } html doctype, html doctype name, html doctype punctuation, xml processing-instruction, xml processing-instruction string, xml processing-instruction string value { color: #776644; } html string value, xml string value { color: rgb(160,194,96); } html character.entity { color: rgb(235,235,235); } tag > attribute-name { color: rgb(204,120,50); } /* @end */ /* @group CSS */ styling { spell-check: disabled; } css selector { color: rgb(230,225,220); } css property-name { color: rgb(204,118,46); } css property-value { color: rgb(160,194,96); } zconstant.nzumeric.css { color: rgb(108,153,188); } css punctuation.separator, css punctuation.terminator { color: #fff; } embedded.css { /*background: #24211D;*/ } css keyword.important { color: rgb(204,66,50); font-weight: bold; } /* @end */ /* @group Javascript */ js keyword, js storag, embedded.js keyword { color: rgb(204,118,46); } js constant, embedded.js constant { color: rgb(235,235,235); } js > operator, embedded.js > operator { color: rgb(235,235,235); } string.regexp.js, string.regexp.js punctuation.definition, embedded.js string.regexp.js punctuation.definition, embedded.js tring.regexp.js { color: rgb(136,87,210); } string.regexp.js constant.character.escape.js, embedded.js string.regexp.js constant.character.escape.js { color: rgb(190,115,253); } variable.language.js, embedded.js variable { color: rgb(218,70,50); } /* @end */ /* @group jQuery */ jQuery.function > name { color: rgb(218,70,50); } jQuery.selector { color: rgb(160,194,96);; } jQuery.object.operator { color: rgb(218,70,50); } /* @end */ /* @group PHP */ php embedded.source, embedded.source.php { spell-check: disabled; } php delimiter.embedded.source, php delimiter.embedded.source keyword { color: rgb(204,120,50); } php function > name, php identifier.function > name, php class > name { color: rgb(218,70,50); font-weight: normal; } php keyword.definition, php keyword.constant.other, php > keyword.constant.other, php container keyword.constant.other, php literal.keyword.constant, php literal.keyword.bool, php literal.keyword.null, php keyword.modifier, php literal.numeric > numeric { color: rgb(204,120,50); font-weight: normal; } php literal.numeric > numeric { background: #ff00f0; } php identifier.variable, php > variable, php > variable > operator, php string variable, php identifier.variable > dollar-sign, php delimiter.variable.begin { color: rgb(201,209,255); } php metadata.phpDoc { color: #776644; } php identifier.function delimiter { color: rgb(235,235,235); } php identifier.function delimiter.quote { color: rgb(160,194,96); } php sql { color: rgb(160,194,96); } /* PHP+HTML overrides */ php.html tag name { color: rgb(255,192,92); } php.html tag value { color: rgb(160,194,96); } php.html tag.doctype name { color: #776644; } /* @end */ /* @group ExpressionEngine */ ee.tag, ee.operator, ee.attribute-name, ee ee.tag > ee.name, ee ee.tag > ee.punctuation, ee ee.tag.conditional, ee ee.tag ee.attribute-name { color: #CDDE87; } ee ee.tag ee.attribute-name { font-weight: normal; } ee ee.tag.self-closing.conditional { background: #333; } ee.attribute, ee ee.tag ee.attribute { color: #abc837; } /* @end */ /* @group Actionscript */ as3 keyword.as3, as3 keyword.bool { color: #e8bf6a; } as3 keyword.function.as3 { color: #EE0F04; } as3 method name, as3 keyword.operators.as3 { color: #fff; } as3 integral.value { background: #333; } as3 keyword.class.as3 { color: #CDDE87; } /* @end */ /* @group ColdFusion */ cfm.tag { color: #CDDE87; } cfm operator, cfm keyword { color: #e8bf6a; } cfml.embedded output { color: #fff; } cfml.embedded coldfusion.embedded { color: #e8bf6a } function.cfm > parenthesis { color: #CDDE87; } /* @end */
You need to login to post a comment.
