/* This theme was generated from /usr/share/vim/vim81/colors/peachpuff.vim by vim2css.pl */
/* ... and adjusted by hand. */
.synIdentifier { color: #008b8b; }
.synTodo { color: #0000ff; background-color: #ffff00; }
.synPreProc { color: #cd00cd; }
.synError { color: #ffffff; background-color: #ff0000; font-weight: bold; }
.synSpecial { color: #7b3b7b; font-weight: bold; }
.synConstant { color: #b05838; }
.synLineNr { color: #00dd00; }
.synType { color: #2e8b57; font-weight: bold; }
.synComment { color: #406090; font-weight: bold; }
.synStatement { color: #2a6a6a; font-weight: bold; }
.synNormal { color: #000000; background-color: rgba(185,255,200,0.6);
  box-sizing: border-box; padding: 2px 4px; }
/* Line numbers */
.line-numbered.synNormal { padding: 0; } /* reset padding if line-numbered */
.line-numbered.synNormal::before { counter-reset: synLineNo; }
.line-numbered.synNormal code { counter-increment: synLineNo; }
.line-numbered.synNormal code::before { content: counter(synLineNo);
  display: inline-block; width: 4em; text-align: center;
  border-right: 1px solid; margin-right: 1em; }
.line-numbered.synNormal code::before { color: rgba(0,255,0,0.4); }
/* Border */
.synNormal { border: 1px dashed rgba(0,255,0,0.4); }
/* Box itself */
.synNormal { max-width: 85%; overflow: auto; margin: 0 auto; }
