110 lines
5.4 KiB
XML
Raw Normal View History

2006-08-26 04:46:29 -05:00
<?xml version="1.0" encoding="UTF-8"?>
2007-06-18 00:03:03 -05:00
<!--
Copyright (C) 2006-2007 GtkSourceView team
Author: Yevgen Muntyan <muntyan@tamu.edu>
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="kate" _name="Kate" version="1.0">
2007-06-18 00:03:03 -05:00
<author>GtkSourceView team</author>
<_description>Color scheme used in the Kate text editor</_description>
<color name="red" value="#FF0000"/>
<color name="blue" value="#0000FF"/>
<color name="dark-red" value="#800000"/>
<color name="dark-green" value="#008000"/>
<color name="grey" value="#808080"/>
<color name="white" value="#FFFFFF"/>
2007-06-18 07:40:31 -05:00
<style name="current-line" background="#EEF6FF"/>
2007-07-15 04:51:58 -05:00
<style name="right-margin" background="#ADD4FF"/>
<style name="bracket-match" background="#FFFF99" bold="true"/>
<style name="bracket-mismatch" background="red" bold="true"/>
<style name="Others" foreground="dark-red"/>
<style name="Others 2" bold="true"/>
<style name="Others 3" foreground="dark-green"/>
<style name="def:string" foreground="#DD0000"/>
<style name="def:comment" foreground="grey" italic="true" bold="false"/>
<style name="def:base-n-integer" foreground="#008080"/>
2006-09-03 22:09:51 -05:00
<style name="def:complex" use-style="def:base-n-integer"/>
<style name="def:keyword" bold="true"/>
<style name="def:data-type" foreground="dark-red"/>
<style name="def:decimal" foreground="blue"/>
<style name="def:floating-point" foreground="#800080"/>
<style name="def:character" foreground="#FF00FF"/>
<style name="def:note" foreground="white" background="#FFCCCC" bold="true" italic="false"/>
<style name="def:function" foreground="#000080"/>
<style name="def:error" foreground="red" underline="true"/>
<style name="def:shebang" foreground="grey" bold="true"/>
2007-06-29 05:43:00 -05:00
<style name="def:doc-comment" foreground="blue"/>
<style name="def:doc-comment-element" bold="true"/>
<style name="def:net-address-in-comment" underline="true"/>
<style name="def:escape" foreground="#FF00FF"/>
2007-07-16 15:07:14 -05:00
<style name="def:special-value" bold="true"/>
<style name="def:preprocessor" bold="true"/>
<style name="c:preprocessor" foreground="dark-green"/>
2007-07-16 15:07:14 -05:00
<style name="c:common-defines" foreground="#0095FF" bold="true"/>
<style name="diff:diff-file" use-style="def:keyword"/>
<style name="diff:added-line" use-style="def:decimal"/>
<style name="diff:removed-line" use-style="def:string"/>
<style name="diff:changed-line" use-style="c:preprocessor"/>
<style name="diff:special-case"/>
<style name="diff:location" use-style="def:data-type"/>
<style name="xml:attribute-name" foreground="dark-green"/>
<style name="xml:tags" bold="true"/>
<style name="xml:namespace" foreground="dark-green"/>
<style name="xml:entity" foreground="blue"/>
<style name="xml:cdata-delim" foreground="#008080" bold="true"/>
<style name="xml:processing-instruction" bold="true"/>
<style name="xml:doctype" foreground="dark-red" bold="true"/>
<style name="js:object" foreground="dark-green"/>
<style name="js:constructors" bold="true"/>
<style name="mooscript:special-vars" use-style="c:preprocessor"/>
2006-08-26 04:46:29 -05:00
2006-12-31 04:54:51 -06:00
<style name="latex:display-math" background="#C0FFC0"/>
<style name="latex:inline-math" foreground="#006400"/>
2006-12-31 04:54:51 -06:00
<style name="latex:math-bound" bold="true"/>
<style name="latex:common-commands" foreground="dark-red"/>
2006-12-31 04:54:51 -06:00
<style name="latex:command" foreground="#7000DF"/>
<style name="latex:structure" bold="true"/>
<style name="latex:section" foreground="#7000DF" bold="true"/>
2006-08-28 23:27:37 -05:00
<style name="changelog:release" foreground="#0095FF" bold="true"/>
<style name="python:string-conversion" background="#BEBEBE"/>
2007-07-16 15:07:14 -05:00
<style name="python:module-handler" use-style="def:character"/>
2006-09-03 22:09:51 -05:00
<style name="changelog:email" use-style="c:preprocessor"/>
2007-05-06 07:51:26 -05:00
<style name="scheme:parens" use-style="def:keyword"/>
<style name="scheme:any-function" use-style="def:keyword"/>
<style name="sh:dollar" foreground="dark-green" bold="true"/>
<style name="makefile:trailing-tab" background="#FFC0CB"/>
2006-08-26 04:46:29 -05:00
</style-scheme>