span.anchor { color: green; } /* * span.indent { background-color: #e8e8e8; } */ span.dash { font-weight: bold; color: magenta; } span.colon { font-weight: bold; color: magenta; } span.question { font-weight: bold; color: magenta; } span.yaml_directive { color: cyan; } span.tag_directive { color: cyan; } span.tag { color: blue; } span.comment { color: grey; } span.eol { color: grey; } span.noeol { border-left: 3px solid #ff9922; border-right: 1px solid black; } span.alias { color: green; } span.singlequote { font-weight: bold; color: green; } span.doublequote { font-weight: bold; color: green; } span.singlequoted { color: green; } span.doublequoted { color: green; } span.literal { font-weight: bold; color: magenta; } span.folded { font-weight: bold; color: magenta; } span.doc_start { font-weight: bold; } span.doc_end { font-weight: bold; } /* span.block_scalar_content { color: #aa7700; border-left: 2px solid #999; margin-left: -2px; } */ span.block_scalar_content { color: #aa7700; } span.tab { background-color: lightblue; } span.error { background-color: #ff8888; } span.trailing_space { border: 1px solid red; background-color: #eee; } span.flowseq_start { font-weight: bold; color: magenta; } span.flowseq_end { font-weight: bold; color: magenta; } span.flowmap_start { font-weight: bold; color: magenta; } span.flowmap_end { font-weight: bold; color: magenta; } span.flow_comma { font-weight: bold; color: magenta; }