2022-01-04 15:19:39 +00:00

184 lines
9.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of GtkSourceView
Copyright (C) 2006-2007 GtkSourceView team
Author: Yevgen Muntyan <muntyan@tamu.edu>
GtkSourceView is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
GtkSourceView 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this library; if not, see <http://www.gnu.org/licenses/>.
-->
<style-scheme id="kate" name="Kate" version="1.0">
<author>GtkSourceView team</author>
<_description>Color scheme used in the Kate text editor</_description>
<color name="red" value="#DD0000"/>
<color name="blue" value="#0095ff"/>
<color name="dark-blue" value="#0057AE"/>
<color name="dark-red" value="#800000"/>
<color name="dark-green" value="#006e28"/>
<color name="grey" value="#898887"/>
<color name="dark-grey" value="#1F1C1B"/>
<color name="magenta" value="#CA60CA"/>
<color name="orange" value="#FF5500"/>
<color name="yellow" value="#FFFF00"/>
<color name="white" value="#FFFFFF"/>
<color name="brown" value="#B08000"/>
<color name="black" value="#000000"/>
<!-- Global Settings -->
<style name="text" foreground="black" background="white"/>
<style name="selection" foreground="white" background="#43ace8"/>
<style name="current-line" background="#f8f7f6"/>
<style name="current-line-number" background="#f8f7f6" foreground="#1e1e1e"/>
<style name="line-numbers" foreground="#a0a0a0" background="#f0f0f0"/>
<style name="right-margin" foreground="black" background="black"/>
<style name="bracket-match" background="yellow" foreground="magenta" bold="true"/>
<style name="bracket-mismatch" background="red"/>
<style name="draw-spaces" foreground="#d2d2d2"/>
<style name="background-pattern" background="#f3f3f3"/>
<style name="snippet-focus" foreground="white" background="grey"/>
<!-- Search Matching -->
<style name="search-match" background="yellow"/>
<!-- Bookmarks -->
<style name="bookmark" background="#E5E5FF"/>
<!-- legacy styles for old lang files -->
<style name="Others" foreground="dark-red"/>
<style name="Others 2" bold="true"/>
<style name="Others 3" foreground="dark-green"/>
<!-- Comments -->
<style name="def:comment" foreground="grey"/>
<style name="def:shebang" foreground="grey" bold="true"/>
<style name="def:doc-comment" foreground="grey"/>
<style name="def:doc-comment-element" foreground="#ca60ca"/>
<!-- Types -->
<style name="def:type" foreground="dark-blue"/>
<!-- Constants -->
<style name="def:constant" foreground="dark-blue"/>
<style name="def:decimal" foreground="brown"/>
<style name="def:base-n-integer" foreground="brown"/>
<style name="def:floating-point" foreground="brown"/>
<style name="def:complex" use-style="def:base-n-integer"/>
<style name="def:character" foreground="#FF80E0"/>
<style name="def:string" foreground="red"/>
<style name="def:special-char" foreground="blue"/>
<style name="def:builtin" use-style="def:type"/>
<!-- Identifiers -->
<style name="def:identifier" foreground="dark-blue"/>
<style name="def:function" use-style="def:identifier"/>
<!-- Statements and Operators -->
<style name="def:statement" bold="true"/>
<style name="def:operator" foreground="magenta"/>
<!-- Markup -->
<style name="def:emphasis" bold="true"/>
<style name="def:strong-emphasis" bold="true"/>
<style name="def:inline-code" foreground="dark-blue"/>
<style name="def:insertion" underline="single"/>
<style name="def:deletion" strikethrough="true"/>
<style name="def:link-text" foreground="grey" italic="true" bold="false"/>
<style name="def:link-symbol" foreground="grey" bold="true"/>
<style name="def:link-destination" underline="single"/>
<style name="def:heading" foreground="dark-blue"/>
<style name="def:thematic-break" foreground="dark-blue"/>
<style name="def:preformatted-section" foreground="dark-blue"/>
<style name="def:list-marker" bold="true"/>
<!-- Others -->
<style name="def:preprocessor" foreground="#2a773d"/>
<style name="def:note" foreground="#BF0303" background="#F7E7E7" bold="true" italic="false"/>
<style name="def:error" foreground="red" underline="true"/>
<style name="def:warning" foreground="brown" underline="true"/>
<style name="def:net-address" underline="single"/>
<!-- Heading styles, uncomment to enable -->
<!--
<style name="def:heading0" scale="5.0"/>
<style name="def:heading1" scale="2.5"/>
<style name="def:heading2" scale="2.0"/>
<style name="def:heading3" scale="1.7"/>
<style name="def:heading4" scale="1.5"/>
<style name="def:heading5" scale="1.3"/>
<style name="def:heading6" scale="1.2"/>
-->
<!-- Language specific styles -->
<style name="c:preprocessor" foreground="dark-green"/>
<style name="c:included-file" foreground="orange"/>
<style name="c:common-defines" foreground="#0095FF" bold="true"/>
<style name="diff:diff-file" use-style="def:statement"/>
<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:type"/>
<style name="xml:attribute-name" foreground="dark-green"/>
<style name="xml:element-name" bold="true"/>
<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="docbook-element" foreground="#004141" bold="true"/>
<style name="docbook:header-elements" use-style="docbook-element"/>
<style name="docbook:formatting-elements" use-style="docbook-element"/>
<style name="docbook:gui-elements" use-style="docbook-element"/>
<style name="docbook:structural-elements" use-style="docbook-element"/>
<style name="js:built-in-constructor" bold="true"/>
<style name="mooscript:special-vars" use-style="c:preprocessor"/>
<style name="latex:display-math" background="#C0FFC0"/>
<style name="latex:inline-math" foreground="#006400"/>
<style name="latex:math-bound" bold="true"/>
<style name="latex:common-commands" foreground="dark-red"/>
<style name="latex:command" foreground="#7000DF"/>
<style name="latex:include" use-style="latex:common-commands"/>
<style name="changelog:date" use-style="def:type"/>
<style name="changelog:email" use-style="c:preprocessor"/>
<style name="changelog:file" use-style="def:function"/>
<style name="changelog:bullet" use-style="changelog:file"/>
<style name="changelog:release" foreground="#0095FF" bold="true"/>
<style name="perl:pod" foreground="grey"/>
<style name="python:string-conversion" background="#BEBEBE"/>
<style name="python:module-handler" use-style="def:character"/>
<style name="python:special-variable" use-style="def:type"/>
<style name="python:builtin-constant" use-style="def:type"/>
<style name="python:builtin-object" use-style="def:type"/>
<style name="python:builtin-function" use-style="def:type"/>
<style name="python:boolean" use-style="def:type"/>
<style name="scheme:parens" use-style="def:statement"/>
<style name="scheme:any-function" use-style="def:statement"/>
<style name="sh:dollar" foreground="dark-green" bold="true"/>
<style name="makefile:trailing-tab" background="#FFC0CB"/>
</style-scheme>