12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Copyright (C) 2009 tm2gtksw2(Alexandre da Silva)
- This file was generated from a textmate theme named Swyphs II
- 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="swyphsii" _name="Swyphs II" version="1.0">
- <author>tm2gtksw2(Alexandre da Silva)</author>
- <_description>GMate Theme - Generated from textmate theme with tm2gtksw2</_description>
- <style name="bracket-match" background="#0f0f0f" bold="true"/>
- <style name="bracket-mismatch" background="#0f0f0f" underline="true"/>
- <style name="css:at-rules" foreground="#92577e"/>
- <style name="current-line" background="#0f0f0f"/>
- <style name="cursor" foreground="#7d7d7d"/>
- <style name="def:base-n-integer" foreground="#d7d7d7"/>
- <style name="def:boolean" foreground="#557474"/>
- <style name="def:builtin" foreground="#557474"/>
- <style name="def:comment" foreground="#575757" italic="true"/>
- <style name="def:complex" foreground="#d7d7d7"/>
- <style name="def:decimal" foreground="#d7d7d7"/>
- <style name="def:doc-comment" foreground="#575757" italic="true"/>
- <style name="def:doc-comment-element" foreground="#575757" italic="true"/>
- <style name="def:floating-point" foreground="#d7d7d7"/>
- <style name="def:keyword" foreground="#92577e"/>
- <style name="def:note" foreground="#575757" italic="true"/>
- <style name="def:number" foreground="#d7d7d7"/>
- <style name="def:operator" foreground="#608c6d"/>
- <style name="def:preprocessor" foreground="#92577e"/>
- <style name="def:shebang" foreground="#575757" italic="true"/>
- <style name="def:special-constant" foreground="#557474"/>
- <style name="def:string" foreground="#d7d7d7"/>
- <style name="draw-spaces" foreground="#bfbfbf"/>
- <style name="html:dtd" foreground="#d7d7d7"/>
- <style name="js:function" foreground="#7d6068"/>
- <style name="line-numbers" foreground="#c1c1c1" background="#0f0f0f"/>
- <style name="perl:include-statement" foreground="#92577e"/>
- <style name="perl:special-variable" foreground="#557474"/>
- <style name="php:string" foreground="#d7d7d7"/>
- <style name="ruby:predefined-variable" foreground="#557474"/>
- <style name="rubyonrails:class-inherit" foreground="#867e63"/>
- <style name="rubyonrails:class-name" foreground="#867e63"/>
- <style name="rubyonrails:module-name" foreground="#867e63"/>
- <style name="rubyonrails:predefined-variable" foreground="#557474"/>
- <style name="rubyonrails:rails" foreground="#cacaca"/>
- <style name="search-match" background="#0f0f0f" bold="true" underline="true"/>
- <style name="selection" foreground="#c1c1c1" background="#1d2f36"/>
- <style name="text" foreground="#c1c1c1" background="#080808"/>
-
- </style-scheme>
|