Attachment 'vibrant.xml'

Download

   1 <?xml version="1.0" encoding="UTF-8"?>
   2 <!--
   3 
   4   GtkSourceview 2 Theme: Vibrant
   5   Author: Lateef Alabi-Oki <mystilleef@gmail.com>
   6   Version: 0.1
   7   Date: October 10, 2009
   8 
   9   Vibrant colors for your view pleasures. Designed particularly with 
  10   Python in mind but should work well of other source code types. Inspired
  11   by the brown theme for Monodevelop.
  12 
  13 -->
  14 <style-scheme id="vibrant" _name="Vibrant" version="1.0">
  15 	<author>Lateef Alabi-Oki</author>
  16 	<_description>Vibrant colors for your viewing pleasure</_description>
  17 
  18 <!-- ubuntu palette -->
  19 
  20 	<color name="orange_highlight" value="#eec73e"/>
  21 	<color name="orange"           value="#f0a513"/>
  22 	<color name="orange_base"      value="#fb8b00"/>
  23 	<color name="orange_shadow"    value="#f44800"/>
  24 
  25 	<color name="environmental_blue_highlight" value="#aaccee"/>
  26 	<color name="environmental_blue_medium"    value="#6699cc"/>
  27 	<color name="environmental_blue_base"      value="#336699"/>
  28 	<color name="environmental_blue_shadow"    value="#003366"/>
  29 
  30 	<color name="accent_yellow_highlight" value="#fdff99"/>
  31 	<color name="yellow"                  value="#ffff00"/>
  32 	<color name="accent_yellow_base"      value="#fdca01"/>
  33 	<color name="accent_yellow_shadow"    value="#986601"/>
  34 
  35 	<color name="accent_blue_highlight" value="#b3defd"/>
  36 	<color name="accent_blue"           value="#0197fd"/>
  37 	<color name="accent_blue_base"      value="#0169c9"/>
  38 	<color name="accent_blue_shadow"    value="#013397"/>
  39 
  40 	<color name="accent_orange"   value="#f44800"/>
  41 	<color name="pure_red"   value="#ff0000"/>
  42 	<color name="accent_red"      value="#fd3301"/>
  43 	<color name="accent_red_base" value="#d40000"/>
  44 	<color name="accent_deep_red" value="#980101"/>
  45 
  46 	<color name="accent_green_highlight" value="#ccff99"/>
  47 	<color name="accent_green"           value="#98fc66"/>
  48 	<color name="accent_green_base"      value="#339900"/>
  49 	<color name="accent_green_shadow"    value="#015a01"/>
  50 
  51 	<color name="human_highlight"      value="#fdd99b"/>
  52 	<color name="human"                value="#d9bb7a"/>
  53 	<color name="human_base"           value="#816647"/>
  54 	<color name="environmental_shadow" value="#565248"/>
  55 
  56 	<color name="ubuntu_toner"             value="#002b3d"/>
  57 	<color name="accent_magenta_highlight" value="#ff9bff"/>
  58 	<color name="accent_magenta"           value="#ff00ff"/>
  59 	<color name="accent_dark_violet"       value="#6600cc"/>
  60 
  61 	<color name="white" value="#ffffff"/>
  62 	<color name="black" value="#000000"/>
  63 	<color name="text_fg" value="#4d4d4d"/>
  64 	<color name="number_color" value="#0000FF"/>
  65 	<!--color name="comment_color" value="#7F7F7F"/-->
  66 	<color name="comment_color" value="#ff0000"/>
  67 
  68 <!-- Global Settings -->
  69 
  70 	<style name="text" foreground="text_fg" background="white"/>
  71 	<style name="cursor" foreground="accent_deep_red" bold="true"/> <!-- Does not work -->
  72 	<style name="current-line" background="accent_yellow_highlight"/>
  73 	<style name="line-numbers" foreground="text_fg" background="human_highlight"/>
  74 
  75 <!-- Bracket Matching -->
  76 
  77 	<style name="bracket-match" foreground="environmental_blue_medium" background="environmental_blue_highlight"/>
  78 	<style name="bracket-mismatch" background="dark_maroon" bold="true"/>
  79 	<style name="search-match" foreground="yellow"/>
  80 
  81 <!-- Syntax color for styles
  82 
  83 Languages: plain, python, ruby, xml, html, ada, asp, awk, boo, c,
  84 changelog, chdr, cmake, cpp, csharp, css, d, def, desktop, diff,
  85 docbook, dosbatch, dot, dpatch, dtd, eiffel, erlang, forth, fortran,
  86 gap, gtkrc, haddock, haskell, haskell-literate, idl, ini, java,
  87 javascript, latex, libtool, lua, m4, makefile, msil, nermele, nsis,
  88 objc, ocaml, ocl, octave, pascal, perl, php, pkgconfig, po, prolog,
  89 R, rpmspec, scheme, sh, sql, t2t, tcl, texinfo, vala, vbnet, verilog,
  90 vhdl, xslt, yacc
  91 
  92 -->
  93 
  94 	<style name="def:string" foreground="accent_blue_base"/>
  95 	<style name="def:character" foreground="accent_blue_base"/>
  96 	<style name="def:special-char" foreground="accent_blue" bold="true"/>
  97 	<style name="def:number" foreground="accent_yellow_shadow"/>
  98 	<style name="def:decimal" foreground="accent_yellow_shadow"/>
  99 	<style name="def:floating-point" foreground="accent_dark_violet"/>
 100 	<style name="def:complex" foreground="environmental_blue_base" bold="true"/>
 101 	<style name="def:base-n-integer" foreground="black" bold="true"/>
 102 	<style name="def:boolean" foreground="accent_orange" bold="true"/>
 103 
 104 	<style name="def:identifier" foreground="accent_green_base" bold="true"/>
 105 	<style name="def:type" foreground="ubuntu_toner" bold="true"/>
 106 	<style name="def:operator" foreground="ubuntu_toner" bold="true"/>
 107 	<style name="def:keyword" foreground="accent_deep_red" bold="true"/>
 108 	<style name="def:builtin" foreground="human_base" bold="true"/>
 109 	<style name="def:function" foreground="human_base" bold="true"/>
 110 	<style name="def:preprocessor" foreground="accent_dark_violet" bold="true"/>
 111 	<style name="def:statement" foreground="accent_red_base" bold="true" italic="true"/>
 112 
 113 	<style name="def:constant" foreground="black" bold="true"/>
 114 	<style name="def:special-constant" foreground="accent_orange" bold="true"/>
 115 	<style name="def:note" foreground="accent_magenta" bold="true"/>
 116 	<style name="def:error" foreground="accent_red_base" background="black" bold="true"/>
 117 
 118 
 119 <!-- Comments -->
 120 
 121 	<style name="def:comment" foreground="accent_red" italic="true"/>
 122 	<style name="def:shebang" foreground="accent_red" italic="true"/>
 123 	<style name="def:doc-comment-element" foreground="accent_red" italic="true"/>
 124 
 125 <!-- Python Styles -->
 126 
 127 	<style name="string-conversion" foreground="accent_blue" italic="true"/>
 128 
 129 <!-- XML/HTML Styles Override -->
 130 
 131 	<style name="xml:attribute-name" foreground="accent_deep_red" bold="true"/>
 132 
 133 </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.