@font-face {
  font-family: "Inconsolata";
  src: url(Inconsolata.ttf);
}

pre.sh_sourceCode {
  background-color: #1b1b1b;
  color: #ffffff;
  font-family: "Inconsolata";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

pre.sh_sourceCode .sh_keyword {
  /* Keyword */
  color: #8fd944;
  font-style: normal;
}

pre.sh_sourceCode .sh_type {
  /* Type */
  color: #ffffff;
  font-style: normal;
}

pre.sh_sourceCode .sh_string {
  /* String */
  color: #76ba53;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_regexp {
  /* Regular Expression */
  color: #9933cc;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_specialchar {
  /* Operator */
  color: #fa8968;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_comment {
  /* Comment */
  color: #616161;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_number {
  /* Floating point number */
  color: #1793f0;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_preproc {
  /* @todo */
  color: #bfbfbf;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_symbol {
  /* E4X Text */
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_function {
  /* Plain Text */
  color: #e1d797;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_cbracket {
  /* E4X Text */
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_url {
  /* @todo */
  color: #ffbb00;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_date {
  /* Floating point number */
  color: #1793f0;
  font-style: normal;
}

pre.sh_sourceCode .sh_time {
  /* Floating point number */
  color: #1793f0;
  font-style: normal;
}

pre.sh_sourceCode .sh_file {
  /* String */
  color: #76ba53;
  font-style: normal;
}

pre.sh_sourceCode .sh_ip {
  /* String */
  color: #76ba53;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_name {
  /* @todo */
  color: #ffbb00;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_variable {
  /* Protected Element */
  color: #3f9ad6; /* #83c5ff */
  font-style: normal;
}

pre.sh_sourceCode .sh_oldfile {
  /* String */
  color: #76ba53;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_newfile {
  /* String */
  color: #76ba53;
  font-weight: normal;
  font-style: normal;
}

pre.sh_sourceCode .sh_difflines {
  /* @todo */
  color: #fa5a03;
  font-style: normal;
}

pre.sh_sourceCode .sh_selector {
  /* @todo */
  color: #efe219;
  font-style: normal;
}

pre.sh_sourceCode .sh_property {
  /* @todo */
  color: #fa5a03;
  font-style: normal;
}

pre.sh_sourceCode .sh_value {
  /* @todo */
  color: #ffbb00;
  font-weight: normal;
  font-style: normal;
}

