123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Copyright (C) 2009 Alexandre da Silva
- Gmate Light Theme
- 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="gmate_light" _name="Gmate Light" version="1.0">
- <author>Alexandre da Silva</author>
- <_description>GMate Light</_description>
- <!-- Global Settings -->
- <style name="selection" foreground="#000000" background="#c4dcff"/>
- <style name="text" foreground="#1d1d1d" background="#ffffff"/>
- <style name="cursor" foreground="#000000"/>
- <style name="current-line" background="#f2f2f2"/>
- <style name="line-numbers" foreground="#00003e" background="#add8e6"/>
- <!-- Bracket Matching -->
- <style name="bracket-match" foreground="#ffffff" background="#4C4C4C" bold="true"/>
- <style name="bracket-mismatch" foreground="#ff0000" background="#a2a2a2" bold="true"/>
- <style name="search-match" background="#a7a7a7"/>
- <!-- Comments -->
- <style name="def:comment" foreground="#0066ff" background="#d6e5ff" italic="true"/>
- <style name="def:shebang" foreground="#0066ff" background="#a4b1c6" italic="true"/>
- <style name="def:doc-comment-element" foreground="#0066ff" italic="true"/>
- <!-- Constants and Variables-->
- <style name="def:constant" foreground="#c5060b" bold="true"/>
- <style name="def:string" foreground="#036a07" background="#eeffef"/>
- <style name="def:character" foreground="#036a07"/>
- <style name="def:special-char" foreground="#000000"/>
- <style name="def:special-constant" foreground="#585cf6" bold="true"/>
- <style name="def:instance-variable" foreground="#318495"/>
- <style name="def:boolean" foreground="#585cf6" bold="true"/>
- <style name="def:number" foreground="#0000cd"/>
- <style name="def:base-n-integer" foreground="#0000cd"/>
- <style name="def:decimal" foreground="#0000cd"/>
- <style name="def:complex" foreground="#0000cd"/>
- <style name="def:floating-point" foreground="#0000cd"/>
- <style name="def:keyword" foreground="#001b6d" bold="true"/>
- <style name="def:builtin" foreground="#0071d0" bold="true"/>
- <style name="def:variable" foreground="#318495"/>
- <style name="def:class-variable" foreground="#318495"/>
- <style name="def:identifier" foreground="#318495"/>
- <style name="def:statement" foreground="#c5060b" bold="true"/>
- <style name="def:type" foreground="#c5060b" bold="true"/>
- <style name="def:error" foreground="#ffffff" background="#990000"/>
- <style name="def:note" background="#F0EA20" foreground="#C80000"/>
- <style name="def:net-address-in-comment"/>
- <style name="def:preprocessor" foreground="#0000ff" bold="true"/>
- <style name="def:specials" foreground="#c5060b" bold="true"/>
- <!--style name="def:reserved" foreground="#ffffff" background="#990000"/>
- <style name="def:operator"/-->
- <style name="def:underlined" underline="true"/>
- <style name="def:function" foreground="#9f0004" bold="true"/>
- <!-- Ruby Styles -->
- <style name="ruby:module-handler" foreground="#c5060b" bold="true"/>
- <style name="ruby:regex" foreground="#036a07"/>
- <style name="ruby:class-definition" foreground="#c5060b" bold="true"/>
- <style name="ruby:simple-interpolation" foreground="#036a07" background="#b7ffb1" bold="true"/>
- <style name="ruby:complex-interpolation" foreground="#036a07" background="#b7ffb1" bold="true"/>
- <style name="ruby:function-definition" foreground="#c5060b" bold="true"/>
- <style name="ruby:special-variable" foreground="#4f3b5c"/>
- <style name="ruby:predefined-variable" foreground="#1c02ff"/>
- <style name="ruby:global-variable" foreground="#ff0000"/>
- <style name="ruby:instance-variable" foreground="#b90091"/>
- <style name="ruby:class-variable" foreground="#b90091"/>
- <style name="ruby:operators" foreground="#0000ff" bold="true"/>
- <style name="ruby:symbol" foreground="#ff5600" bold="true"/>
- <!-- YAML Styles -->
- <style name="yaml:inner-key" foreground="#c5060b" bold="true"/>
- <style name="yaml:scalar-value" foreground="#036a07"/>
- <!-- Rails Styles -->
- <style name="rubyonrails:module-handler" foreground="#c5060b" bold="true"/>
- <style name="rubyonrails:regex" foreground="#036a07"/>
- <style name="rubyonrails:class-definition" foreground="#c5060b" bold="true"/>
- <style name="rubyonrails:simple-interpolation" foreground="#036a07" background="#b7ffb1" bold="true"/>
- <style name="rubyonrails:complex-interpolation" foreground="#036a07" background="#b7ffb1" bold="true"/>
- <style name="rubyonrails:function-definition" foreground="#c5060b" bold="true"/>
- <style name="rubyonrails:special-variable" foreground="#4f3b5c"/>
- <style name="rubyonrails:predefined-variable" foreground="#1c02ff"/>
- <style name="rubyonrails:global-variable" foreground="#ff0000"/>
- <style name="rubyonrails:instance-variable" foreground="#b90091"/>
- <style name="rubyonrails:class-variable" foreground="#b90091"/>
- <style name="rubyonrails:operators" foreground="#0000ff" bold="true"/>
- <style name="rubyonrails:symbol" foreground="#ff5600" bold="true"/>
- <style name="rubyonrails:rails" foreground="#ec0000" background="#ffdfe0" italic="true"/>
- <style name="rubyonrails:module-name" foreground="#a020f0" italic="true"/>
- <style name="rubyonrails:attribute-definition" foreground="#ff0000"/>
- <style name="rubyonrails:block-parameter" foreground="#3d0075"/>
- <style name="rubyonrails:builtin" foreground="#0055d5"/>
- <style name="rubyonrails:class-inherit" foreground="#01783c" italic="true" underline="true"/>
- <style name="rubyonrails:class-name" foreground="#4070a2" italic="true"/>
- <style name="rubyonrails:constant" foreground="#ff007f"/>
- <!-- Diff Settings -->
- <style name="diff:added-line" />
- <style name="diff:removed-line" />
- <style name="diff:location" />
- <style name="diff:ignore" />
- <style name="diff:changed-line" foreground="#c5060b" bold="true"/>
- <style name="diff:diff-file" foreground="#0000ff" bold="true"/>
- <style name="diff:special-case" map-to="diff:location"/>
- <!-- SH Styles -->
- <style name="sh:others" map-to="text"/>
- <!-- C Styles -->
- <style name="c:preprocessor" map-to="def:special-char"/>
- <!-- CSS Styles -->
- <style name="css:function" foreground="#318495"/>
- <style name="css:known-property-values" foreground="#c5060b" bold="true"/>
- <style name="css:others-2" foreground="#c5060b" bold="true"/>
- <style name="css:others-3" foreground="#c5060b" bold="true"/>
- <!-- XML Styles -->
- <style name="xml:element-name" foreground="#530000" bold="true"/>
- <style name="xml:attribute-name" foreground="#1c02ff" italic="true"/>
- <style name="xml:attribute-value" foreground="#036a07"/>
- <style name="xml:processing-instruction" foreground="#1c02ff"/>
- <style name="xml:namespace" foreground="#c5060b" bold="true"/>
- <style name="xml:entity" foreground="#c5060b" bold="true"/>
- <style name="html:script" foreground="#c5060b" bold="true"/>
- </style-scheme>
|