<?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.
-->
<style-scheme id='vim_stylin' _name="Vim Stylin'" version='1.0'>
<author>Robert Perce</author>
<_description>Dark color scheme based on vim color interpretations</_description>
<!-- Color Palette -->
<color name='butter1' value='#fce94f'/>
<color name='butter2' value='#edd400'/>
<color name='chameleon1' value='#8ae234'/>
<color name='chameleon3' value='#4e9a06'/>
<color name='skyblue' value='#729fcf'/>
<color name='plum' value='#ad7fa8'/>
<color name='scarletred' value='#cc0000'/>
<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='sky' value='#80fef8'/>
<color name='leaf' value='#00e904'/>
<color name='clot' value='#B62828'/>
<color name='sheet' value='#3c4282'/>
<color name='cloud' value='#d1d0dc'/>
<color name='blood' value='#cc0000'/>
<color name='steel' value='#9f9f9f'/>
<color name='easter' value='#00e9e6'/>
<color name='barbie' value='#ef1cd6'/>
<color name='flower' value='#d6d825'/>
<color name='comblue' value='#1c1cd8'/>
<color name='plastique' value='#c4c4c4'/>
<!-- Global Settings -->
<style name='text' foreground='cloud' background='#black'/>
<style name='selection' foreground='aluminium1' background='aluminium4'/>
<style name='cursor' foreground='aluminium2'/>
<style name='current-line' background='aluminium5'/>
<style name='line-numbers' foreground='clot' 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='#white' background='plastique'/>
<!-- Search Matching -->
<style name='search-match' foreground='aluminium1' background='chameleon3'/>
<!-- Comments -->
<style name='def:comment' foreground='comblue'/>
<style name='def:shebang' foreground='comblue' bold='true'/>
<style name='def:doc-comment-element' italic='true'/>
<!-- Constants -->
<style name='def:constant' foreground='butter2'/>
<style name='def:string' foreground='blood'/>
<style name='def:special-char' foreground='barbie'/>
<style name='def:special-constant' foreground='sky'/>
<style name='def:floating-point' foreground='sky'/>
<!-- Identifiers -->
<style name='def:identifier' foreground='easter'/>
<!-- Statements -->
<style name='def:statement' foreground='flower'/>
<!-- Types -->
<style name='def:type' foreground='leaf'/>
<!-- 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='skyblue'/>
<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>