/*
 * Copyright 2008 Konrad Rudolph
 * All rights reserved.
 *
 * Colour scheme based on the Vibrant Ink scheme by Justin Palmer for the
 * TextMate text editor.
 * http://alternateidea.com/blog/articles/2006/1/3/textmate-vibrant-ink-theme-and-prototype-bundle
 */

.source-code { color:#000000; background-color:#ffffff; font-size:10pt; font-family:'Courier New';}

/* Style definition file generated by highlight 2.16, http://www.andre-simon.de/ */

/* Highlighting theme definition: */

.hl.num { color:#000000; }
.hl.esc { color:#0000ff; }
.hl.str { color:#0000ff; }
.hl.dstr { color:#7f9fbf; }
.hl.slc { color:#2f9956; }
.hl.com { color:#717ab3; }
.hl.dir { color:#3f5fbf; }
.hl.sym { color:#000000; }
.hl.line { color:#000000; }
.hl.mark	{ background-color:#ffffbb;}
.hl.kwa { color:#7f0055; font-weight:bold; }
.hl.kwb { color:#7f0055; font-weight:bold; }
.hl.kwc { color:#7f0055; font-weight:bold; }
.hl.kwd { color:#000000; }

.source-code .keyword { color:#000055; font-weight:bold; }
.source-code .keyword.literal { color:#7f0055; font-weight:bold; }
.source-code .keyword.type { color:#7f0055; font-weight:bold; }
.source-code .keyword.builtin { color:#000055; font-weight:bold; }
.source-code .preprocessor { color:#3f5fbf; }
.source-code .comment { color:#717ab3; }
.source-code .comment .doc { color:#717ab3; }
.source-code .identifier { color:#000000; }
.source-code .string, .source-code .char { color:#0000ff; }
.source-code .escaped { color:#0000ff; }
.source-code .number, .source-code .tag { color:#008f23; }
.source-code .regex, .source-code .attribute { color: #44B4CC; }
.source-code .operator { color: #888; }
.source-code .keyword.operator { color: #F60; }
.source-code .whitespace { background: #333; }
.source-code .error { border-bottom: 1px solid red; }

.source-code .tag .attribute { font-style: italic; }
.source-code.xml .preprocessor .keyword { color:#3f5fbf; }
.source-code.xml .preprocessor .keyword { color:#3f5fbf; }
.source-code.xml .meta, .source-code.xml .meta .keyword { color: #399; }

.source-code.cpp .preprocessor .identifier { color:#3f5fef; }
.source-code.cpp .preprocessor .tag { color:#af1f1f; }

/*
.source-code::-moz-selection, .source-code span::-moz-selection {
    background: yellow;
    color: black;
}

.source-code::selection, .source-code span::selection {
    background: yellow;
    color: black;
}
*/
