Attachment 'daylight.xml'

Download

   1 <?xml version="1.0" encoding="UTF-8"?>
   2 <!--
   3 
   4  Copyright (C) 2012 Tobias Marczewski
   5  Author: Tobias Marczewski <tmarczewski@ed-alumni.net>
   6  
   7  This library is free software; you can redistribute it and/or
   8  modify it under the terms of the GNU Library General Public
   9  License as published by the Free Software Foundation; either
  10  version 2 of the License, or (at your option) any later version.
  11 
  12  This library is distributed in the hope that it will be useful,
  13  but WITHOUT ANY WARRANTY; without even the implied warranty of
  14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  15  Library General Public License for more details.
  16 
  17  You should have received a copy of the GNU Library General Public
  18  License along with this library; if not, write to the
  19  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  20  Boston, MA 02111-1307, USA.
  21 
  22  ACKNOWLEDGEMENTS / NOTES *****************************************************
  23  As basis for this colour scheme the Kate colour scheme
  24  by Yevgen Muntyan/GtkSourceView team was used, and to aid with colour choice
  25  Agave 0.4.7 http://home.gna.org/colorscheme/ was called upon.
  26  Because I mostly work with LaTeX and R, this scheme is best customised for use
  27  with these two languages.
  28  ******************************************************************************
  29  
  30 -->
  31 <style-scheme id="daylight" _name="Daylight" version="1.0">
  32   <author>Tobias Marczewski</author>
  33   <_description>Bright colour scheme using a light yellow background</_description>
  34 
  35   <!-- ****************************** colours ****************************** -->
  36   <!-- greys -->
  37   <color name="light-grey"                  value="#cccccc"/>
  38   <color name="grey"                        value="#999999"/>
  39   <color name="dark-grey"                   value="#666666"/>
  40   <!-- yellows -->
  41   <color name="eggshell"                    value="#fffff2"/>
  42   <color name="pale-yellow"                 value="#ffffd9"/>
  43   <color name="light-yellow"                value="#ffff9e"/> <!-- unused -->
  44   <color name="yellow"                      value="#ffff4a"/>
  45   <!-- blues -->
  46   <color name="pale-blue"                   value="#d9d9ff"/>
  47   <color name="light-blue"                  value="#9e9eff"/>
  48   <color name="blue"                        value="#4a4aff"/>
  49   <color name="dark-blue"                   value="#3131a8"/>
  50   <color name="deep-blue"                   value="#181854"/>
  51   <!-- turquoise -->
  52   <color name="light-cyan"                  value="#4affff"/> <!-- unused -->
  53   <color name="dark-cyan"                   value="#31a8a8"/>
  54   <!-- pink -->
  55   <color name="light-magenta"               value="#ff4aff"/>
  56   <color name="dark-magenta"                value="#a831a8"/>
  57   <!-- red -->
  58   <color name="light-red"                   value="#cc0000"/>
  59   <color name="dark-red"                    value="#750000"/>
  60   <!-- orange -->
  61   <color name="orange"                      value="#ffa44a"/>
  62   <!-- brown -->
  63   <color name="light-brown"                 value="#cc6600"/>
  64   <color name="dark-brown"                  value="#753b00"/>
  65   <!-- green -->
  66   <color name="pale-green"                  value="#e5ffcc"/>
  67   <color name="light-green"                 value="#66cc00"/>
  68   <color name="dark-green"                  value="#3b7500"/>
  69 
  70   <!-- ************************** Global Settings ************************** -->
  71   <style name="text"                        background="eggshell"/>
  72   <style name="current-line"                background="pale-yellow"/>
  73   <style name="selection"                   background="light-grey"/>
  74   <style name="cursor"                      foreground="deep-blue"/>
  75   <style name="line-numbers"                background="pale-blue"/>
  76   <style name="right-margin"                background="light-brown"/>
  77   <style name="draw-spaces"                 foreground="pale-blue"/>
  78   <!-- Bracket Matching -->
  79   <style name="bracket-match"               foreground="deep-blue" background="pale-blue" bold="true"/>
  80   <style name="bracket-mismatch"            background="light-red" bold="true"/>
  81   <!-- Search Matching -->
  82   <style name="search-match"                background="yellow"/>
  83   <!-- Bookmarks -->
  84   <style name="bookmark"                    background="#white"/>
  85 
  86   <!-- Legacy styles for old lang files: do NOT use them in lang files -->
  87   <style name="Others"                      foreground="dark-red"/>
  88   <style name="Others 2"                    bold="true"/>
  89   <style name="Others 3"                    foreground="dark-green"/>
  90 
  91   <!-- Comments -->
  92   <style name="def:comment"                 foreground="dark-grey" italic="true"/>
  93   <style name="def:shebang"                 foreground="dark-grey" bold="true"/>
  94   <style name="def:doc-comment"             foreground="grey"/>
  95   <style name="def:doc-comment-element"     bold="true"/>
  96 
  97   <!-- Constants/Numbers/Strings -->
  98   <style name="def:constant"                foreground="light-green"/>
  99   <style name="def:character"               foreground="dark-magenta"/>
 100   <style name="def:string"                  foreground="orange"/>
 101   <style name="def:special-char"            foreground="light-magenta"/>
 102   <style name="def:number"                  foreground="blue"/>
 103   <style name="def:floating-point"          foreground="light-blue"/>
 104   <style name="def:decimal"                 use-style="def:number"/>
 105   <style name="def:base-n-integer"          use-style="def:number"/>
 106   <style name="def:complex"                 use-style="def:number"/>
 107   <style name="def:special-constant"        foreground="light-brown"/>
 108   <style name="def:boolean"                 foreground="dark-brown" bold="true"/>
 109 
 110   <!-- Identifiers/Functions -->
 111   <style name="def:identifier"              foreground="dark-green"/>
 112   <style name="def:function"                foreground="dark-cyan"/>
 113   <style name="def:builtin"                 foreground="dark-cyan" bold="true"/>
 114 
 115   <!-- Statements/Keywords -->
 116   <style name="def:statement"               bold="true"/>
 117   <style name="def:operator"                bold="true"/>
 118   <style name="def:keyword"                 foreground="dark-blue" bold="true"/>
 119   
 120   <!-- Types -->
 121   <style name="def:type"                    foreground="blue"/>
 122 
 123   <!-- Others -->
 124   <style name="def:preprocessor"            bold="true"/>
 125   <style name="def:error"                   foreground="light-red" underline="true"/>
 126   <style name="def:reserved"                foreground="dark-red"/>
 127   <style name="def:note"                    foreground="eggshell" background="light-red" bold="true" italic="false"/>
 128   <style name="def:underlined"              underline="true"/>
 129 
 130   <!-- ********************* Language specific styles ********************* -->
 131   <!-- Diff -->
 132   <style name="diff:diff-file"              use-style="def:statement"/>
 133   <style name="diff:added-line"             use-style="def:decimal"/>
 134   <style name="diff:removed-line"           use-style="def:string"/>
 135   <style name="diff:changed-line"           use-style="def:preprocessor"/>
 136   <style name="diff:special-case"           use-style="def:constant"/>
 137   <style name="diff:location"               use-style="def:type"/>
 138 
 139   <!-- XML -->
 140   <style name="xml:doctype"                 foreground="dark-red" bold="true"/>
 141   <style name="xml:cdata-delim"             foreground="dark-grey" bold="true"/>
 142   <style name="xml:processing-instruction"  bold="true"/>
 143   <style name="xml:element-name"            use-style="def:keyword"/>
 144   <style name="xml:attribute-name"          use-style="def:identifier"/>
 145   <style name="xml:entity"                  use-style="def:special-char"/>
 146 
 147   <!-- Docbook -->
 148   <style name="docbook-element"             foreground="dark-grey" bold="true"/>
 149   <style name="docbook:header-elements"     use-style="docbook-element"/>
 150   <style name="docbook:formatting-elements" use-style="docbook-element"/>
 151   <style name="docbook:gui-elements"        use-style="docbook-element"/>
 152   <style name="docbook:structural-elements" use-style="docbook-element"/>
 153 
 154   <!-- Changelogs -->
 155   <style name="changelog:date"              use-style="def:type"/>
 156   <style name="changelog:email"             use-style="def:underlined"/>
 157   <style name="changelog:file"              use-style="def:function"/>
 158   <style name="changelog:bullet"            use-style="changelog:file"/>
 159   <style name="changelog:release"           foreground="light-blue" bold="true"/>
 160 
 161   <!-- Perl -->
 162   <style name="perl:pod"                    foreground="dark-grey"/>
 163 
 164   <!-- Python -->
 165   <style name="python:module-handler"       use-style="def:character"/>
 166   <style name="python:string-conversion"    background="pale-green"/>
 167   <style name="python:special-variable"     use-style="def:constant"/>
 168 
 169   <!-- Scheme -->
 170   <style name="scheme:parens"               use-style="def:statement"/>
 171   <style name="scheme:any-function"         use-style="def:statement"/>
 172 
 173   <!-- Shellscript -->
 174   <style name="sh:variable"                 use-style="def:type"/>
 175   <style name="sh:index"                    use-style="def:floating-point"/>
 176   <style name="sh:variable-definition"      use-style="def:identifier"/>
 177   <style name="sh:others"                   use-style="def:special-constant"/>
 178   <style name="sh:common-command"           use-style="def:builtin"/>
 179   <style name="sh:here-doc-bound"           use-style="def:statement"/>
 180 
 181   <!-- Makefiles -->
 182   <style name="makefile:trailing-tab"       background="light-magenta"/>
 183 
 184   <!-- LaTeX -->
 185   <!--<style name="latex:common-command"        foreground="dark-red"/>-->
 186   <style name="latex:spacing"               foreground="grey"/>
 187   <style name="latex:referencing"           foreground="dark-red"/>
 188   <style name="latex:graphics"              foreground="dark-brown" bold="true"/>
 189   <style name="latex:make-at"               background="pale-green"/>
 190   <style name="latex:footnote"              background="pale-green"/>
 191   <style name="latex:text-math"             foreground="dark-blue"/>
 192   <style name="latex:display-math"          use-style="latex:text-math"/>
 193   <style name="latex:structure"             foreground="dark-red" bold="true"/>
 194 
 195 <!-- R language -->
 196   <style name="r:floating-point"            use-style="def:decimal"/>
 197   <style name="r:operator"                  foreground="deep-blue" bold="true"/>
 198   <style name="r:reserved-class"            foreground="dark-blue" italic="true"/>
 199   <style name="r:function"                  italic="true"/>
 200   <style name="r:builtin"                   foreground="dark-cyan" italic="true"/>
 201   <style name="r:logical"                   foreground="light-brown" italic="true"/>
 202 
 203 
 204 </style-scheme>

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2021-02-25 09:59:56, 76.1 KB) [[attachment:blue_dream.png]]
  • [get | view] (2021-02-25 09:59:56, 0.0 KB) [[attachment:blue_dream.xml]]
  • [get | view] (2021-02-25 09:59:56, 70.8 KB) [[attachment:build.png]]
  • [get | view] (2021-02-25 09:59:56, 4.7 KB) [[attachment:build.xml]]
  • [get | view] (2021-02-25 09:59:56, 71.8 KB) [[attachment:chela_light.png]]
  • [get | view] (2021-02-25 09:59:56, 3.3 KB) [[attachment:chela_light.xml]]
  • [get | view] (2021-02-25 09:59:56, 179.8 KB) [[attachment:cobalt.png]]
  • [get | view] (2021-02-25 09:59:56, 4.5 KB) [[attachment:cobalt.xml]]
  • [get | view] (2021-02-25 09:59:56, 389.4 KB) [[attachment:codezone.png]]
  • [get | view] (2021-02-25 09:59:56, 6.5 KB) [[attachment:codezone.xml]]
  • [get | view] (2021-02-25 09:59:56, 68.9 KB) [[attachment:darkmacs.png]]
  • [get | view] (2021-02-25 09:59:56, 4.5 KB) [[attachment:darkmacs.xml]]
  • [get | view] (2021-02-25 09:59:56, 80.8 KB) [[attachment:darkmate.png]]
  • [get | view] (2021-02-25 09:59:56, 5.0 KB) [[attachment:darkmate.xml]]
  • [get | view] (2021-02-25 09:59:56, 132.3 KB) [[attachment:daylight.png]]
  • [get | view] (2021-02-25 09:59:56, 10.3 KB) [[attachment:daylight.xml]]
  • [get | view] (2021-02-25 09:59:56, 61.1 KB) [[attachment:dreamweaver.png]]
  • [get | view] (2021-02-25 09:59:56, 2.6 KB) [[attachment:dreamweaver.xml]]
  • [get | view] (2021-02-25 09:59:56, 123.1 KB) [[attachment:emacs-dark.png]]
  • [get | view] (2021-02-25 09:59:56, 2.9 KB) [[attachment:emacs-dark.xml]]
  • [get | view] (2021-02-25 09:59:56, 79.5 KB) [[attachment:emacs.png]]
  • [get | view] (2021-02-25 09:59:56, 3.1 KB) [[attachment:emacs.xml]]
  • [get | view] (2021-02-25 09:59:56, 125.8 KB) [[attachment:espresso_libre.png]]
  • [get | view] (2021-02-25 09:59:56, 4.9 KB) [[attachment:espresso_libre.xml]]
  • [get | view] (2021-02-25 09:59:56, 103.7 KB) [[attachment:fluffy.png]]
  • [get | view] (2021-02-25 09:59:56, 3.4 KB) [[attachment:fluffy.xml]]
  • [get | view] (2021-02-25 09:59:56, 120.1 KB) [[attachment:greenscreen.png]]
  • [get | view] (2021-02-25 09:59:56, 5.8 KB) [[attachment:greenscreen.xml]]
  • [get | view] (2021-02-25 09:59:56, 0.1 KB) [[attachment:gtksourceview-path.py]]
  • [get | view] (2021-02-25 09:59:56, 127.5 KB) [[attachment:idle.png]]
  • [get | view] (2021-02-25 09:59:56, 3.8 KB) [[attachment:idle.xml]]
  • [get | view] (2021-02-25 09:59:56, 97.4 KB) [[attachment:inkpot.png]]
  • [get | view] (2021-02-25 09:59:56, 5.2 KB) [[attachment:inkpot.xml]]
  • [get | view] (2021-02-25 09:59:56, 160.1 KB) [[attachment:matrix.png]]
  • [get | view] (2021-02-25 09:59:56, 4.0 KB) [[attachment:matrix.xml]]
  • [get | view] (2021-02-25 09:59:56, 134.0 KB) [[attachment:monokai-extended.png]]
  • [get | view] (2021-02-25 09:59:56, 390.8 KB) [[attachment:mustang.png]]
  • [get | view] (2021-02-25 09:59:56, 4.7 KB) [[attachment:mustang.xml]]
  • [get | view] (2021-02-25 09:59:56, 21.6 KB) [[attachment:omega.png]]
  • [get | view] (2021-02-25 09:59:56, 4.5 KB) [[attachment:omega.xml]]
  • [get | view] (2021-02-25 09:59:56, 378.9 KB) [[attachment:slate.png]]
  • [get | view] (2021-02-25 09:59:56, 6.5 KB) [[attachment:slate.xml]]
  • [get | view] (2021-02-25 09:59:56, 131.7 KB) [[attachment:slush_and_poppies.png]]
  • [get | view] (2021-02-25 09:59:56, 4.0 KB) [[attachment:slush_and_poppies.xml]]
  • [get | view] (2021-02-25 09:59:56, 366.6 KB) [[attachment:solarized_light.png]]
  • [get | view] (2021-02-25 09:59:56, 3.6 KB) [[attachment:solarized_light.xml]]
  • [get | view] (2021-02-25 09:59:56, 370.6 KB) [[attachment:tomorrow_night-eighties.png]]
  • [get | view] (2021-02-25 09:59:56, 5.9 KB) [[attachment:tomorrow_night-eighties.xml]]
  • [get | view] (2021-02-25 09:59:56, 90.7 KB) [[attachment:turbo.png]]
  • [get | view] (2021-02-25 09:59:56, 2.2 KB) [[attachment:turbo.xml]]
  • [get | view] (2021-02-25 09:59:56, 136.6 KB) [[attachment:twilight.png]]
  • [get | view] (2021-02-25 09:59:56, 4.3 KB) [[attachment:twilight.xml]]
  • [get | view] (2021-02-25 09:59:56, 136.0 KB) [[attachment:vibrant.png]]
  • [get | view] (2021-02-25 09:59:56, 5.5 KB) [[attachment:vibrant.xml]]
  • [get | view] (2021-02-25 09:59:56, 72.5 KB) [[attachment:vsdark.png]]
  • [get | view] (2021-02-25 09:59:56, 3.2 KB) [[attachment:vsdark.xml]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.