Attachment 'darkmacs.xml'

Download

   1 <?xml version="1.0" encoding="UTF-8"?>
   2 <!--
   3 
   4  Copyright (C) 2006-2007 Will Farrington <wcfarrington@gmail.com>
   5 
   6  This library is free software; you can redistribute it and/or
   7  modify it under the terms of the GNU Library General Public
   8  License as published by the Free Software Foundation; either
   9  version 2 of the License, or (at your option) any later version.
  10 
  11  This library is distributed in the hope that it will be useful,
  12  but WITHOUT ANY WARRANTY; without even the implied warranty of
  13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  14  Library General Public License for more details.
  15 
  16  You should have received a copy of the GNU Library General Public
  17  License along with this library; if not, write to the
  18  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  19  Boston, MA 02111-1307, USA.
  20 
  21 -->
  22 <style-scheme id="darkmacs" _name="Darkmacs" version="1.0">
  23   <author>Will Farrington and Alexandre Vassalotti</author>
  24   <_description>Color scheme for those of you who like your eyes to not hurt</_description>
  25 
  26 <!-- Colors  -->
  27   <color name="gray20" value="#333333"/>
  28   <color name="gray70" value="#b3b3b3"/>
  29   <color name="white" value="#ffffff"/>
  30   <color name="black" value="#000000"/>
  31   <color name="green" value="#00b200"/>
  32   <color name="aqua" value="#00d8ff"/>
  33   <color name="blue" value="#398EE6"/>
  34   <color name="lightskyblue" value="#87CEFA"/>
  35   <color name="purple" value="#8722c9"/>
  36   <color name="magenta3" value="#cd00cd"/>
  37   <color name="orange" value="#E67321"/>
  38   <color name="carbon" value="#232323"/>
  39   <color name="salmon" value="#fa8072"/>
  40   <color name="steelblue3" value="#4f94cd"/>
  41   <color name="palevioletred2" value="#ee799f"/>
  42   <color name="brown4" value="#8b2323"/>
  43   <color name="red" value="#ff0000"/>
  44 
  45 <!-- Global Settings -->
  46 
  47   <style name="text" foreground="white" background="black"/>
  48   <style name="cursor" foreground="white"/>
  49   <style name="current-line" background="gray20"/>
  50   <style name="line-numbers" foreground="gray70" background="carbon"/>
  51   
  52 <!-- Bracket Matching -->
  53   <style name="bracket-match" background="steelblue3"/>
  54   <style name="bracket-mismatch" background="purple" bold="true"/>
  55   <style name="search-match" foreground="brown4" background="palevioletred2"/>
  56 
  57 <!-- Comments -->
  58   <style name="def:comment" foreground="purple"/>
  59   <style name="def:shebang" foreground="purple" bold="true"/>
  60   <style name="def:doc-comment-element" foreground="green" bold="true"/>
  61 
  62 <!-- Constants and Variables-->
  63   <style name="def:constant" foreground="blue"/>
  64   <style name="def:string" foreground="green" bold="true"/>
  65   <style name="def:special-char" foreground="magenta3"/>
  66   <style name="def:special-constant" foreground="magenta3" bold="true"/>
  67   <style name="def:number" foreground="white"/>
  68   <style name="def:floating-point" foreground="white"/>
  69   <style name="def:keyword" foreground="orange" bold="true"/>
  70   <style name="def:builtin" foreground="lightskyblue"/>
  71   <style name="def:variable" foreground="magenta3"/>
  72   
  73 <!-- Identifiers -->
  74   <style name="def:identifier" foreground="magenta3"/>
  75 
  76 <!-- Statements -->
  77   <style name="def:statement" foreground="lightskyblue"/>
  78 
  79 <!-- Types -->
  80   <style name="def:type" foreground="blue"/>
  81   
  82 <!-- Others -->
  83   <style name="def:error" foreground="white" background="red" bold="true"/>
  84   <style name="def:note" foreground="black" background="orange" bold="true"/>
  85   <style name="def:net-address-in-comment" foreground="blue" italic="true" underline="true"/>
  86   <style name="def:preprocessor" foreground="purple" bold="true"/>
  87     
  88 <!-- Unknown? -->
  89   <style name="def:specials" foreground="white" background="magenta3"/>
  90   <style name="def:boolean" foreground="magenta3" bold="true"/>
  91 
  92 <!-- C Styles -->
  93   <style name="c:preprocessor" foreground="magenta3" map-to="def:special-char"/>
  94 
  95 <!-- Diff Styles -->
  96   <style name="diff:ignore" foreground="gray70"/>
  97 
  98 <!-- Ruby Styles -->
  99   <style name="ruby:module-handler" foreground="blue"/>
 100   <style name="ruby:symbol" foreground="blue"/>
 101   <style name="ruby:special-variable" foreground="orange" bold="true"/>
 102   <style name="ruby:predefined-variable" foreground="magenta3"/>
 103   <style name="ruby:regex" foreground="green"/>
 104 
 105 <!-- SH Styles -->
 106   <style name="sh:function" foreground="salmon"/>
 107   <style name="sh:variable1" foreground="magenta3"/>
 108   <style name="sh:variable2" foreground="magenta3"/>
 109   <style name="sh:others" map-to="text"/>
 110   
 111 <!-- XML Styles -->
 112   <style name="xml:attribute-name" foreground="magenta3"/>
 113   <style name="xml:element-name" foreground="blue"/>
 114 
 115 </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.