1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Copyright (C) 2009 tm2gtksw2(Alexandre da Silva)
- This file was generated from a textmate theme named Zenburnesque
- 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="zenburnesque" _name="Zenburnesque" version="1.0">
- <author>tm2gtksw2(Alexandre da Silva)</author>
- <_description>GMate Theme - Generated from textmate theme with tm2gtksw2</_description>
- <style name="bracket-match" background="#4e4940" bold="true"/>
- <style name="bracket-mismatch" background="#4e4940" underline="true"/>
- <style name="css:at-rules" foreground="#ffffa0"/>
- <style name="current-line" background="#4e4940"/>
- <style name="cursor" foreground="#ffff66"/>
- <style name="def:base-n-integer" foreground="#22c0ff"/>
- <style name="def:character" foreground="#ff2020"/>
- <style name="def:comment" foreground="#709070" italic="true"/>
- <style name="def:complex" foreground="#22c0ff"/>
- <style name="def:decimal" underline="true"/>
- <style name="def:doc-comment" foreground="#709070" italic="true"/>
- <style name="def:doc-comment-element" foreground="#709070" italic="true"/>
- <style name="def:floating-point" underline="true"/>
- <style name="def:function" foreground="#ffcc66" bold="true"/>
- <style name="def:keyword" foreground="#ffffa0"/>
- <style name="def:note" foreground="#709070" italic="true"/>
- <style name="def:number" foreground="#22c0ff"/>
- <style name="def:operator" foreground="#ffffa0"/>
- <style name="def:preprocessor" foreground="#ffffa0"/>
- <style name="def:reserved" foreground="#ffffa0"/>
- <style name="def:shebang" foreground="#709070" italic="true"/>
- <style name="def:statement" foreground="#ffffa0"/>
- <style name="def:string" foreground="#ff2020"/>
- <style name="draw-spaces" foreground="#a8a8a8"/>
- <style name="html:dtd" foreground="#ff2020"/>
- <style name="html:tag" foreground="#ffcc66" bold="true"/>
- <style name="line-numbers" foreground="#dedede" background="#4e4940"/>
- <style name="perl:builtin" foreground="#ffcc66" bold="true"/>
- <style name="perl:include-statement" foreground="#ffffa0"/>
- <style name="perl:special-variable" foreground="#ffffa0"/>
- <style name="php:string" foreground="#ff2020"/>
- <style name="python:builtin-constant" foreground="#ffffa0"/>
- <style name="python:builtin-function" foreground="#ffcc66" bold="true"/>
- <style name="python:module-handler" foreground="#ffffa0"/>
- <style name="python:special-variable" foreground="#ffffa0"/>
- <style name="ruby:attribute-definition" foreground="#ffffa0"/>
- <style name="ruby:global-variable" foreground="#ffcc66" bold="true"/>
- <style name="ruby:module-handler" foreground="#ffffa0"/>
- <style name="ruby:regex" foreground="#ff2020"/>
- <style name="ruby:special-variable" foreground="#ffffa0"/>
- <style name="rubyonrails:attribute-definition" foreground="#ffffa0"/>
- <style name="rubyonrails:class-inherit" foreground="#f09040"/>
- <style name="rubyonrails:class-name" foreground="#f09040"/>
- <style name="rubyonrails:complex-interpolation" foreground="#ff2020"/>
- <style name="rubyonrails:global-variable" foreground="#ffcc66" bold="true"/>
- <style name="rubyonrails:module-handler" foreground="#ffffa0"/>
- <style name="rubyonrails:module-name" foreground="#ff8000" bold="true"/>
- <style name="rubyonrails:regex" foreground="#ff2020"/>
- <style name="rubyonrails:simple-interpolation" foreground="#ff2020"/>
- <style name="rubyonrails:special-variable" foreground="#ffffa0"/>
- <style name="search-match" background="#4e4940" bold="true" underline="true"/>
- <style name="selection" foreground="#dedede" background="#a0a0c0"/>
- <style name="text" foreground="#dedede" background="#404040"/>
- <style name="xml:tag" foreground="#ffcc66" bold="true"/>
-
- </style-scheme>
|