Attachment 'darkmate.xml'

Download

   1 <?xml version="1.0" encoding="UTF-8"?>
   2 <!--
   3 
   4  Copyright (C) 2006-2007 GtkSourceView team
   5  Author: Luigi Maselli <luigix_@t_gmail_com>
   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 -->
  23 <style-scheme id="darkmate" _name="Darkmate" version="1.0">
  24   <author>Luigi Maselli</author>
  25   <_description>Color scheme Darkmate, for dark backgrounds</_description>
  26 
  27 <!--
  28         Colors from the Darkmate palette. See it in action on http://grigio.org/files/darkmate.png
  29 -->
  30   <color name="gray" value="#bbbbbb"/>
  31   <color name="white" value="#eeeeee"/>
  32   <color name="yellow" value="#fce94f"/>
  33   <color name="lime" value="#96ff00"/>
  34   <color name="green" value="#00c900"/>
  35   <color name="alga" value="#00c99b"/>
  36   <color name="aqua" value="#00d8ff"/>
  37   <color name="cyan" value="#009cff"/>
  38   <color name="violet" value="#9e91ff"/>
  39   <color name="purple" value="#bb66ff"/>
  40   <color name="fuchsia" value="#ff44cc"/>
  41   <color name="magenta" value="#ff79d9"/>
  42   <color name="red" value="#ff2f6a"/>
  43   <color name="orange" value="#ff6100"/>
  44   <color name="ambra" value="#ff9900"/>
  45   <color name="asfalto" value="#555753"/>
  46   <color name="carbon" value="#232323"/>
  47 
  48 <!--
  49         GUI styles 
  50 -->
  51   <style name="text" foreground="white" background="carbon"/>
  52   <style name="selection" background="asfalto"/>
  53   <style name="selection-unfocused" foreground="white" background="gray"/>
  54   <style name="cursor" foreground="white"/>
  55   <style name="secondary-cursor" foreground="magenta"/>
  56   <style name="current-line" background="#black"/>
  57   <style name="line-numbers" foreground="asfalto" background="gray"/>
  58   <style name="bracket-match" foreground="white" background="purple" bold="true"/>
  59   <style name="bracket-mismatch" foreground="white" background="magenta" bold="true"/>
  60   <style name="search-match" foreground="carbon" background="yellow"/>
  61 
  62 <!--
  63         Default styles 
  64 -->
  65   <style name="def:keyword" foreground="ambra" bold="true"/>
  66   <style name="def:statement" foreground="alga"/>
  67   <style name="def:function" foreground="violet"/>
  68   <style name="def:preprocessor" foreground="white" bold="true"/>
  69   <style name="def:type" foreground="cyan"/>
  70   
  71   <style name="def:character" foreground="ambra"/>
  72 
  73   <style name="def:comment" foreground="asfalto"/>
  74   <style name="def:number" foreground="yellow"/>
  75   <style name="def:string" foreground="lime"/>
  76   <style name="def:net-address-in-comment" foreground="violet" italic="true" underline="true"/>
  77   <style name="def:underlined" italic="true" underline="true"/>
  78   <style name="def:note" foreground="white" background="fuchsia" bold="true"/>
  79   <style name="def:error" background="red" bold="true"/>
  80   <style name="def:escape" foreground="violet"/>
  81   <style name="def:shebang" foreground="alga" bold="true"/>
  82   <style name="def:doc-comment-element" italic="true"/>
  83   <style name="def:identifier" foreground="green" bold="true"/>
  84 
  85   <style name="def:specials" foreground="white" background="magenta"/>
  86   
  87   <style name="def:variable" foreground="cyan"/>
  88   <style name="def:boolean" foreground="fuchsia" bold="true"/>
  89   <style name="def:constant" foreground="yellow"/>
  90   <style name="def:special-constant" foreground="fuchsia" bold="true"/>
  91 
  92    
  93 <!--
  94         Language specific styles 
  95 -->
  96 <!--  <style name="ruby:keyword"                foreground="ambra" bold="true"/> -->
  97   <style name="ruby:comment" foreground="magenta"/>
  98   <style name="ruby:attribute-definition" foreground="white" bold="true"/>
  99   <style name="ruby:module-handler" foreground="white" bold="true"/>
 100   <style name="ruby:builtin" foreground="yellow" bold="true"/>
 101   <style name="ruby:special-variable" foreground="fuchsia" bold="true"/>
 102   <style name="ruby:predefined-variable" foreground="aqua" bold="true"/>
 103 <!--  <style name="ruby:variable"               foreground="green" bold="true"/> -->
 104   <style name="ruby:symbol" foreground="cyan"/>
 105   <style name="ruby:regex" foreground="fuchsia" bold="true"/>
 106   <style name="ruby:constant" foreground="yellow"/>
 107 <!--  <style name="ruby:nil-value"              foreground="fuchsia" bold="true"/> -->
 108 <!--  <style name="ruby:boolean"                foreground="fuchsia" bold="true"/> -->
 109 
 110   <style name="diff:added-line" foreground="lime"/>
 111   <style name="diff:removed-line" foreground="magenta"/>
 112   <style name="diff:changed-line" foreground="ambra"/>
 113   <style name="diff:special-case" use-style="def:string"/>
 114   <style name="diff:location" use-style="def:keyword"/>
 115 
 116 </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.