/* Background */
.chroma {
background-color: #ffffff;
}
/* LineTableTD */
.chroma .lntd {
vertical-align: top;
padding: 0;
margin: 0;
border: 0;
/* LineTable */
.chroma .lntable {
border-spacing: 0;
width: auto;
overflow: auto;
display: block;
/* LineHighlight */
.chroma .hl {
width: 100%;
background-color: #e5e5e5;
/* LineNumbersTable */
.chroma .lnt {
margin-right: .4em;
padding: 0 .4em;
color: #7f7f7f;
/* LineNumbers */
.chroma .ln {
/* Keyword */
.chroma .k {
color: #d73a49;
/* KeywordConstant */
.chroma .kc {
/* KeywordDeclaration */
.chroma .kd {
/* KeywordNamespace */
.chroma .kn {
/* KeywordPseudo */
.chroma .kp {
/* KeywordReserved */
.chroma .kr {
/* KeywordType */
.chroma .kt {
color: #445588;
/* NameAttribute */
.chroma .na {
/* NameBuiltin */
.chroma .nb {
color: #005cc5;
/* NameBuiltinPseudo */
.chroma .bp {
color: #999999;
/* NameClass */
.chroma .nc {
/* NameConstant */
.chroma .no {
color: #008080;
/* NameDecorator */
.chroma .nd {
color: #3c5d5d;
/* NameEntity */
.chroma .ni {
color: #6f42c1;
/* NameException */
.chroma .ne {
color: #990000;
/* NameFunction */
.chroma .nf {
/* NameLabel */
.chroma .nl {
/* NameNamespace */
.chroma .nn {
color: #555555;
/* NameOther */
.chroma .nx {
color: #24292e;
/* NameTag */
.chroma .nt {
color: #22863a;
/* NameVariable */
.chroma .nv {
/* NameVariableClass */
.chroma .vc {
/* NameVariableGlobal */
.chroma .vg {
/* NameVariableInstance */
.chroma .vi {
/* LiteralString */
.chroma .s {
color: #032f62;
/* LiteralStringAffix */
.chroma .sa {
/* LiteralStringBacktick */
.chroma .sb {
/* LiteralStringChar */
.chroma .sc {
/* LiteralStringDelimiter */
.chroma .dl {
/* LiteralStringDoc */
.chroma .sd {
/* LiteralStringDouble */
.chroma .s2 {
/* LiteralStringEscape */
.chroma .se {
/* LiteralStringHeredoc */
.chroma .sh {
/* LiteralStringInterpol */
.chroma .si {
/* LiteralStringOther */
.chroma .sx {
/* LiteralStringRegex */
.chroma .sr {
/* LiteralStringSingle */
.chroma .s1 {
/* LiteralStringSymbol */
.chroma .ss {
/* LiteralNumber */
.chroma .m {
color: #009999;
/* LiteralNumberBin */
.chroma .mb {
/* LiteralNumberFloat */
.chroma .mf {
/* LiteralNumberHex */
.chroma .mh {
/* LiteralNumberInteger */
.chroma .mi {
/* LiteralNumberIntegerLong */
.chroma .il {
/* LiteralNumberOct */
.chroma .mo {
/* Operator */
.chroma .o {
/* OperatorWord */
.chroma .ow {
/* Comment */
.chroma .c {
color: #6a737d;
/* CommentHashbang */
.chroma .ch {
/* CommentMultiline */
.chroma .cm {
color: #999988;
/* CommentSingle */
.chroma .c1 {
/* CommentSpecial */
.chroma .cs {
/* CommentPreproc */
.chroma .cp {
/* CommentPreprocFile */
.chroma .cpf {
/* GenericDeleted */
.chroma .gd {
color: #000000;
background-color: #ffdddd;
/* GenericEmph */
.chroma .ge {
/* GenericError */
.chroma .gr {
color: #aa0000;
/* GenericHeading */
.chroma .gh {
/* GenericInserted */
.chroma .gi {
background-color: #ddffdd;
/* GenericOutput */
.chroma .go {
color: #888888;
/* GenericPrompt */
.chroma .gp {
/* GenericStrong */
.chroma .gs {
font-weight: bold;
/* GenericSubheading */
.chroma .gu {
color: #aaaaaa;
/* GenericTraceback */
.chroma .gt {
/* GenericUnderline */
.chroma .gl {
text-decoration: underline;
/* TextWhitespace */
.chroma .w {
color: #bbbbbb;