New installers: 2020-07-15
This commit is contained in:
136
gtk-nsis-pack/share/gtksourceview-4/styles/classic.xml
Normal file
136
gtk-nsis-pack/share/gtksourceview-4/styles/classic.xml
Normal file
@ -0,0 +1,136 @@
|
||||
<?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="classic" _name="Classic" version="1.0">
|
||||
<author>GtkSourceView team</author>
|
||||
<_description>Classic color scheme</_description>
|
||||
|
||||
<!-- The scheme tries to look like the default GVim scheme,
|
||||
since it is also what the hardwired GtkSourceView 1 color
|
||||
scheme did -->
|
||||
|
||||
<!-- Palette -->
|
||||
<color name="white" value="#FFFFFF"/>
|
||||
<color name="blue" value="#0000FF"/>
|
||||
<color name="magenta" value="#FF00FF"/>
|
||||
<color name="violet" value="#6A5ACD"/>
|
||||
<color name="cyan" value="#008A8C"/>
|
||||
<color name="gray" value="#BEBEBE"/>
|
||||
<color name="green" value="#2E8B57"/>
|
||||
<color name="bordeaux" value="#A52A2A"/>
|
||||
<color name="red" value="#FF0000"/>
|
||||
<color name="yellow" value="#FFFF00"/>
|
||||
<color name="purple" value="#A020F0"/>
|
||||
|
||||
<!-- Global Settings -->
|
||||
<style name="line-numbers" background="#rgba(0,0,0,0.005)"/>
|
||||
<style name="current-line" background="#eeeeec"/>
|
||||
<style name="current-line-number" background="#eeeeec"/>
|
||||
<style name="draw-spaces" foreground="#babdb6"/>
|
||||
<style name="background-pattern" background="#rgba(73,74,71,0.1)"/>
|
||||
|
||||
<!-- Bracket Matching -->
|
||||
<style name="bracket-match" foreground="white" background="gray"/>
|
||||
<style name="bracket-mismatch" foreground="white" background="red"/>
|
||||
|
||||
<!-- Right Margin -->
|
||||
<style name="right-margin" foreground="#000000" background="#000000"/>
|
||||
|
||||
<!-- Search Matching -->
|
||||
<style name="search-match" background="yellow"/>
|
||||
|
||||
<!-- Comments -->
|
||||
<style name="def:comment" foreground="blue"/>
|
||||
<style name="def:shebang" foreground="blue" bold="true"/>
|
||||
<style name="def:doc-comment-element" italic="true"/>
|
||||
|
||||
<!-- Constants -->
|
||||
<style name="def:constant" foreground="magenta"/>
|
||||
<style name="def:special-char" foreground="violet"/>
|
||||
|
||||
<!-- Identifiers -->
|
||||
<style name="def:identifier" foreground="cyan"/>
|
||||
|
||||
<!-- Statements -->
|
||||
<style name="def:statement" foreground="bordeaux" bold="true"/>
|
||||
|
||||
<!-- Types -->
|
||||
<style name="def:type" foreground="green" bold="true"/>
|
||||
|
||||
<!-- Markup -->
|
||||
<style name="def:emphasis" italic="true"/>
|
||||
<style name="def:strong-emphasis" foreground="bordeaux" bold="true"/>
|
||||
<style name="def:inline-code" foreground="cyan"/>
|
||||
<style name="def:insertion" underline="single"/>
|
||||
<style name="def:deletion" strikethrough="true"/>
|
||||
<style name="def:link-text" foreground="blue"/>
|
||||
<style name="def:link-symbol" foreground="blue" bold="true"/>
|
||||
<style name="def:link-destination" italic="true" underline="single"/>
|
||||
<style name="def:heading" foreground="green" bold="true"/>
|
||||
<style name="def:thematic-break" foreground="green" bold="true"/>
|
||||
<style name="def:preformatted-section" foreground="cyan"/>
|
||||
<style name="def:list-marker" foreground="bordeaux" bold="true"/>
|
||||
|
||||
<!-- Others -->
|
||||
<style name="def:preprocessor" foreground="purple"/>
|
||||
<style name="def:error" background="red" bold="true"/>
|
||||
<style name="def:warning" background="yellow"/>
|
||||
<style name="def:note" foreground="blue" background="yellow" bold="true"/>
|
||||
<style name="def:net-address" italic="true" 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="diff:added-line" foreground="#008B8B"/>
|
||||
<style name="diff:removed-line" foreground="#6A5ACD"/>
|
||||
<style name="diff:changed-line" use-style="def:preprocessor"/>
|
||||
<style name="diff:special-case" use-style="def:constant"/>
|
||||
<style name="diff:location" use-style="def:statement"/>
|
||||
<style name="diff:diff-file" use-style="def:type"/>
|
||||
|
||||
<style name="xml:tags" foreground="cyan"/>
|
||||
<style name="xml:attribute-name" foreground="violet"/>
|
||||
<style name="xml:namespace" foreground="green" bold="true"/>
|
||||
|
||||
<style name="js:built-in-constructor" use-style="def:identifier"/>
|
||||
|
||||
<style name="latex:display-math" foreground="#6A5ACD"/>
|
||||
<style name="latex:command" foreground="#2E8B57" bold="true"/>
|
||||
<style name="latex:include" use-style="def:preprocessor"/>
|
||||
|
||||
<style name="sh:variable" foreground="#6A5ACD"/>
|
||||
|
||||
<!-- legacy styles for old lang files -->
|
||||
<style name="Others" foreground="#2E8B57" bold="true"/>
|
||||
<style name="Others 2" foreground="#008B8B"/>
|
||||
<style name="Others 3" foreground="#6A5ACD"/>
|
||||
|
||||
</style-scheme>
|
162
gtk-nsis-pack/share/gtksourceview-4/styles/cobalt.xml
Normal file
162
gtk-nsis-pack/share/gtksourceview-4/styles/cobalt.xml
Normal file
@ -0,0 +1,162 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
|
||||
This file is part of GtkSourceView
|
||||
|
||||
Copyright (C) 2006-2007 Will Farrington <wcfarrington@gmail.com>
|
||||
|
||||
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/>.
|
||||
|
||||
|
||||
Theme based on the style of the same name from pastie.caboo.se
|
||||
-->
|
||||
|
||||
<style-scheme id="cobalt" _name="Cobalt" version="1.0">
|
||||
<author>Will Farrington</author>
|
||||
<_description>Blue based color scheme</_description>
|
||||
|
||||
<!-- Colors -->
|
||||
<color name="faded_yellow" value="#ffee80"/>
|
||||
<color name="bright_orange" value="#ff9d00"/>
|
||||
<color name="faded_orange" value="#ffb054"/>
|
||||
<color name="nail_polish_pink" value="#ff0044"/>
|
||||
<color name="neon_yellow" value="#ffdd00"/>
|
||||
<color name="sky_blue" value="#0088ff"/>
|
||||
<color name="teal_blue" value="#80ffbb"/>
|
||||
<color name="light_blue" value="#0065bf"/>
|
||||
<color name="medium_blue" value="#003b70"/>
|
||||
<color name="dark_blue" value="#001b33"/>
|
||||
<color name="black_blue" value="#000d1a"/>
|
||||
<color name="white" value="#ffffff"/>
|
||||
<color name="pale_grey" value="#eeeeee"/>
|
||||
<color name="steel_grey" value="#333333"/>
|
||||
<color name="spring_green" value="#3ad900"/>
|
||||
<color name="sea_green" value="#00BF8C"/>
|
||||
<color name="light_grey" value="#cccccc"/>
|
||||
<color name="dark_red" value="#990000"/>
|
||||
<color name="bluish_grey" value="#777777"/>
|
||||
<color name="steelblue3" value="#4f94cd"/>
|
||||
|
||||
<color name="dark_medium_blue_blend" value="#00213F"/>
|
||||
|
||||
<!-- Global Settings -->
|
||||
|
||||
<style name="text" foreground="white" background="dark_blue"/>
|
||||
<style name="selection" foreground="white" background="sky_blue"/>
|
||||
<style name="cursor" foreground="white"/>
|
||||
<style name="current-line" background="medium_blue"/>
|
||||
<style name="line-numbers" foreground="light_blue" background="black_blue"/>
|
||||
<style name="draw-spaces" foreground="bluish_grey"/>
|
||||
<style name="right-margin" foreground="light_grey" background="light_grey"/>
|
||||
<style name="background-pattern" background="dark_medium_blue_blend"/>
|
||||
|
||||
<!-- Bracket Matching -->
|
||||
<style name="bracket-match" background="steelblue3"/>
|
||||
<style name="bracket-mismatch" background="dark_red"/>
|
||||
|
||||
<!-- Search Matching -->
|
||||
<style name="search-match" foreground="white" background="sea_green"/>
|
||||
|
||||
<!-- Bookmarks FIXME -->
|
||||
<style name="bookmark" background="white"/>
|
||||
|
||||
<!-- Comments -->
|
||||
<style name="def:comment" foreground="sky_blue" italic="true"/>
|
||||
<style name="def:shebang" foreground="sky_blue" italic="true"/>
|
||||
<style name="def:doc-comment-element" bold="true"/>
|
||||
|
||||
<!-- Constants and Variables-->
|
||||
<style name="def:constant" foreground="faded_yellow"/>
|
||||
<style name="def:string" foreground="spring_green"/>
|
||||
<style name="def:special-char" foreground="light_grey"/>
|
||||
<style name="def:special-constant" foreground="nail_polish_pink" bold="true"/>
|
||||
<style name="def:number" foreground="nail_polish_pink"/>
|
||||
<style name="def:floating-point" foreground="nail_polish_pink"/>
|
||||
<style name="def:boolean" foreground="nail_polish_pink"/>
|
||||
<style name="def:keyword" foreground="bright_orange" bold="true"/>
|
||||
<style name="def:builtin" foreground="bright_orange" bold="true"/>
|
||||
<style name="def:variable" foreground="light_grey"/>
|
||||
|
||||
<!-- Identifiers -->
|
||||
<style name="def:identifier" foreground="light_grey"/>
|
||||
<style name="def:function" use-style="def:identifier"/>
|
||||
|
||||
<!-- Statements -->
|
||||
<style name="def:statement" foreground="bright_orange"/>
|
||||
|
||||
<!-- Types -->
|
||||
<style name="def:type" foreground="teal_blue"/>
|
||||
|
||||
<!-- Markup -->
|
||||
<style name="def:emphasis" bold="true"/>
|
||||
<style name="def:strong-emphasis" foreground="bright_orange"/>
|
||||
<style name="def:inline-code" foreground="light_grey"/>
|
||||
<style name="def:insertion" underline="single"/>
|
||||
<style name="def:deletion" strikethrough="true"/>
|
||||
<style name="def:link-text" foreground="sky_blue" italic="true"/>
|
||||
<style name="def:link-symbol" foreground="sky_blue" italic="true"/>
|
||||
<style name="def:link-destination" underline="single"/>
|
||||
<style name="def:heading" foreground="teal_blue"/>
|
||||
<style name="def:thematic-break" foreground="teal_blue"/>
|
||||
<style name="def:preformatted-section" foreground="light_grey"/>
|
||||
<style name="def:list-marker" foreground="bright_orange"/>
|
||||
|
||||
<!-- Others -->
|
||||
<style name="def:error" foreground="white" background="dark_red" bold="true"/>
|
||||
<style name="def:warning" foreground="white" background="nail_polish_pink"/>
|
||||
<style name="def:note" foreground="neon_yellow" bold="true"/>
|
||||
<style name="def:net-address" foreground="teal_blue" italic="false" underline="single"/>
|
||||
<style name="def:preprocessor" foreground="light_grey"/>
|
||||
<style name="def:underlined" 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"/>
|
||||
-->
|
||||
|
||||
<!-- C Styles -->
|
||||
<style name="c:preprocessor" foreground="teal_blue" bold="true"/>
|
||||
<style name="c:included-file" foreground="spring_green"/>
|
||||
<style name="c:common-defines" foreground="sky_blue" bold="true"/>
|
||||
|
||||
<!-- Diff Styles -->
|
||||
<style name="diff:ignore" foreground="bluish_grey"/>
|
||||
<style name="diff:added-line" foreground="faded_yellow"/>
|
||||
<style name="diff:removed-line" foreground="spring_green"/>
|
||||
<style name="diff:changed-line" foreground="bright_orange"/>
|
||||
<style name="diff:diff-file" foreground="sky_blue" bold="true"/>
|
||||
<style name="diff:location" foreground="sky_blue"/>
|
||||
<style name="diff:special-case" foreground="nail_polish_pink" bold="true"/>
|
||||
|
||||
<!-- Ruby Styles -->
|
||||
<style name="ruby:module-handler" foreground="teal_blue"/>
|
||||
<style name="ruby:symbol" foreground="nail_polish_pink"/>
|
||||
<style name="ruby:regex" foreground="teal_blue"/>
|
||||
|
||||
<!-- SH Styles -->
|
||||
<style name="sh:function" foreground="neon_yellow"/>
|
||||
|
||||
<!-- XML Styles -->
|
||||
<style name="xml:attribute-name" foreground="light_grey"/>
|
||||
<style name="xml:element-name" foreground="teal_blue"/>
|
||||
<style name="xml:entity" foreground="neon_yellow"/>
|
||||
<style name="xml:processing-instruction" bold="true"/>
|
||||
|
||||
</style-scheme>
|
177
gtk-nsis-pack/share/gtksourceview-4/styles/kate.xml
Normal file
177
gtk-nsis-pack/share/gtksourceview-4/styles/kate.xml
Normal file
@ -0,0 +1,177 @@
|
||||
<?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="#FF0000"/>
|
||||
<color name="blue" value="#0000FF"/>
|
||||
<color name="dark-blue" value="#0057AE"/>
|
||||
<color name="dark-red" value="#800000"/>
|
||||
<color name="dark-green" value="#008000"/>
|
||||
<color name="grey" value="#808080"/>
|
||||
<color name="yellow" value="#FFFF00"/>
|
||||
<color name="white" value="#FFFFFF"/>
|
||||
<color name="brown" value="#B07E00"/>
|
||||
<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="#EEF6FF"/>
|
||||
<style name="line-numbers" foreground="black" background="#d6d2d0"/>
|
||||
<style name="right-margin" foreground="black" background="black"/>
|
||||
<style name="bracket-match" foreground="white" background="black"/>
|
||||
<style name="bracket-mismatch" background="red"/>
|
||||
<style name="draw-spaces" foreground="#d3d7cf"/>
|
||||
<style name="background-pattern" background="#f3f3f3"/>
|
||||
|
||||
<!-- 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" italic="true" bold="false"/>
|
||||
<style name="def:shebang" foreground="grey" bold="true"/>
|
||||
<style name="def:doc-comment" foreground="blue"/>
|
||||
<style name="def:doc-comment-element" bold="true"/>
|
||||
|
||||
<!-- 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="#DD0000"/>
|
||||
<style name="def:special-char" foreground="#FF00FF"/>
|
||||
<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 -->
|
||||
<style name="def:statement" bold="true"/>
|
||||
|
||||
<!-- 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" bold="true"/>
|
||||
<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" use-style="c:preprocessor"/>
|
||||
<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>
|
148
gtk-nsis-pack/share/gtksourceview-4/styles/oblivion.xml
Normal file
148
gtk-nsis-pack/share/gtksourceview-4/styles/oblivion.xml
Normal file
@ -0,0 +1,148 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
|
||||
This file is part of GtkSourceView
|
||||
|
||||
Copyright (C) 2007 GtkSourceView team
|
||||
Author: Paolo Borelli <pborelli@gnome.org>
|
||||
|
||||
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="oblivion" _name="Oblivion" version="1.0">
|
||||
|
||||
<author>Paolo Borelli</author>
|
||||
<_description>Dark color scheme using the Tango color palette</_description>
|
||||
|
||||
<!-- Tango Palette -->
|
||||
<color name="butter1" value="#fce94f"/>
|
||||
<color name="butter2" value="#edd400"/>
|
||||
<color name="butter3" value="#c4a000"/>
|
||||
<color name="chameleon1" value="#8ae234"/>
|
||||
<color name="chameleon2" value="#73d216"/>
|
||||
<color name="chameleon3" value="#4e9a06"/>
|
||||
<color name="orange1" value="#fcaf3e"/>
|
||||
<color name="orange2" value="#f57900"/>
|
||||
<color name="orange3" value="#ce5c00"/>
|
||||
<color name="skyblue1" value="#729fcf"/>
|
||||
<color name="skyblue2" value="#3465a4"/>
|
||||
<color name="skyblue3" value="#204a87"/>
|
||||
<color name="plum1" value="#ad7fa8"/>
|
||||
<color name="plum2" value="#75507b"/>
|
||||
<color name="plum3" value="#5c3566"/>
|
||||
<color name="chocolate1" value="#e9b96e"/>
|
||||
<color name="chocolate2" value="#c17d11"/>
|
||||
<color name="chocolate3" value="#8f5902"/>
|
||||
<color name="scarletred1" value="#ef2929"/>
|
||||
<color name="scarletred2" value="#cc0000"/>
|
||||
<color name="scarletred3" value="#a40000"/>
|
||||
<color name="aluminium1" value="#eeeeec"/>
|
||||
<color name="aluminium2" value="#d3d7cf"/>
|
||||
<color name="aluminium3" value="#babdb6"/>
|
||||
<color name="aluminium4" value="#888a85"/>
|
||||
<color name="aluminium5" value="#555753"/>
|
||||
<color name="aluminium6" value="#2e3436"/>
|
||||
<color name="white" value="#ffffff"/>
|
||||
<color name="black" value="#000000"/>
|
||||
|
||||
<color name="aluminium4-3-blend" value="#a1a49e"/>
|
||||
<color name="aluminium6-5-blend" value="#34393A"/>
|
||||
|
||||
<!-- Global Settings -->
|
||||
<style name="text" foreground="aluminium2" background="aluminium6"/>
|
||||
<style name="selection" foreground="aluminium1" background="aluminium4"/>
|
||||
<style name="cursor" foreground="aluminium2"/>
|
||||
<style name="secondary-cursor" foreground="aluminium4-3-blend"/>
|
||||
<style name="current-line" background="aluminium5"/>
|
||||
<style name="line-numbers" foreground="aluminium5" background="black"/>
|
||||
<style name="draw-spaces" foreground="aluminium4"/>
|
||||
<style name="background-pattern" background="aluminium6-5-blend"/>
|
||||
|
||||
<!-- Bracket Matching -->
|
||||
<style name="bracket-match" foreground="chocolate2"/>
|
||||
<style name="bracket-mismatch" foreground="aluminium1" background="scarletred2"/>
|
||||
|
||||
<!-- Right Margin -->
|
||||
<style name="right-margin" foreground="aluminium1" background="aluminium3"/>
|
||||
|
||||
<!-- Search Matching -->
|
||||
<style name="search-match" foreground="aluminium1" background="chameleon3"/>
|
||||
|
||||
<!-- Comments -->
|
||||
<style name="def:comment" foreground="aluminium4"/>
|
||||
<style name="def:shebang" foreground="aluminium4" bold="true"/>
|
||||
<style name="def:doc-comment-element" italic="true"/>
|
||||
|
||||
<!-- Constants -->
|
||||
<style name="def:constant" foreground="butter2"/>
|
||||
<style name="def:string" foreground="butter2"/>
|
||||
<style name="def:special-char" foreground="orange3"/>
|
||||
<style name="def:special-constant" foreground="orange3"/>
|
||||
<style name="def:floating-point" foreground="orange3"/>
|
||||
|
||||
<!-- Identifiers -->
|
||||
<style name="def:identifier" foreground="skyblue1"/>
|
||||
|
||||
<!-- Statements -->
|
||||
<style name="def:statement" foreground="white" bold="true"/>
|
||||
|
||||
<!-- Types -->
|
||||
<style name="def:type" foreground="chameleon1" bold="true"/>
|
||||
|
||||
<!-- Markup -->
|
||||
<style name="def:emphasis" italic="true"/>
|
||||
<style name="def:strong-emphasis" foreground="white" bold="true"/>
|
||||
<style name="def:inline-code" foreground="skyblue1"/>
|
||||
<style name="def:insertion" underline="single"/>
|
||||
<style name="def:deletion" strikethrough="true"/>
|
||||
<style name="def:link-text" foreground="aluminium4"/>
|
||||
<style name="def:link-symbol" foreground="aluminium4" bold="true"/>
|
||||
<style name="def:link-destination" italic="true" underline="single"/>
|
||||
<style name="def:heading" foreground="chameleon1" bold="true"/>
|
||||
<style name="def:thematic-break" foreground="chameleon1" bold="true"/>
|
||||
<style name="def:preformatted-section" foreground="skyblue1"/>
|
||||
<style name="def:list-marker" foreground="white" bold="true"/>
|
||||
|
||||
<!-- Others -->
|
||||
<style name="def:preprocessor" foreground="plum1"/>
|
||||
<style name="def:error" foreground="aluminium1" background="scarletred2" bold="true"/>
|
||||
<style name="def:warning" foreground="aluminium1" background="plum1"/>
|
||||
<style name="def:note" background="butter1" foreground="aluminium4" bold="true"/>
|
||||
<style name="def:net-address" italic="true" 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 -->
|
||||
<style name="diff:added-line" foreground="butter2"/>
|
||||
<style name="diff:removed-line" foreground="skyblue1"/>
|
||||
<style name="diff:changed-line" foreground="plum1"/>
|
||||
<style name="diff:diff-file" foreground="chameleon1" bold="true"/>
|
||||
<style name="diff:location" foreground="chameleon1"/>
|
||||
<style name="diff:special-case" foreground="white" bold="true"/>
|
||||
|
||||
<style name="latex:command" foreground="chameleon1" bold="true"/>
|
||||
<style name="latex:include" use-style="def:preprocessor"/>
|
||||
|
||||
</style-scheme>
|
||||
|
117
gtk-nsis-pack/share/gtksourceview-4/styles/solarized-dark.xml
Normal file
117
gtk-nsis-pack/share/gtksourceview-4/styles/solarized-dark.xml
Normal file
@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
|
||||
This file is part of GtkSourceView
|
||||
|
||||
Copyright (C) 2011 Craig Russell
|
||||
Author: Craig Russell <craig@craig-russell.co.uk>
|
||||
|
||||
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="solarized-dark" _name="Solarized Dark" version="1.0">
|
||||
<author>Craig Russell</author>
|
||||
<_description>Color scheme using Solarized dark color palette</_description>
|
||||
|
||||
<!-- Solarized Palette -->
|
||||
<color name="base03" value="#002B36"/>
|
||||
<color name="base02" value="#073642"/>
|
||||
<color name="base01" value="#586E75"/>
|
||||
<color name="base00" value="#657B83"/>
|
||||
<color name="base0" value="#839496"/>
|
||||
<color name="base1" value="#93A1A1"/>
|
||||
<color name="base2" value="#EEE8D5"/>
|
||||
<color name="base3" value="#FDF6E3"/>
|
||||
<color name="yellow" value="#B58900"/>
|
||||
<color name="orange" value="#CB4B16"/>
|
||||
<color name="red" value="#DC322F"/>
|
||||
<color name="magenta" value="#D33682"/>
|
||||
<color name="violet" value="#6C71C4"/>
|
||||
<color name="blue" value="#268BD2"/>
|
||||
<color name="cyan" value="#2AA198"/>
|
||||
<color name="green" value="#859900"/>
|
||||
|
||||
<color name="base03-02-blend" value="#032F3B"/>
|
||||
|
||||
<!-- Global Settings -->
|
||||
<style name="text" foreground="base1" background="base03"/>
|
||||
<style name="selection" foreground="base03" background="base00"/>
|
||||
<style name="cursor" foreground="base1"/>
|
||||
<style name="secondary-cursor" foreground="base00"/>
|
||||
<style name="current-line" background="base02"/>
|
||||
<style name="line-numbers" foreground="base01" background="base02"/>
|
||||
<style name="background-pattern" background="base03-02-blend"/>
|
||||
|
||||
<!-- Bracket Matching -->
|
||||
<style name="bracket-match" foreground="base03" background="base01"/>
|
||||
<style name="bracket-mismatch" foreground="red" background="base01"/>
|
||||
|
||||
<!-- Right Margin -->
|
||||
<style name="right-margin" foreground="base2" background="base1"/>
|
||||
|
||||
<!-- Search Matching -->
|
||||
<style name="search-match" foreground="base03" background="yellow"/>
|
||||
|
||||
<!-- Comments -->
|
||||
<style name="def:comment" foreground="base01"/>
|
||||
<style name="def:shebang" foreground="base01" bold="true"/>
|
||||
<style name="def:doc-comment-element" italic="true"/>
|
||||
|
||||
<!-- Constants -->
|
||||
<style name="def:constant" foreground="cyan"/>
|
||||
<style name="def:special-char" foreground="green"/>
|
||||
|
||||
<!-- Identifiers -->
|
||||
<style name="def:identifier" foreground="blue"/>
|
||||
|
||||
<!-- Statements -->
|
||||
<style name="def:statement" foreground="orange"/>
|
||||
|
||||
<!-- Types -->
|
||||
<style name="def:type" foreground="yellow"/>
|
||||
|
||||
<!-- Markup -->
|
||||
<style name="def:emphasis" italic="true"/>
|
||||
<style name="def:strong-emphasis" foreground="orange"/>
|
||||
<style name="def:inline-code" foreground="blue"/>
|
||||
<style name="def:insertion" underline="single"/>
|
||||
<style name="def:deletion" strikethrough="true"/>
|
||||
<style name="def:link-text" foreground="base01"/>
|
||||
<style name="def:link-symbol" foreground="base01" bold="true"/>
|
||||
<style name="def:link-destination" italic="true" underline="single"/>
|
||||
<style name="def:heading" foreground="yellow"/>
|
||||
<style name="def:thematic-break" foreground="yellow"/>
|
||||
<style name="def:preformatted-section" foreground="blue"/>
|
||||
<style name="def:list-marker" foreground="orange"/>
|
||||
|
||||
<!-- Operators -->
|
||||
<style name="def:operator" foreground="green"/>
|
||||
|
||||
<!-- Others -->
|
||||
<style name="def:preprocessor" foreground="violet"/>
|
||||
<style name="def:error" foreground="red" bold="true"/>
|
||||
<style name="def:note" foreground="magenta" bold="true"/>
|
||||
<style name="def:net-address" italic="true" 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"/>
|
||||
-->
|
||||
</style-scheme>
|
116
gtk-nsis-pack/share/gtksourceview-4/styles/solarized-light.xml
Normal file
116
gtk-nsis-pack/share/gtksourceview-4/styles/solarized-light.xml
Normal file
@ -0,0 +1,116 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
|
||||
This file is part of GtkSourceView
|
||||
|
||||
Copyright (C) 2011 Craig Russell
|
||||
Author: Craig Russell <craig@craig-russell.co.uk>
|
||||
|
||||
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="solarized-light" _name="Solarized Light" version="1.0">
|
||||
<author>Craig Russell</author>
|
||||
<_description>Color scheme using Solarized light color palette</_description>
|
||||
|
||||
<!-- Solarized Palette -->
|
||||
<color name="base03" value="#002B36"/>
|
||||
<color name="base02" value="#073642"/>
|
||||
<color name="base01" value="#586E75"/>
|
||||
<color name="base00" value="#657B83"/>
|
||||
<color name="base0" value="#839496"/>
|
||||
<color name="base1" value="#93A1A1"/>
|
||||
<color name="base2" value="#EEE8D5"/>
|
||||
<color name="base3" value="#FDF6E3"/>
|
||||
<color name="yellow" value="#B58900"/>
|
||||
<color name="orange" value="#CB4B16"/>
|
||||
<color name="red" value="#DC322F"/>
|
||||
<color name="magenta" value="#D33682"/>
|
||||
<color name="violet" value="#6C71C4"/>
|
||||
<color name="blue" value="#268BD2"/>
|
||||
<color name="cyan" value="#2AA198"/>
|
||||
<color name="green" value="#859900"/>
|
||||
|
||||
<color name="base3-2-blend" value="#F6EFDC"/>
|
||||
|
||||
<!-- Global Settings -->
|
||||
<style name="text" foreground="base01" background="base3"/>
|
||||
<style name="selection" foreground="base3" background="base1"/>
|
||||
<style name="cursor" foreground="base01"/>
|
||||
<style name="current-line" background="base2"/>
|
||||
<style name="line-numbers" foreground="base1" background="base2"/>
|
||||
<style name="background-pattern" background="base3-2-blend"/>
|
||||
|
||||
<!-- Bracket Matching -->
|
||||
<style name="bracket-match" foreground="base3" background="base1"/>
|
||||
<style name="bracket-mismatch" foreground="red" background="base1"/>
|
||||
|
||||
<!-- Right Margin -->
|
||||
<style name="right-margin" foreground="base01" background="base01"/>
|
||||
|
||||
<!-- Search Matching -->
|
||||
<style name="search-match" foreground="base3" background="yellow"/>
|
||||
|
||||
<!-- Comments -->
|
||||
<style name="def:comment" foreground="base1"/>
|
||||
<style name="def:shebang" foreground="base1" bold="true"/>
|
||||
<style name="def:doc-comment-element" italic="true"/>
|
||||
|
||||
<!-- Constants -->
|
||||
<style name="def:constant" foreground="cyan"/>
|
||||
<style name="def:special-char" foreground="green"/>
|
||||
|
||||
<!-- Identifiers -->
|
||||
<style name="def:identifier" foreground="blue"/>
|
||||
|
||||
<!-- Statements -->
|
||||
<style name="def:statement" foreground="orange"/>
|
||||
|
||||
<!-- Types -->
|
||||
<style name="def:type" foreground="yellow"/>
|
||||
|
||||
<!-- Markup -->
|
||||
<style name="def:emphasis" italic="true"/>
|
||||
<style name="def:strong-emphasis" foreground="orange"/>
|
||||
<style name="def:inline-code" foreground="blue"/>
|
||||
<style name="def:insertion" underline="single"/>
|
||||
<style name="def:deletion" strikethrough="true"/>
|
||||
<style name="def:link-text" foreground="base1"/>
|
||||
<style name="def:link-symbol" foreground="base1" bold="true"/>
|
||||
<style name="def:link-destination" italic="true" underline="single"/>
|
||||
<style name="def:heading" foreground="yellow"/>
|
||||
<style name="def:thematic-break" foreground="yellow"/>
|
||||
<style name="def:preformatted-section" foreground="blue"/>
|
||||
<style name="def:list-marker" foreground="orange"/>
|
||||
|
||||
<!-- Operators -->
|
||||
<style name="def:operator" foreground="green"/>
|
||||
|
||||
<!-- Others -->
|
||||
<style name="def:preprocessor" foreground="violet"/>
|
||||
<style name="def:error" foreground="red" bold="true"/>
|
||||
<style name="def:note" foreground="magenta" bold="true"/>
|
||||
<style name="def:net-address" italic="true" 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"/>
|
||||
-->
|
||||
</style-scheme>
|
139
gtk-nsis-pack/share/gtksourceview-4/styles/styles.rng
Normal file
139
gtk-nsis-pack/share/gtksourceview-4/styles/styles.rng
Normal file
@ -0,0 +1,139 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
|
||||
This file is part of GtkSourceView
|
||||
|
||||
Copyright (C) 2006-2007 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/>.
|
||||
|
||||
-->
|
||||
<grammar xmlns="http://relaxng.org/ns/structure/1.0"
|
||||
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
||||
|
||||
<start>
|
||||
<element name="style-scheme">
|
||||
<attribute name="id">
|
||||
<data type="string">
|
||||
<param name="pattern">([a-zA-Z0-9_]|-)+</param>
|
||||
</data>
|
||||
</attribute>
|
||||
|
||||
<choice>
|
||||
<attribute name="name"/>
|
||||
<attribute name="_name"/>
|
||||
</choice>
|
||||
|
||||
<optional>
|
||||
<attribute name="parent-scheme"/>
|
||||
</optional>
|
||||
|
||||
<attribute name="version">
|
||||
<value>1.0</value>
|
||||
</attribute>
|
||||
|
||||
<optional>
|
||||
<oneOrMore>
|
||||
<element name="author">
|
||||
<text/>
|
||||
</element>
|
||||
</oneOrMore>
|
||||
</optional>
|
||||
|
||||
<optional>
|
||||
<choice>
|
||||
<element name="description">
|
||||
<text/>
|
||||
</element>
|
||||
<element name="_description">
|
||||
<text/>
|
||||
</element>
|
||||
</choice>
|
||||
</optional>
|
||||
|
||||
<optional>
|
||||
<oneOrMore>
|
||||
<element name="color">
|
||||
<attribute name="name">
|
||||
<data type="string">
|
||||
<param name="pattern">([a-zA-Z0-9_]|-)+</param>
|
||||
</data>
|
||||
</attribute>
|
||||
<attribute name="value">
|
||||
<data type="string">
|
||||
<param name="pattern">#.*</param>
|
||||
</data>
|
||||
</attribute>
|
||||
</element>
|
||||
</oneOrMore>
|
||||
</optional>
|
||||
|
||||
<optional>
|
||||
<oneOrMore>
|
||||
<element name="style">
|
||||
<attribute name="name"/>
|
||||
|
||||
<optional>
|
||||
<choice>
|
||||
<attribute name="use-style"/>
|
||||
<ref name="style-elements"/>
|
||||
</choice>
|
||||
</optional>
|
||||
</element>
|
||||
</oneOrMore>
|
||||
</optional>
|
||||
</element>
|
||||
</start>
|
||||
|
||||
<define name="boolean-value">
|
||||
<choice>
|
||||
<value>true</value>
|
||||
<value>false</value>
|
||||
</choice>
|
||||
</define>
|
||||
|
||||
<define name="style-elements">
|
||||
<optional>
|
||||
<attribute name="foreground"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="background"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="line-background"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="bold">
|
||||
<ref name="boolean-value"/>
|
||||
</attribute>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="italic">
|
||||
<ref name="boolean-value"/>
|
||||
</attribute>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="underline"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="strikethrough">
|
||||
<ref name="boolean-value"/>
|
||||
</attribute>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="scale"/>
|
||||
</optional>
|
||||
</define>
|
||||
|
||||
</grammar>
|
144
gtk-nsis-pack/share/gtksourceview-4/styles/tango.xml
Normal file
144
gtk-nsis-pack/share/gtksourceview-4/styles/tango.xml
Normal file
@ -0,0 +1,144 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
|
||||
This file is part of GtkSourceView
|
||||
|
||||
Copyright (C) 2006-2007 GtkSourceView team
|
||||
Author: Michael Monreal <michael.monreal@gmail.com>
|
||||
|
||||
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="tango" _name="Tango" version="1.0">
|
||||
<author>Michael Monreal</author>
|
||||
<_description>Color scheme using Tango color palette</_description>
|
||||
|
||||
<!-- Tango Palette -->
|
||||
<color name="butter1" value="#fce94f"/>
|
||||
<color name="butter2" value="#edd400"/>
|
||||
<color name="butter3" value="#c4a000"/>
|
||||
<color name="chameleon1" value="#8ae234"/>
|
||||
<color name="chameleon2" value="#73d216"/>
|
||||
<color name="chameleon3" value="#4e9a06"/>
|
||||
<color name="orange1" value="#fcaf3e"/>
|
||||
<color name="orange2" value="#f57900"/>
|
||||
<color name="orange3" value="#ce5c00"/>
|
||||
<color name="skyblue1" value="#729fcf"/>
|
||||
<color name="skyblue2" value="#3465a4"/>
|
||||
<color name="skyblue3" value="#204a87"/>
|
||||
<color name="plum1" value="#ad7fa8"/>
|
||||
<color name="plum2" value="#75507b"/>
|
||||
<color name="plum3" value="#5c3566"/>
|
||||
<color name="chocolate1" value="#e9b96e"/>
|
||||
<color name="chocolate2" value="#c17d11"/>
|
||||
<color name="chocolate3" value="#8f5902"/>
|
||||
<color name="scarletred1" value="#ef2929"/>
|
||||
<color name="scarletred2" value="#cc0000"/>
|
||||
<color name="scarletred3" value="#a40000"/>
|
||||
<color name="aluminium1" value="#eeeeec"/>
|
||||
<color name="aluminium2" value="#d3d7cf"/>
|
||||
<color name="aluminium3" value="#babdb6"/>
|
||||
<color name="aluminium4" value="#888a85"/>
|
||||
<color name="aluminium5" value="#555753"/>
|
||||
<color name="aluminium6" value="#2e3436"/>
|
||||
|
||||
<!-- Global Settings -->
|
||||
<style name="line-numbers" background="#rgba(18,20,21,0.005)"/>
|
||||
<style name="current-line" background="aluminium1"/>
|
||||
<style name="current-line-number" background="aluminium1"/>
|
||||
<style name="draw-spaces" foreground="aluminium3"/>
|
||||
<style name="background-pattern" background="#f3f3f3"/>
|
||||
|
||||
<!-- Bracket Matching -->
|
||||
<style name="bracket-match" foreground="aluminium1" background="aluminium3"/>
|
||||
<style name="bracket-mismatch" foreground="aluminium1" background="scarletred3"/>
|
||||
|
||||
<!-- Right Margin -->
|
||||
<style name="right-margin" foreground="aluminium6" background="aluminium6"/>
|
||||
|
||||
<!-- Search Matching -->
|
||||
<style name="search-match" background="butter1"/>
|
||||
|
||||
<!-- Comments -->
|
||||
<style name="def:comment" foreground="skyblue3"/>
|
||||
<style name="def:shebang" foreground="skyblue3" bold="true"/>
|
||||
<style name="def:doc-comment-element" italic="true"/>
|
||||
|
||||
<!-- Constants -->
|
||||
<style name="def:constant" foreground="plum1"/>
|
||||
<style name="def:special-char" foreground="plum3"/>
|
||||
|
||||
<!-- Identifiers -->
|
||||
<style name="def:identifier" foreground="skyblue2"/>
|
||||
|
||||
<!-- Statements -->
|
||||
<style name="def:statement" foreground="scarletred3" bold="true"/>
|
||||
|
||||
<!-- Types -->
|
||||
<style name="def:type" foreground="chameleon3" bold="true"/>
|
||||
|
||||
<!-- Markup -->
|
||||
<style name="def:emphasis" italic="true"/>
|
||||
<style name="def:strong-emphasis" foreground="scarletred3" bold="true"/>
|
||||
<style name="def:inline-code" foreground="skyblue2"/>
|
||||
<style name="def:insertion" underline="single"/>
|
||||
<style name="def:deletion" strikethrough="true"/>
|
||||
<style name="def:link-text" foreground="skyblue3"/>
|
||||
<style name="def:link-symbol" foreground="skyblue3" bold="true"/>
|
||||
<style name="def:link-destination" italic="true" underline="single"/>
|
||||
<style name="def:heading" foreground="chameleon3" bold="true"/>
|
||||
<style name="def:thematic-break" foreground="chameleon3" bold="true"/>
|
||||
<style name="def:preformatted-section" foreground="skyblue2"/>
|
||||
<style name="def:list-marker" foreground="scarletred3" bold="true"/>
|
||||
|
||||
<!-- Others -->
|
||||
<style name="def:preprocessor" foreground="chocolate3"/>
|
||||
<style name="def:error" background="scarletred2" bold="true"/>
|
||||
<style name="def:warning" background="plum1"/>
|
||||
<style name="def:note" background="orange1" bold="true"/>
|
||||
<style name="def:net-address" italic="true" 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 -->
|
||||
<style name="diff:added-line" foreground="chameleon3"/>
|
||||
<style name="diff:removed-line" foreground="plum3"/>
|
||||
<style name="diff:changed-line" use-style="def:preprocessor"/>
|
||||
<style name="diff:diff-file" use-style="def:type"/>
|
||||
<style name="diff:location" use-style="def:statement"/>
|
||||
<style name="diff:special-case" use-style="def:constant"/>
|
||||
|
||||
<style name="xml:tags" foreground="chameleon3"/>
|
||||
<style name="xml:namespace" bold="true"/>
|
||||
|
||||
<style name="js:built-in-constructor" foreground="chameleon3"/>
|
||||
|
||||
<style name="latex:display-math" foreground="plum3"/>
|
||||
<style name="latex:command" foreground="chameleon3" bold="true"/>
|
||||
<style name="latex:include" use-style="def:preprocessor"/>
|
||||
<style name="latex:special-char" use-style="def:constant"/>
|
||||
|
||||
<style name="sh:variable" foreground="plum3"/>
|
||||
<style name="sh:variable-definition" foreground="chameleon3"/>
|
||||
|
||||
</style-scheme>
|
Reference in New Issue
Block a user