Advertisement
Guest User

OD theme builder

a guest
Jun 26th, 2015
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.25 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <style-scheme id="origendata" _name="OrigenData" version="1.0">
  4.     <author>Cristian McGrath</author>
  5.     <_description>Tema para builder</_description>
  6.  
  7. <!-- Scribe Theme Generator 1.3 -->
  8.  
  9. <!-- COLORS -->
  10.     <color name="comment_color" value="#7e7880"/>
  11.     <color name="number_color" value="#cf6a4c"/>
  12.     <color name="string_color" value="#e4eb1e"/>
  13.     <color name="boolean_color" value="#bb7ce6"/>
  14.     <color name="keyword_color" value="#56c7b4"/>
  15.     <color name="error_color" value="#cfcfcf"/>
  16.     <color name="text_fg" value="#efefef"/>
  17.     <color name="text_bg" value="#262626"/>
  18.     <color name="line_highlight" value="#000000"/>
  19.  
  20. <!-- Global Settings -->
  21.     <style name="text" foreground="text_fg" background="text_bg" bold="true"/>
  22.     <style name="cursor" foreground="error_color"/>
  23.     <style name="current-line" background="line_highlight"/>
  24.     <style name="line-numbers" foreground="text_bg" background="keyword_color"/>
  25.     <style name="selection" foreground="text_fg" background="keyword_color" bold="true"/>
  26.  
  27. <!-- Bracket Matching -->
  28.     <style name="bracket-match" foreground="text_bg" background="keyword_color"/>
  29.     <style name="bracket-mismatch" background="error_color" italic="true"/>
  30.     <style name="search-match" foreground="comment_color" background="text_fg"/>
  31.  
  32. <!-- Base syntax colors
  33.  
  34. Languages: plain, python, ruby, xml, html, ada, asp, awk, boo, c,
  35. changelog, chdr, cmake, cpp, csharp, css, d, def, desktop, diff,
  36. docbook, dosbatch, dot, dpatch, dtd, eiffel, erlang, forth, fortran,
  37. gap, gtkrc, haddock, haskell, haskell-literate, idl, ini, java,
  38. javascript, latex, libtool, lua, m4, makefile, msil, nermele, nsis,
  39. objc, ocaml, ocl, octave, pascal, perl, php, pkgconfig, po, prolog,
  40. R, rpmspec, scheme, sh, sql, t2t, tcl, texinfo, vala, vbnet, verilog,
  41. vhdl, xslt, yacc
  42.  
  43. -->
  44.  
  45.     <style name="def:string" foreground="string_color"/>
  46.     <style name="def:character" foreground="string_color"/>
  47.     <style name="def:special-char" foreground="string_color"/>
  48.     <style name="def:number" foreground="number_color"/>
  49.     <style name="def:decimal" foreground="number_color"/>
  50.     <style name="def:floating-point" foreground="number_color"/>
  51.     <style name="def:complex" foreground="number_color"/>
  52.     <style name="def:base-n-integer" foreground="number_color"/>
  53.     <style name="def:boolean" foreground="boolean_color"/>
  54.  
  55.     <style name="def:builtin" foreground="keyword_color"/>
  56.     <style name="def:keyword" foreground="keyword_color"/>
  57.     <style name="def:function" foreground="keyword_color"/>
  58.     <style name="def:type" foreground="keyword_color"/>
  59.     <style name="def:preprocessor" foreground="keyword_color"/>
  60.     <style name="def:identifier" foreground="keyword_color"/>
  61.     <style name="def:operator" foreground="keyword_color"/>
  62.     <style name="def:statement" foreground="keyword_color"/>
  63.  
  64.     <style name="def:constant" foreground="keyword_color"/>
  65.     <style name="def:special-constant" foreground="keyword_color"/>
  66.     <style name="def:error" foreground="text_bg" background="error_color" italic="true"/>
  67.  
  68. <!-- Comments -->
  69.  
  70.     <style name="def:comment" foreground="comment_color"/>
  71.     <style name="def:shebang" foreground="comment_color"/>
  72.     <style name="def:doc-comment-element" foreground="comment_color"/>
  73.     <style name="def:note" foreground="comment_color"/>
  74.  
  75. </style-scheme>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement