Advertisement
Guest User

Vim Stylin'

a guest
Aug 23rd, 2010
680
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.87 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. -->
  20.  
  21. <style-scheme id='vim_stylin' _name="Vim Stylin'" version='1.0'>
  22.  
  23.   <author>Robert Perce</author>
  24.   <_description>Dark color scheme based on vim color interpretations</_description>
  25.  
  26.    <!-- Color Palette -->
  27.    <color name='butter1'            value='#fce94f'/>
  28.    <color name='butter2'            value='#edd400'/>
  29.    <color name='chameleon1'         value='#8ae234'/>
  30.    <color name='chameleon3'         value='#4e9a06'/>
  31.    <color name='skyblue'            value='#729fcf'/>
  32.    <color name='plum'               value='#ad7fa8'/>
  33.    <color name='scarletred'         value='#cc0000'/>
  34.    <color name='aluminium1'         value='#eeeeec'/>
  35.    <color name='aluminium2'         value='#d3d7cf'/>
  36.    <color name='aluminium3'         value='#babdb6'/>
  37.    <color name='aluminium4'         value='#888a85'/>
  38.    <color name='aluminium5'         value='#555753'/>
  39.    <color name='sky'                value='#80fef8'/>
  40.    <color name='leaf'               value='#00e904'/>
  41.    <color name='clot'               value='#B62828'/>
  42.    <color name='sheet'              value='#3c4282'/>
  43.    <color name='cloud'              value='#d1d0dc'/>
  44.    <color name='blood'              value='#cc0000'/>
  45.    <color name='steel'              value='#9f9f9f'/>
  46.    <color name='easter'             value='#00e9e6'/>
  47.    <color name='barbie'             value='#ef1cd6'/>
  48.    <color name='flower'             value='#d6d825'/>
  49.    <color name='comblue'            value='#1c1cd8'/>
  50.    <color name='plastique'          value='#c4c4c4'/>
  51.  
  52.   <!-- Global Settings -->
  53.   <style name='text'                        foreground='cloud' background='#black'/>
  54.   <style name='selection'                   foreground='aluminium1' background='aluminium4'/>
  55.   <style name='cursor'                      foreground='aluminium2'/>
  56.   <style name='current-line'                background='aluminium5'/>
  57.   <style name='line-numbers'                foreground='clot' background='#black'/>
  58.   <style name='draw-spaces'                 foreground='aluminium4'/>
  59.  
  60.   <!-- Bracket Matching -->
  61.   <style name='bracket-match'               foreground='aluminium1' background='aluminium3' bold='true'/>
  62.   <style name='bracket-mismatch'            foreground='aluminium1' background='scarletred' bold='true'/>
  63.  
  64.   <!-- Right Margin -->
  65.   <style name='right-margin'                foreground='#white' background='plastique'/>
  66.  
  67.   <!-- Search Matching -->
  68.   <style name='search-match'                foreground='aluminium1' background='chameleon3'/>
  69.  
  70.   <!-- Comments -->
  71.   <style name='def:comment'                 foreground='comblue'/>
  72.   <style name='def:shebang'                 foreground='comblue' bold='true'/>
  73.   <style name='def:doc-comment-element'     italic='true'/>
  74.  
  75.   <!-- Constants -->
  76.   <style name='def:constant'                foreground='butter2'/>
  77.   <style name='def:string'                  foreground='blood'/>
  78.   <style name='def:special-char'            foreground='barbie'/>
  79.   <style name='def:special-constant'        foreground='sky'/>
  80.   <style name='def:floating-point'          foreground='sky'/>
  81.  
  82.   <!-- Identifiers -->
  83.   <style name='def:identifier'              foreground='easter'/>
  84.  
  85.   <!-- Statements -->
  86.   <style name='def:statement'               foreground='flower'/>
  87.  
  88.   <!-- Types -->
  89.   <style name='def:type'                    foreground='leaf'/>
  90.  
  91.   <!-- Others -->
  92.   <style name='def:preprocessor'            foreground='plum'/>
  93.   <style name='def:error'                   foreground='aluminium1' background='scarletred' bold='true'/>
  94.   <style name='def:note'                    background='butter1' foreground='aluminium4' bold='true'/>
  95.   <style name='def:underlined'              italic='true' underline='true'/>
  96.  
  97.   <!-- Language specific -->
  98.   <style name='diff:added-line'             foreground='butter2'/>
  99.   <style name='diff:removed-line'           foreground='skyblue'/>
  100.   <style name='diff:changed-line'           foreground='plum'/>
  101.   <style name='diff:diff-file'              foreground='chameleon1' bold='true'/>
  102.   <style name='diff:location'               foreground='chameleon1'/>
  103.   <style name='diff:special-case'           foreground='#white' bold='true'/>
  104.  
  105. </style-scheme>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement