Attachment 'inkpot.xml'

Download

   1 <?xml version="1.0" encoding="UTF-8"?>
   2 <!--
   3 
   4  Copyright (C) 2011 Campbell Barton
   5  Author: Campbell Barton <ideasman42@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 
  24 <style-scheme id="inkpot" _name="InkPot" version="1.0">
  25   <author>Campbell Barton (ideasman42)</author>
  26   <_description>Color scheme based on vim's inkpot scheme</_description>
  27 
  28   <!-- original colors from: https://raw.github.com/ciaranm/inkpot/master/colors/inkpot.vim  -->
  29 
  30   <!-- InkPot Palette -->
  31   <color name="White"                       value="#ffffff"/>
  32   <color name="PurpleDeep"                  value="#1e1e27"/>
  33   <color name="PurpleMid"                   value="#4e4e8f"/>
  34   <color name="PurpleLight"                 value="#8b8bff"/>
  35   <color name="GreyDark"                    value="#2e2e2e"/>
  36   <color name="GreyDark2"                   value="#303030"/>
  37   <color name="GreyLight"                   value="#cfbfad"/>
  38   <color name="BrownMid"                    value="#404040"/>
  39   <color name="OrangeBright"                value="#cd8b00"/>
  40   <color name="OrangeLight"                 value="#f0ad6d"/>
  41   <color name="OrangePale"                  value="#ffcd8b"/>
  42   <color name="OrangePaleMid"               value="#cd8b60"/>
  43   <color name="PinkLight"                   value="#ff8bff"/>
  44   <color name="PinkMid"                     value="#c080d0"/>
  45   <color name="GreenDeep"                   value="#409090"/>
  46   <color name="BlueLight"                   value="#808bed"/>
  47   <color name="BluePale"                    value="#8b8bcd"/>
  48   <color name="RedPale"                     value="#ce4e4e"/>
  49   <color name="RedDeep"                     value="#8b0000"/>
  50 
  51   <!-- InkPot Additions for GEdit -->
  52     <!-- 5 shades lighter then PurpleDeep for current line -->
  53   <color name="PurpleDeepTint"              value="#272733"/>
  54 
  55 
  56   <!-- Global Settings -->
  57   <style name="text" foreground="GreyLight" background="PurpleDeep"/>
  58   <style name="selection" foreground="#white" background="PurpleMid"/>
  59   <style name="cursor" foreground="PurpleLight"/>
  60   <style name="current-line" background="PurpleDeepTint"/> 
  61   <style name="line-numbers" foreground="BluePale" background="GreyDark"/>
  62 
  63   <!-- Bracket Matching -->
  64   <style name="bracket-match" foreground="GreyLight" background="PurpleMid"/>
  65   <!-- not included in original inkpot -->
  66   <style name="bracket-mismatch" foreground="GreyLight" background="RedPale"/>
  67 
  68   <!-- Right Margin -->
  69   <style name="right-margin"                background="RedDeep"/>
  70 
  71   <!-- Search Matching -->
  72   <style name="search-match" foreground="GreyDark2" background="OrangePaleMid" bold="true"/>
  73 
  74   <!-- Comments -->
  75   <style name="def:comment" foreground="OrangeBright"/>
  76   <!-- not bold in original inkpot -->
  77   <style name="def:shebang" foreground="OrangeBright" bold="true"/>
  78   <!-- not italic in original inkpot -->
  79   <style name="def:doc-comment-element" italic="true"/>
  80 
  81   <!-- Constants -->
  82   <style name="def:constant" foreground="OrangeLight"/>
  83   <style name="def:base-n-integer" foreground="OrangeLight"/>
  84   <style name="def:complex" foreground="OrangeLight"/>
  85   <style name="def:decimal" foreground="OrangeLight"/>
  86 
  87   <style name="def:string" foreground="OrangePale" background="BrownMid"/>
  88   <style name="def:special-char" foreground="PinkMid"/>
  89   <style name="def:special-constant" foreground=""/>
  90   <style name="def:floating-point" foreground="OrangeLight"/>
  91   <style name="def:function" foreground="bright-blue"/>
  92 
  93   <!-- Identifiers -->
  94   <style name="def:identifier" foreground="PinkLight"/>
  95 
  96   <!-- Statements -->
  97   <style name="def:statement" foreground="BlueLight" bold="false"/>
  98 
  99   <!-- Types -->
 100   <style name="def:type" foreground="PinkLight" bold="false"/>
 101 
 102   <!-- Others -->
 103   <style name="def:keyword" foreground="BlueLight" bold="false"/> 
 104   <style name="def:preprocessor" foreground="GreenDeep"/>
 105   <style name="def:error" foreground="White" background="RedPale" bold="false"/>
 106   <style name="def:underlined" italic="true" underline="true"/> <!-- TODO -->
 107   <style name="latex:display-math" foreground="#slate blue" bold="false"/>  <!-- TODO -->
 108 
 109   <!-- Language specific -->
 110   <style name="diff:added-line"             foreground="PinkLight"/>
 111   <style name="diff:removed-line"           foreground="OrangeBright"/> <!-- in gvim added and removed are the same, but this is not too useful, use commented color for removed lines  -->
 112   <style name="diff:changed-line"           foreground="#00FFFF"/>
 113   <style name="diff:diff-file"              foreground="GreenDeep" bold="true"/> 
 114   <style name="diff:location"               foreground="BlueLight"/> 
 115   <style name="diff:special-case"           foreground="#FFFF00" bold="true"/>
 116 
 117 </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.