/*  
 * Geshi stylesheet
 * 
 * CyberAsylum.eu
 * dark theme by niekto@niekde.sk (Jaroslav Petras)
 * there is no licence and you can use it, copy it, sell it
 * or burn it
 *
 */

/*  all			*/
.geshi
{ border: none !important; }

/*  lines		*/
.geshi .li1
{ background: #252525 !important; }
.geshi .li2
{ background: #272727 !important; }

/*  brackets		*/
.geshi .br0
{ color: #bfbfbf !important; }


/*  comments		*/
.geshi .co0,
.geshi .co1,
.geshi .coMULTI
{ color: #7a7a75 !important; }

/*  strings		*/
.geshi .st0,
.geshi .st_h 
{ color: #ff4444 !important; }


/*  methods		*/
.geshi .me0,
.geshi .me1
{ color: #ffffff !important; }
.geshi .me2
{ color: #ffcc66 !important; }



/*  keywords		*/
.geshi .kw1
{ color: #99ee00 !important; }
.geshi .kw2
{ color: #eeaa22 !important; }
.geshi .kw3
{ color: #dd88ff !important; }
.geshi .kw4
{ color: #ff7744 !important; }

/*  operators		*/
.geshi .sy0
{ color: #44ffbb !important; }

/*  numbers		*/
.geshi .nu0
{ color: #ff2288 !important; }

/*  variables		*/
.geshi .re0
{ color: #88c0ff !important; }
.geshi .re1
{ color: #88c0ff !important; }
.geshi .re2
{ color: #ccddff !important; }
.geshi .re3
{ color: #88c0ff !important; }
.geshi .re4
{ color: #88c0ff !important; }
.geshi .re5
{ color: #ddddff !important; }

/*  EOF			*/
