<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2010: Creative Commons Attribution-NonCommercial-
ShareAlike 3.0 Unported License
Author: Robert Perce (<robert.perce@gmail.com>)
This is free software; you can redistribute it and/or modify
it under the terms of the Creative Commons Attribution-Non
Commercial-ShareAlike License as seen at
<http://creativecommons.org/licenses/by-nc-sa/3.0/> provided you
attribute original credit to me; either
verstion 3 of said License or (at your option) any later version.
This software is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This theme is based off the Oblivion theme by, I believe,
Paolo Borelli.
-->
<style-scheme id="custoblivion" _name="Oblivion++" version="1.0">
<author>Robert Perce</author>
<_description>Dark color scheme using a customized version of the Tango color palette</_description>
<!-- Tango Palette -->
<color name="aluminium1" value="#eeeeec"/>
<color name="aluminium2" value="#d3d7cf"/>
<color name="aluminium3" value="#babdb6"/>
<color name="aluminium4" value="#888a85"/>
<color name="aluminium5" value="#555753"/>
<color name="aluminium6" value="#2e3436"/>
<color name="bluealum" value="#52D4FF"/>
<color name="butter1" value="#fce94f"/>
<color name="butter2" value="#edd400"/>
<color name="chameleon1" value="#8ae234"/>
<color name="chameleon2" value="#4e9a06"/>
<color name="grass" value="#CCFE80"/>
<color name="plum" value="#ad7fa8"/>
<color name="scarletred" value="#cc0000"/>
<color name="shallowsea" value="#00A8A3"/>
<color name="skyblue1" value="#729fcf"/>
<!-- Global Settings -->
<style name="text" foreground="aluminium2" background="aluminium6"/>
<style name="selection" foreground="aluminium1" background="aluminium4"/>
<style name="cursor" foreground="aluminium2"/>
<style name="current-line" background="aluminium5"/>
<style name="line-numbers" foreground="aluminium5" background="#black"/>
<style name="draw-spaces" foreground="aluminium4"/>
<!-- Bracket Matching -->
<style name="bracket-match" foreground="aluminium1" background="aluminium3" bold="true"/>
<style name="bracket-mismatch" foreground="aluminium1" background="scarletred" bold="true"/>
<!-- Right Margin -->
<style name="right-margin" foreground="aluminium1" background="aluminium4"/>
<!-- Search Matching -->
<style name="search-match" foreground="aluminium1" background="chameleon2"/>
<!-- Comments -->
<style name="def:comment" foreground="bluealum"/>
<style name="def:shebang" foreground="bluealum" bold="true"/>
<style name="def:doc-comment-element" italic="true"/>
<!-- Constants -->
<style name="def:constant" foreground="butter2"/>
<style name="def:string" foreground="shallowsea"/>
<style name="def:special-char" foreground="grass"/>
<style name="def:special-constant" foreground="grass"/>
<style name="def:floating-point" foreground="grass"/>
<!-- Identifiers -->
<style name="def:identifier" foreground="skyblue1"/>
<!-- Statements -->
<style name="def:statement" foreground="#white" bold="true"/>
<!-- Types -->
<style name="def:type" foreground="chameleon1" bold="true"/>
<!-- Others -->
<style name="def:preprocessor" foreground="plum"/>
<style name="def:error" foreground="aluminium1" background="scarletred" bold="true"/>
<style name="def:note" background="butter1" foreground="aluminium4" bold="true"/>
<style name="def:underlined" italic="true" underline="true"/>
<!-- Language specific -->
<style name="diff:added-line" foreground="butter2"/>
<style name="diff:removed-line" foreground="skyblue1"/>
<style name="diff:changed-line" foreground="plum"/>
<style name="diff:diff-file" foreground="chameleon1" bold="true"/>
<style name="diff:location" foreground="chameleon1"/>
<style name="diff:special-case" foreground="#white" bold="true"/>
</style-scheme>