Attachment 'greenscreen.xml'

Download

   1 <?xml version="1.0" encoding="UTF-8"?>
   2 
   3 <!--
   4 
   5   Version 2.0
   6 
   7   Copyright (C) 2009 Holger Koch
   8   Author: Holger Koch <http://www.zentralplan.de/kontakt>
   9 
  10   This script is free software; you can redistribute it and/or
  11   modify it under the terms of the GNU General Public License
  12   as published by the Free Software Foundation; either
  13   version 2 of the License, or (at your option) any later version.
  14 
  15   This script is distributed in the hope that it will be useful,
  16   but WITHOUT ANY WARRANTY; without even the implied warranty of
  17   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  18   Library General Public License for more details.
  19 
  20   You should have received a copy of the GNU General Public License
  21   along with this library; if not, write to the
  22   Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  23   Boston, MA 02111-1307, USA.
  24 
  25 -->
  26 
  27 <style-scheme id="greenscreen" _name="GreenScreen" version="1.0">
  28 
  29   <author>Holger Koch</author>
  30   <_description>Good for XML/PHP at night</_description>
  31 
  32   <color name="White"                       value="#FFFFFF"/>
  33   <color name="BrightGrey"                  value="#DDDDDD"/> <!-- 221/221/221 -->
  34   <color name="Grey"                        value="#BBBBBB"/> <!-- 187/187/187 -->
  35   <color name="Black"                       value="#000000"/> <!-- 0/0/0 -->
  36   <color name="PetrolGrey"                  value="#669988"/>
  37   <color name="GreenBlack"                  value="#223322"/> <!-- 34/51/34 -->
  38   <color name="GreenGrey"                   value="#334433"/> <!-- 51/68/51 -->
  39   <color name="Green"                       value="#99EE00"/> <!-- 153/238/0 -->
  40   <color name="GreenYellow"                 value="#CCFF88"/>
  41   <color name="Yellow"                      value="#FFFF00"/>
  42   <color name="DarkYellow"                  value="#EEEE66"/> <!-- 238/238/102 -->
  43   <color name="Orange"                      value="#FFCC00"/> <!-- 255/204/0 -->
  44   <color name="Blue"                        value="#99CCFF"/> <!-- 153/204/255 -->
  45   <color name="Red"                         value="#DD2200"/> <!-- 221/34/0 -->
  46   <color name="LightRed"                    value="#EE5533"/> <!-- 238/85/51 -->
  47   <color name="BrightRed"                   value="#EE7766"/> <!-- 238/119/102 -->
  48   <color name="Purple"                      value="#EE99FF"/> <!-- 238/153/255 -->
  49   <color name="DeepPurple"                  value="#DD66EE"/>
  50   <color name="unknown"                     value="#FF88FF"/>
  51 
  52   <!-- General -->
  53   <style name="text"                        foreground="White" background="GreenBlack"/>   <!-- main font and canvas -->
  54   <style name="selection"                   foreground="Black" background="Orange"/>       <!-- selected text -->
  55   <style name="cursor"                      foreground="White"/>                           <!-- cursor -->
  56   <style name="current-line"                background="Black"/>                           <!-- current line background -->
  57   <style name="line-numbers"                foreground="Black" background="Grey"/>         <!-- line numbers -->
  58 
  59   <!-- Matching -->
  60   <style name="bracket-match"               foreground="White" background="Red" bold="true"/>  <!-- matching brackets -->
  61   <style name="search-match"                foreground="Black" background="Blue"/>             <!-- search results -->
  62 
  63   <!-- Comments -->
  64   <style name="def:comment"                 foreground="BrightGrey" background="GreenGrey" italic="true"/>  <!-- comments -->
  65   <style name="def:note"                    foreground="LightRed" bold="true" italic="false"/>              <!-- TODO -->
  66   <style name="def:preprocessor"            foreground="Purple"/>                                           <!-- <!DOCTYPE &nbsp; -->
  67   <style name="def:error"                   foreground="Yellow" background="Red" bold="true"/>              <!-- error -->
  68   <style name="def:underlined"              underline="false"/>
  69 
  70   <!-- Values -->
  71   <style name="def:decimal"                 foreground="Purple" bold="true"/>       <!-- integers -->
  72   <style name="def:floating-point"          foreground="Purple" bold="true"/>       <!-- floats -->
  73   <style name="def:boolean"                 foreground="Purple" bold="true"/>       <!-- TRUE; FALSE -->
  74   <style name="def:base-n-integer"          foreground="Blue" bold="true"/>         <!-- chmod 0644 -->
  75   <style name="def:string"                  foreground="Green"/>                    <!-- "strings" -->
  76   <style name="def:special-char"            foreground="BrightRed" bold="true"/>    <!-- \r\n -->
  77 
  78   <!-- Identifiers -->
  79   <style name="def:identifier"              foreground="Blue"/>                <!-- $var[] -->
  80   <style name="def:keyword"                 foreground="Orange" bold="true"/>  <!-- echo; while; etc. -->
  81   <style name="def:type"                    foreground="Orange"/>              <!-- array -->
  82   <style name="def:statement"               foreground="DarkYellow"/>          <!-- !=&&(),.;+-*/<> -->
  83   <style name="def:function"                foreground="Blue"/>                <!-- CSS :hover url() -->
  84 
  85   <!-- Alien -->
  86   <style name="def:shebang"                 foreground="BrightRed" bold="true"/>                <!-- shebang -->
  87   <style name="def:builtin"                 foreground="Blue" italic="true"/>                   <!-- pearl commands -->
  88   <style name="def:constant"                foreground="BrightRed" bold="true" italic="true"/>  <!-- certain integers -->
  89   <style name="def:special-constant"        foreground="Blue" italic="true"/>                   <!-- gtkrc bg[NORMAL] -->
  90   
  91   <!-- Unknown -->
  92   <style name="bracket-mismatch"            background="unknown" italic="true"/>
  93   <style name="def:doc-comment-element"     background="unknown" italic="true"/>
  94   <style name="def:complex"                 background="unknown" italic="true"/>
  95   <style name="def:character"               background="unknown" italic="true"/>
  96  
  97 </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.