12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Copyright (C) 2009 tm2gtksw2(Alexandre da Silva)
- This file was generated from a textmate theme named Tek
- with tm2gtksw2 tool. (Alexandre da Silva)
- 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="tek" _name="Tek" version="1.0">
- <author>tm2gtksw2(Alexandre da Silva)</author>
- <_description>GMate Theme - Generated from textmate theme with tm2gtksw2</_description>
- <style name="bracket-match" background="#4d6969" bold="true"/>
- <style name="bracket-mismatch" background="#4d6969" underline="true"/>
- <style name="css:at-rules" bold="true"/>
- <style name="current-line" background="#4d6969"/>
- <style name="cursor" foreground="#ffffff"/>
- <style name="def:base-n-integer" foreground="#f0f8ff"/>
- <style name="def:character" foreground="#fffccf"/>
- <style name="def:comment" foreground="#e6e8fa" italic="true"/>
- <style name="def:complex" foreground="#f0f8ff"/>
- <style name="def:decimal" foreground="#f0f8ff"/>
- <style name="def:doc-comment" foreground="#e6e8fa" italic="true"/>
- <style name="def:doc-comment-element" foreground="#e6e8fa" italic="true"/>
- <style name="def:floating-point" foreground="#f0f8ff"/>
- <style name="def:keyword" bold="true"/>
- <style name="def:note" foreground="#e6e8fa" italic="true"/>
- <style name="def:number" foreground="#f0f8ff"/>
- <style name="def:operator" bold="true"/>
- <style name="def:preprocessor" bold="true"/>
- <style name="def:reserved" bold="true"/>
- <style name="def:shebang" foreground="#e6e8fa" italic="true"/>
- <style name="def:statement" bold="true"/>
- <style name="def:string" foreground="#fffccf"/>
- <style name="draw-spaces" foreground="#ffc600"/>
- <style name="html:dtd" foreground="#fffccf"/>
- <style name="line-numbers" foreground="#dbfef8" background="#4d6969"/>
- <style name="perl:include-statement" bold="true"/>
- <style name="perl:special-variable" bold="true"/>
- <style name="php:string" foreground="#fffccf"/>
- <style name="python:builtin-constant" bold="true"/>
- <style name="python:module-handler" bold="true"/>
- <style name="python:special-variable" bold="true"/>
- <style name="ruby:attribute-definition" bold="true"/>
- <style name="ruby:module-handler" bold="true"/>
- <style name="ruby:regex" foreground="#fffccf"/>
- <style name="ruby:special-variable" bold="true"/>
- <style name="rubyonrails:attribute-definition" bold="true"/>
- <style name="rubyonrails:complex-interpolation" foreground="#fffccf"/>
- <style name="rubyonrails:module-handler" bold="true"/>
- <style name="rubyonrails:regex" foreground="#fffccf"/>
- <style name="rubyonrails:simple-interpolation" foreground="#fffccf"/>
- <style name="rubyonrails:special-variable" bold="true"/>
- <style name="search-match" background="#4d6969" bold="true" underline="true"/>
- <style name="selection" foreground="#dbfef8" background="#829595"/>
- <style name="text" foreground="#dbfef8" background="#2f4f4f"/>
-
- </style-scheme>
|