Advertisement
Guest User

Oblivion++

a guest
Aug 23rd, 2010
680
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.71 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.  
  4. Copyright 2010: Creative Commons Attribution-NonCommercial-
  5. ShareAlike 3.0 Unported License
  6. Author: Robert Perce (<robert.perce@gmail.com>)
  7.  
  8. This is free software; you can redistribute it and/or modify
  9. it under the terms of the Creative Commons Attribution-Non
  10. Commercial-ShareAlike License as seen at
  11. <http://creativecommons.org/licenses/by-nc-sa/3.0/> provided you
  12. attribute original credit to me; either
  13. verstion 3 of said License or (at your option) any later version.
  14.  
  15. This software is distributed in the hope that it will be useful,
  16. but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  18.  
  19. This theme is based off the Oblivion theme by, I believe,
  20. Paolo Borelli.
  21.  
  22. -->
  23.  
  24. <style-scheme id="custoblivion" _name="Oblivion++" version="1.0">
  25.  
  26.   <author>Robert Perce</author>
  27.   <_description>Dark color scheme using a customized version of the Tango color palette</_description>
  28.  
  29.   <!-- Tango Palette -->
  30.   <color name="aluminium1"                  value="#eeeeec"/>
  31.   <color name="aluminium2"                  value="#d3d7cf"/>
  32.   <color name="aluminium3"                  value="#babdb6"/>
  33.   <color name="aluminium4"                  value="#888a85"/>
  34.   <color name="aluminium5"                  value="#555753"/>
  35.   <color name="aluminium6"                  value="#2e3436"/>
  36.   <color name="bluealum"                      value="#52D4FF"/>
  37.   <color name="butter1"                     value="#fce94f"/>
  38.   <color name="butter2"                     value="#edd400"/>
  39.   <color name="chameleon1"                  value="#8ae234"/>
  40.   <color name="chameleon2"                  value="#4e9a06"/>
  41.   <color name="grass"                         value="#CCFE80"/>
  42.   <color name="plum"                        value="#ad7fa8"/>
  43.   <color name="scarletred"                  value="#cc0000"/>
  44.   <color name="shallowsea"                    value="#00A8A3"/>
  45.   <color name="skyblue1"                    value="#729fcf"/>
  46.  
  47.   <!-- Global Settings -->
  48.   <style name="text"                        foreground="aluminium2" background="aluminium6"/>
  49.   <style name="selection"                   foreground="aluminium1" background="aluminium4"/>
  50.   <style name="cursor"                      foreground="aluminium2"/>
  51.   <style name="current-line"                background="aluminium5"/>
  52.   <style name="line-numbers"                foreground="aluminium5" background="#black"/>
  53.   <style name="draw-spaces"                 foreground="aluminium4"/>
  54.  
  55.   <!-- Bracket Matching -->
  56.   <style name="bracket-match"               foreground="aluminium1" background="aluminium3" bold="true"/>
  57.   <style name="bracket-mismatch"            foreground="aluminium1" background="scarletred" bold="true"/>
  58.  
  59.   <!-- Right Margin -->
  60.   <style name="right-margin"                foreground="aluminium1" background="aluminium4"/>
  61.  
  62.   <!-- Search Matching -->
  63.   <style name="search-match"                foreground="aluminium1" background="chameleon2"/>
  64.  
  65.   <!-- Comments -->
  66.   <style name="def:comment"                 foreground="bluealum"/>
  67.   <style name="def:shebang"                 foreground="bluealum" bold="true"/>
  68.   <style name="def:doc-comment-element"     italic="true"/>
  69.  
  70.   <!-- Constants -->
  71.   <style name="def:constant"                foreground="butter2"/>
  72.   <style name="def:string"                  foreground="shallowsea"/>
  73.   <style name="def:special-char"            foreground="grass"/>
  74.   <style name="def:special-constant"        foreground="grass"/>
  75.   <style name="def:floating-point"          foreground="grass"/>
  76.  
  77.   <!-- Identifiers -->
  78.   <style name="def:identifier"              foreground="skyblue1"/>
  79.  
  80.   <!-- Statements -->
  81.   <style name="def:statement"               foreground="#white" bold="true"/>
  82.  
  83.   <!-- Types -->
  84.   <style name="def:type"                    foreground="chameleon1" bold="true"/>
  85.  
  86.   <!-- Others -->
  87.   <style name="def:preprocessor"            foreground="plum"/>
  88.   <style name="def:error"                   foreground="aluminium1" background="scarletred" bold="true"/>
  89.   <style name="def:note"                    background="butter1" foreground="aluminium4" bold="true"/>
  90.   <style name="def:underlined"              italic="true" underline="true"/>
  91.  
  92.   <!-- Language specific -->
  93.   <style name="diff:added-line"             foreground="butter2"/>
  94.   <style name="diff:removed-line"           foreground="skyblue1"/>
  95.   <style name="diff:changed-line"           foreground="plum"/>
  96.   <style name="diff:diff-file"              foreground="chameleon1" bold="true"/>
  97.   <style name="diff:location"               foreground="chameleon1"/>
  98.   <style name="diff:special-case"           foreground="#white" bold="true"/>
  99.  
  100. </style-scheme>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement