Blame data/styles/oblivion.xml

Packit a7d494
Packit a7d494
Packit a7d494
Packit a7d494
 This file is part of GtkSourceView
Packit a7d494
Packit a7d494
 Copyright (C) 2007 GtkSourceView team
Packit a7d494
 Author: Paolo Borelli <pborelli@gnome.org>
Packit a7d494
Packit a7d494
 GtkSourceView is free software; you can redistribute it and/or
Packit a7d494
 modify it under the terms of the GNU Lesser General Public
Packit a7d494
 License as published by the Free Software Foundation; either
Packit a7d494
 version 2.1 of the License, or (at your option) any later version.
Packit a7d494
Packit a7d494
 GtkSourceView is distributed in the hope that it will be useful,
Packit a7d494
 but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit a7d494
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit a7d494
 Lesser General Public License for more details.
Packit a7d494
Packit a7d494
 You should have received a copy of the GNU Lesser General Public
Packit a7d494
 License along with this library; if not, write to the Free Software
Packit a7d494
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
Packit a7d494
Packit a7d494
-->
Packit a7d494
Packit a7d494
<style-scheme id="oblivion" _name="Oblivion" version="1.0">
Packit a7d494
Packit a7d494
  <author>Paolo Borelli</author>
Packit a7d494
  <_description>Dark color scheme using the Tango color palette</_description>
Packit a7d494
Packit a7d494
  
Packit a7d494
  <color name="butter1"                     value="#fce94f"/>
Packit a7d494
  <color name="butter2"                     value="#edd400"/>
Packit a7d494
  <color name="butter3"                     value="#c4a000"/>
Packit a7d494
  <color name="chameleon1"                  value="#8ae234"/>
Packit a7d494
  <color name="chameleon2"                  value="#73d216"/>
Packit a7d494
  <color name="chameleon3"                  value="#4e9a06"/>
Packit a7d494
  <color name="orange1"                     value="#fcaf3e"/>
Packit a7d494
  <color name="orange2"                     value="#f57900"/>
Packit a7d494
  <color name="orange3"                     value="#ce5c00"/>
Packit a7d494
  <color name="skyblue1"                    value="#729fcf"/>
Packit a7d494
  <color name="skyblue2"                    value="#3465a4"/>
Packit a7d494
  <color name="skyblue3"                    value="#204a87"/>
Packit a7d494
  <color name="plum1"                       value="#ad7fa8"/>
Packit a7d494
  <color name="plum2"                       value="#75507b"/>
Packit a7d494
  <color name="plum3"                       value="#5c3566"/>
Packit a7d494
  <color name="chocolate1"                  value="#e9b96e"/>
Packit a7d494
  <color name="chocolate2"                  value="#c17d11"/>
Packit a7d494
  <color name="chocolate3"                  value="#8f5902"/>
Packit a7d494
  <color name="scarletred1"                 value="#ef2929"/>
Packit a7d494
  <color name="scarletred2"                 value="#cc0000"/>
Packit a7d494
  <color name="scarletred3"                 value="#a40000"/>
Packit a7d494
  <color name="aluminium1"                  value="#eeeeec"/>
Packit a7d494
  <color name="aluminium2"                  value="#d3d7cf"/>
Packit a7d494
  <color name="aluminium3"                  value="#babdb6"/>
Packit a7d494
  <color name="aluminium4"                  value="#888a85"/>
Packit a7d494
  <color name="aluminium5"                  value="#555753"/>
Packit a7d494
  <color name="aluminium6"                  value="#2e3436"/>
Packit a7d494
  <color name="white"                       value="#ffffff"/>
Packit a7d494
Packit a7d494
  <color name="aluminium4-3-blend"          value="#a1a49e"/>
Packit a7d494
  <color name="aluminium6-5-blend"          value="#34393A"/>
Packit a7d494
Packit a7d494
  
Packit a7d494
  <style name="text"                        foreground="aluminium2" background="aluminium6"/>
Packit a7d494
  <style name="selection"                   foreground="aluminium1" background="aluminium4"/>
Packit a7d494
  <style name="cursor"                      foreground="aluminium2"/>
Packit a7d494
  <style name="secondary-cursor"            foreground="aluminium4-3-blend"/>
Packit a7d494
  <style name="current-line"                background="aluminium5"/>
Packit a7d494
  <style name="line-numbers"                foreground="aluminium5" background="#black"/>
Packit a7d494
  <style name="draw-spaces"                 foreground="aluminium4"/>
Packit a7d494
  <style name="background-pattern"          background="aluminium6-5-blend"/>
Packit a7d494
Packit a7d494
  
Packit a7d494
  <style name="bracket-match"               foreground="chocolate2"/>
Packit a7d494
  <style name="bracket-mismatch"            foreground="aluminium1" background="scarletred2"/>
Packit a7d494
Packit a7d494
  
Packit a7d494
  <style name="right-margin"                foreground="aluminium1" background="aluminium3"/>
Packit a7d494
Packit a7d494
  
Packit a7d494
  <style name="search-match"                foreground="aluminium1" background="chameleon3"/>
Packit a7d494
Packit a7d494
  
Packit a7d494
  <style name="def:comment"                 foreground="aluminium4"/>
Packit a7d494
  <style name="def:shebang"                 foreground="aluminium4" bold="true"/>
Packit a7d494
  <style name="def:doc-comment-element"     italic="true"/>
Packit a7d494
Packit a7d494
  
Packit a7d494
  <style name="def:constant"                foreground="butter2"/>
Packit a7d494
  <style name="def:string"                  foreground="butter2"/>
Packit a7d494
  <style name="def:special-char"            foreground="orange3"/>
Packit a7d494
  <style name="def:special-constant"        foreground="orange3"/>
Packit a7d494
  <style name="def:floating-point"          foreground="orange3"/>
Packit a7d494
Packit a7d494
  
Packit a7d494
  <style name="def:identifier"              foreground="skyblue1"/>
Packit a7d494
Packit a7d494
  
Packit a7d494
  <style name="def:statement"               foreground="white" bold="true"/>
Packit a7d494
Packit a7d494
  
Packit a7d494
  <style name="def:type"                    foreground="chameleon1" bold="true"/>
Packit a7d494
Packit a7d494
  
Packit a7d494
  <style name="def:preprocessor"            foreground="plum1"/>
Packit a7d494
  <style name="def:error"                   foreground="aluminium1" background="scarletred2" bold="true"/>
Packit a7d494
  <style name="def:warning"                 foreground="aluminium1" background="plum1"/>
Packit a7d494
  <style name="def:note"                    background="butter1" foreground="aluminium4" bold="true"/>
Packit a7d494
  <style name="def:underlined"              italic="true" underline="single"/>
Packit a7d494
Packit a7d494
  
Packit a7d494
  
Packit a7d494
  <style name="def:heading0"                scale="5.0"/>
Packit a7d494
  <style name="def:heading1"                scale="2.5"/>
Packit a7d494
  <style name="def:heading2"                scale="2.0"/>
Packit a7d494
  <style name="def:heading3"                scale="1.7"/>
Packit a7d494
  <style name="def:heading4"                scale="1.5"/>
Packit a7d494
  <style name="def:heading5"                scale="1.3"/>
Packit a7d494
  <style name="def:heading6"                scale="1.2"/>
Packit a7d494
  -->
Packit a7d494
Packit a7d494
  
Packit a7d494
  <style name="diff:added-line"             foreground="butter2"/>
Packit a7d494
  <style name="diff:removed-line"           foreground="skyblue1"/>
Packit a7d494
  <style name="diff:changed-line"           foreground="plum1"/>
Packit a7d494
  <style name="diff:diff-file"              foreground="chameleon1" bold="true"/>
Packit a7d494
  <style name="diff:location"               foreground="chameleon1"/>
Packit a7d494
  <style name="diff:special-case"           foreground="white" bold="true"/>
Packit a7d494
Packit a7d494
  <style name="latex:command"               foreground="chameleon1" bold="true"/>
Packit a7d494
  <style name="latex:include"               use-style="def:preprocessor"/>
Packit a7d494
Packit a7d494
</style-scheme>
Packit a7d494