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.
|
|
|
|
|
|
|
|
-->
|
2006-09-26 14:45:13 -05:00
|
|
|
<style-scheme id="kate" _name="Kate">
|
2007-06-18 00:03:03 -05:00
|
|
|
<author>GtkSourceView team</author>
|
|
|
|
<_description>Color scheme used in Kate text editor</_description>
|
2006-09-01 03:46:43 -05:00
|
|
|
<style name="current-line" foreground="#EEF6FF"/>
|
|
|
|
<style name="bracket-match" background="#FFFF99" bold="true"/>
|
2006-09-01 03:49:08 -05:00
|
|
|
<style name="bracket-mismatch" background="#FF0000" bold="true"/>
|
2006-09-01 03:46:43 -05:00
|
|
|
|
2006-11-03 23:57:57 -06:00
|
|
|
<style name="Others" foreground="#800000"/>
|
2006-09-01 03:46:43 -05:00
|
|
|
<style name="Others 2" bold="true"/>
|
|
|
|
<style name="Others 3" foreground="#008000"/>
|
|
|
|
|
|
|
|
<style name="def:string" foreground="#DD0000"/>
|
2006-12-31 04:54:51 -06:00
|
|
|
<style name="def:comment" foreground="#808080" italic="true" bold="false"/>
|
2006-09-01 03:46:43 -05:00
|
|
|
<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"/>
|
2006-09-01 03:46:43 -05:00
|
|
|
<style name="def:keyword" bold="true"/>
|
|
|
|
<style name="def:data-type" foreground="#800000"/>
|
|
|
|
<style name="def:decimal" foreground="#0000FF"/>
|
|
|
|
<style name="def:floating-point" foreground="#800080"/>
|
|
|
|
<style name="def:character" foreground="#FF00FF"/>
|
|
|
|
<style name="def:note" foreground="#FFFFFF" background="#FFCCCC" bold="true" italic="false"/>
|
|
|
|
<style name="def:function" foreground="#000080"/>
|
|
|
|
<style name="def:error" foreground="#FF0000" underline="true"/>
|
|
|
|
<style name="def:shebang" foreground="#808080" bold="true"/>
|
|
|
|
<style name="def:net-address-in-comment" underline="true"/>
|
|
|
|
<style name="def:escape" foreground="#FF00FF"/>
|
2006-12-21 10:07:22 -06:00
|
|
|
|
2006-11-12 20:36:08 -06:00
|
|
|
<style name="def:specials" foreground="#FFFFFF" background="#FF0000"/>
|
2006-12-21 10:07:22 -06:00
|
|
|
<style name="def:preprocessor" foreground="#008000"/>
|
2006-09-01 03:46:43 -05:00
|
|
|
|
|
|
|
<style name="c:common-defines" foreground="#0095ff" bold="true"/>
|
|
|
|
<style name="c:preprocessor" foreground="#008000"/>
|
|
|
|
|
2006-12-24 00:57:46 -06:00
|
|
|
<style name="gtk-doc:inline-docs" foreground="blue"/>
|
|
|
|
|
2006-09-01 03:46:43 -05:00
|
|
|
<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="#008000"/>
|
|
|
|
<style name="xml:tags" bold="true"/>
|
|
|
|
<style name="xml:namespace" foreground="#008000"/>
|
|
|
|
<style name="xml:entity" foreground="#0000FF"/>
|
|
|
|
<style name="xml:cdata-delim" foreground="#008080" bold="true"/>
|
|
|
|
<style name="xml:processing-instruction" bold="true"/>
|
|
|
|
<style name="xml:doctype" foreground="#800000" bold="true"/>
|
|
|
|
|
|
|
|
<style name="js:object" foreground="#008000"/>
|
|
|
|
<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="DarkGreen"/>
|
|
|
|
<style name="latex:math-bound" bold="true"/>
|
|
|
|
<style name="latex:common-commands" foreground="#800000"/>
|
|
|
|
<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
|
|
|
|
2006-09-01 03:46:43 -05:00
|
|
|
<style name="changelog:release" foreground="#0095ff" bold="true"/>
|
|
|
|
|
2006-09-03 22:09:51 -05:00
|
|
|
<style name="python:string-conversion" background="grey"/>
|
|
|
|
|
2006-09-01 03:46:43 -05:00
|
|
|
<style name="changelog:email" use-style="c:preprocessor"/>
|
2006-08-29 00:08:18 -05:00
|
|
|
|
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"/>
|
|
|
|
|
2006-09-26 14:45:13 -05:00
|
|
|
<style name="sh:dollar" foreground="#008000" bold="true"/>
|
2006-09-03 17:59:59 -05:00
|
|
|
|
2006-09-01 03:46:43 -05:00
|
|
|
<style name="makefile:trailing-tab" background="pink"/>
|
2006-08-26 04:46:29 -05:00
|
|
|
</style-scheme>
|