Attachment 'codezone.xml'

Download

   1 <?xml version="1.0" encoding="UTF-8"?>
   2 <!--
   3  Copyright (C) 2009 Leandro Silva (http://leandrosilva.com.br)
   4 
   5  This file was generated based on Slate theme created by Alexandre da Silva
   6  with tm2gtksw2 tool (http://github.com/lexrupy/tm2gtksw2).
   7 
   8  This library is free software; you can redistribute it and/or
   9  modify it under the terms of the GNU Library General Public
  10  License as published by the Free Software Foundation; either
  11  version 2 of the License, or (at your option) any later version.
  12 
  13  This library is distributed in the hope that it will be useful,
  14  but WITHOUT ANY WARRANTY; without even the implied warranty of
  15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  16  Library General Public License for more details.
  17 
  18  You should have received a copy of the GNU Library General Public
  19  License along with this library; if not, write to the
  20  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  21  Boston, MA 02111-1307, USA.
  22 -->
  23 
  24 <style-scheme id="codezone" _name="CodeZone" version="1.0">
  25   <author>Leandro Silva</author>
  26   <_description>The CodeZone Theme</_description>
  27 
  28   <!-- Global Settings -->
  29   <style name="selection"         background="#708b99"/>
  30   <style name="text"              foreground="#f8f8f8" background="#2B3033"/>
  31   <style name="cursor"            foreground="#8ba7a7"/>
  32   <style name="current-line"      background="#132733"/>
  33   <style name="line-numbers"      foreground="#f8f8f8" background="#1b3849"/>
  34 
  35   <!-- Bracket Matching -->
  36   <style name="bracket-match" background="#4C4C4C"/>
  37   <style name="bracket-mismatch" background="#4C4C4C" bold="true"/>
  38   <style name="search-match" background="#404040"/>
  39 
  40   <!-- Comments -->
  41   <style name="def:comment" foreground="#808080" italic="true"/>
  42   <style name="def:shebang" foreground="#808080" italic="true"/>
  43   <style name="def:doc-comment-element" foreground="#808080" italic="true"/>
  44 
  45   <!-- Constants and Variables-->
  46   <style name="def:string" foreground="#55e439"/>
  47   <style name="def:constant" foreground="#c455ff" italic="true"/>
  48   <style name="def:character" foreground="#55e439"/>
  49   <style name="def:special-char" foreground="#f8f8f8"/>
  50   <style name="def:special-constant" foreground="#ff3a83" bold="true"/>
  51   <style name="def:boolean" foreground="#ff3a83" bold="true"/>
  52   <style name="def:number" foreground="#ff3a83"/>
  53   <style name="def:base-n-integer" foreground="#ff3a83"/>
  54   <style name="def:decimal" foreground="#ff3a83"/>
  55   <style name="def:complex" foreground="#ff3a83"/>
  56   <style name="def:floating-point" foreground="#fffa3e"/>
  57   <style name="def:keyword" foreground="#efe900" bold="true"/>
  58   <style name="def:builtin" foreground="#efe900" bold="true"/>
  59   <style name="def:variable" foreground="#fb9a4b"/>
  60   <style name="def:instance-variable" foreground="#f27715"/>
  61   <style name="def:class-variable" foreground="#bf957c"/>
  62   <style name="def:identifier" foreground="#fb9a4b"/>
  63   <style name="def:statement" foreground="#fb9a4b"/>
  64   <style name="def:type" foreground="#c455ff" italic="true"/>
  65   <style name="def:error" background="#C80000" foreground="#F0EA20"/>
  66   <style name="def:note" background="#F0EA20" foreground="#C80000"/>
  67   <style name="def:net-address-in-comment" foreground="#fb9a4b"/>
  68   <style name="def:preprocessor" foreground="#ffaa00" bold="true"/>
  69   <style name="def:specials" foreground="#efe900"/>
  70   <style name="def:underlined" underline="true"/>
  71   <style name="def:function" foreground="#ffffff"/>
  72 
  73   <!-- Ruby Styles -->
  74   <style name="ruby:module-handler" foreground="#efe900" bold="true"/>
  75   <style name="ruby:regex" foreground="#ffb454"/>
  76   <style name="ruby:class-definition" foreground="#ffffff" bold="true"/>
  77   <style name="ruby:simple-interpolation" foreground="#ff3a83"/>
  78   <style name="ruby:complex-interpolation" foreground="#ff3a83"/>
  79   <style name="ruby:function-definition" foreground="#ffffff" bold="true"/>
  80   <style name="ruby:special-variable" foreground="#c00f0c"/>
  81   <style name="ruby:predefined-variable" foreground="#9effff"/>
  82   <style name="ruby:global-variable" foreground="#fb9a4b"/>
  83   <style name="ruby:instance-variable" foreground="#f27715"/>
  84   <style name="ruby:class-variable" foreground="#bf957c"/>
  85   <style name="ruby:operators" foreground="#efe900" bold="true"/>
  86   <style name="ruby:symbol" foreground="#009cff"/>
  87 
  88   <!-- YAML Styles -->
  89   <style name="yaml:inner-key" foreground="#ff3a83" bold="true"/>
  90   <style name="yaml:scalar-value" foreground="#55e439"/>
  91 
  92   <!-- Rails Styles -->
  93   <style name="rubyonrails:module-handler" foreground="#efe900" bold="true"/>
  94   <style name="rubyonrails:regex" foreground="#ffb454"/>
  95   <style name="rubyonrails:class-definition" foreground="#ffffff" bold="true"/>
  96   <style name="rubyonrails:simple-interpolation" foreground="#ff3a83"/>
  97   <style name="rubyonrails:complex-interpolation" foreground="#ff3a83"/>
  98   <style name="rubyonrails:function-definition" foreground="#ffffff" bold="true"/>
  99   <style name="rubyonrails:special-variable" foreground="#c00f0c"/>
 100   <style name="rubyonrails:predefined-variable" foreground="#9effff"/>
 101   <style name="rubyonrails:global-variable" foreground="#fb9a4b"/>
 102   <style name="rubyonrails:instance-variable" foreground="#f27715"/>
 103   <style name="rubyonrails:class-variable" foreground="#bf957c"/>
 104   <style name="rubyonrails:operators" foreground="#efe900" bold="true"/>
 105   <style name="rubyonrails:symbol" foreground="#009cff"/>
 106   <style name="rubyonrails:rails" foreground="#bb66ff"/>
 107 
 108   <!-- Diff Settings -->
 109   <style name="diff:added-line" foreground="#f8f8f8" background="#41a83e"/>
 110   <style name="diff:removed-line" foreground="#f8f8f8" background="#d03620"/>
 111   <style name="diff:location" />
 112   <style name="diff:ignore" />
 113   <style name="diff:changed-line" foreground="#ff3a83"/>
 114   <style name="diff:diff-file" foreground="#ffaa00"/>
 115   <style name="diff:special-case" map-to="diff:location"/>
 116 
 117   <!-- SH Styles -->
 118   <style name="sh:others" map-to="text"/>
 119 
 120   <!-- C Styles -->
 121   <style name="c:preprocessor" map-to="def:special-char"/>
 122 
 123   <!-- CSS Styles -->
 124   <style name="css:function" foreground="#fb9a4b"/>
 125   <style name="css:known-property-values" foreground="#ff3a83" bold="true"/>
 126   <style name="css:others-2" foreground="#efe900"/>
 127   <style name="css:others-3"  foreground="#efe900"/>
 128 
 129   <!-- XML Styles -->
 130   <style name="xml:attribute-name" foreground="#efe900"/>
 131   <style name="xml:element-name" foreground="#9effff"/>
 132   <style name="xml:attribute-value" foreground="#55e439"/>
 133   <style name="xml:namespace" foreground="#ff3a83" bold="true"/>
 134   <style name="xml:entity" foreground="#fb9a4b"/>
 135   <style name="html:script" foreground="#efe900"/>
 136 </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.