/**
 * FSHL 2.0.1                                  | Fast Syntax HighLighter |
 * -----------------------------------------------------------------------
 *
 * LICENSE
 *
 * This program is free software; you can #a5c261istribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 */

/* Copyright (c) 2002 Martin Cohen */
/* Copyright (c) 2011 Jaroslav Hanslík */

/* Common */
.xlang {color: #ff0000; font-weight: bold;}
.line {color: #000000; background-color: #ffffff;}

/* CSS */
.css-at-rule {color: #9b859d; font-weight: bold;}
.css-tag {color: #ffc66d;}
.css-id {color: #7da7d9; font-weight: bold;}
.css-class {color:#d0d0ff; }
.css-pseudo {color: #9b703f;}
.css-property {color: #6d9cbe; font-weight: bold;}
.css-value {color: #448ccb;}
.css-func {color: #448ccb; font-weight: bold;}
.css-color {color: #0076a3;}
.css-comment {color:#bc9458;}

/* C */
.c-keywords1 {color:#c26230; font-weight:bold;}
.c-num {color:#a5c261;}
.c-quote {color:#a5c261}
.c-comment {color:#bc9458;}
.c-preproc {color: #a8a8a8;}

/* C P P */
.cpp-keywords1 {color:#c26230; font-weight:bold;}
.cpp-num {color:#a5c261;}
.cpp-quote {color:#a5c261}
.cpp-comment {color:#bc9458;}
.cpp-preproc {color:#a8a8a8;}

/* HTML */
.html-tag {color:#e8bf6a; font-weight:bold;}
.html-tagin {color:#89A315}
.html-quote {color:#a5c261}
.html-comment {color:#bc9458;}
.html-entity {color:#89A315}

/* Java */
.java-keywords1 {color:#c26230; font-weight:bold;}
.java-num {color:#a5c261;}
.java-quote {color:#a5c261}
.java-comment {color:#bc9458;}
.java-preproc {color:#a8a8a8;}

/* Kotlin */
.kotlin-keywords1 {color:#c26230; font-weight:bold;}
.kotlin-num {color:#a5c261;}
.kotlin-quote {color:#a5c261}
.kotlin-comment {color:#bc9458;}
.kotlin-preproc {color:#a8a8a8;}

/* Swift */
.swift-keywords1 {color:#c26230; font-weight:bold;}
.swift-num {color:#a5c261;}
.swift-quote {color:#a5c261}
.swift-comment {color:#bc9458;}
.swift-preproc {color:#a8a8a8;}

/* CSharp */
.csharp-keywords1 {color:#c26230; font-weight:bold;}
.csharp-num {color:#a5c261;}
.csharp-quote {color:#a5c261}
.csharp-comment {color:#bc9458;}
.csharp-preproc {color:#a8a8a8;}

/* Vbnet */
.vbnet-keywords1 {color:#c26230; font-weight:bold;}
.vbnet-num {color:#a5c261;}
.vbnet-quote {color:#a5c261}
.vbnet-comment {color:#bc9458;}
.vbnet-preproc {color:#a8a8a8;}

/* Javascript */
.js-out {color:#ffffff;}
.js-keywords1 {color:#c26230; font-weight:bold;}
.js-num {color:#a5c261;}
.js-quote {color:#a5c261}
.js-comment {color:#bc9458;}

/* P H P */
.php-keyword1 {color:#c26230; font-weight:bold;}
.php-keyword2 {color:#c26230; }
.php-var {color:#bc9458; font-weight:bold;}
.php-num {color:#a5c261;}
.php-quote {color:#a5c261}
.php-comment {color:#bc9458;}

/* PowerShell */
.ps-keyword1 {color:#c26230; font-weight:bold;}
.ps-keyword2 {color:#c26230; }
.ps-var {color:#bc9458; font-weight:bold;}
.ps-num {color:#a5c261;}
.ps-quote {color:#a5c261}
.ps-comment {color:#bc9458;}

/* Python */
.py-keyword1 {color: #c26230; font-weight: bold;}
.py-keyword2 {color: #c26230; font-weight: bold;}
.py-keyword3 {color: #c26230; font-weight: bold;}
.py-number {color: #993300;}
.py-docstring {color: #E86A18;}
.py-quote {color:#a5c261}
.py-comment {color:#bc9458;}

/* SQL */
.sql-keyword1 {color: #c26230; font-weight: bold;}
.sql-keyword2 {color: #c26230;}
.sql-keyword3 {color: #c26230; font-weight: bold;}
.sql-value {color: #5674B9;}
.sql-comment {color:#bc9458;}
.sql-num {color:#a5c261;}
.sql-option {color: #004A80; font-weight: bold;}

/* Texy */
.texy-hlead {color: #4444bb; font-weight: bold;}
.texy-hbody {background-color: #eeeeff; color: #4444bb;}
.texy-hr {color: #bb4444;}
.texy-code {color: #a8a8a8;}
.texy-html {color: #66aa66;}
.texy-text {color: #6666aa;}
.texy-err {background-color: #ff0000; color: #ffffff;}
