pre .keyword, pre .javascript .function {
  color: #faba03; font-weight: bold;
}

pre .comment, pre .title {
  color: #87ceeb;
}

pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {
  color: #8cb775;
}

pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant {
  color: #cd5c5c;
}

pre .class, pre .ruby .class .title, pre .css .rules .attribute {
  color: yellow;
}



.tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo {
  color: #d54e53;
}

.tomorrow-aqua, pre .css .hexcolor {
  color: #70c0b1;
}

.tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title {
  color: #7aa6da;
}



pre code {
  display: block;
  background: black;
  color: #eaeaea;
  font-family: Menlo, Monaco, Consolas, monospace;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 10px;
  padding: 10px 15px;
  white-space: pre;
  word-wrap: normal;
  overflow-x: auto;
  font-size: 12px;
  font-weight: 700;
}

pre code strong {
  color: #ffff00 !important;
}