<?xml version="1.0" encoding="UTF-8"?>
<!--

 Copyright (C) 2007 GtkSourceView team
 Author: Paolo Borelli <pborelli@gnome.org>

 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Library General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.

 This library 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
 Library General Public License for more details.

 You should have received a copy of the GNU Library General Public
 License along with this library; if not, write to the
 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.

-->

<style-scheme id="turbo" _name="Turbo" version="1.0">

  <author>Paolo Borelli</author>
  <_description>Straight from the 80's</_description>

  <!-- Global Settings -->
  <style name="text"                        foreground="#yellow" background="#darkblue"/>
  <style name="selection"                   foreground="#black" background="#darkcyan"/>
  <style name="current-line"                background="#blue"/>
  <style name="line-numbers"                foreground="#black" background="#darkgray"/>

  <!-- Bracket Matching -->
  <style name="bracket-match"               foreground="#white" background="#gray" bold="true"/>
  <style name="bracket-mismatch"            foreground="#white" background="#red" bold="true"/>

  <!-- Comments -->
  <style name="def:comment"                 foreground="#gray"/>
  <style name="def:shebang"                 foreground="#gray" bold="true"/>
  <style name="def:doc-comment-element"     italic="true"/>

  <!-- Constants -->
  <style name="def:constant"                foreground="#magenta"/>    

  <!-- Identifiers -->
  <style name="def:identifier"              foreground="#white" bold="true"/>

  <!-- Statements -->
  <style name="def:statement"               foreground="#white" bold="true"/>

  <!-- Types -->
  <style name="def:type"                    foreground="#white" bold="true"/> 

  <!-- Others -->
  <style name="def:preprocessor"            foreground="#green"/>
  <style name="def:error"                   foreground="#white" background="#red"/>
  <style name="def:note"                    background="#yellow" foreground="#black" bold="true"/>
  <style name="def:underlined"              italic="true" underline="true"/>
 
</style-scheme>
