<?xml version="1.0" encoding="UTF-8"?>
<!--
  Name:
    Base16 Atelier Dune Light

  Credits:
    Original Base16 color schemes by Chris Kempson
    gedit template by Jan T. Sott

  Installation:
    Copy style to the respective directories, replace GTK version if necessary!

    Linux:
      /usr/share/gtksourceview-2.0/language-specs
    Mac OS X (MacPorts):
      /opt/local/share/gtksourceview-2.0/language-specs
    Windows:
      %PROGRAMFILES%\gedit\share\gtksourceview-2.0\styles

  Base16 Project:
    https://github.com/chriskempson/base16
-->

<style-scheme id="base16-atelierdune-light" _name="Base16 Atelier Dune Light" version="1.0">
  
  <!-- Meta -->
  <author>Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune)</author>
  <_description>Base16 Atelier Dune Light</_description>

  <!-- Palette -->
  <color name="base00" value="#20201d"/>
  <color name="base01" value="#292824"/>
  <color name="base02" value="#6e6b5e"/>
  <color name="base03" value="#7d7a68"/>
  <color name="base04" value="#999580"/>
  <color name="base05" value="#a6a28c"/>
  <color name="base06" value="#e8e4cf"/>
  <color name="base07" value="#fefbec"/>
  <color name="base08" value="#d73737"/>
  <color name="base09" value="#b65611"/>
  <color name="base0A" value="#ae9513"/>
  <color name="base0B" value="#60ac39"/>
  <color name="base0C" value="#1fad83"/>
  <color name="base0D" value="#6684e1"/>
  <color name="base0E" value="#b854d4"/>
  <color name="base0F" value="#d43552"/>

  <!-- Styles -->
  <style name="bracket-match" background="base06" bold="true"/>
  <style name="bracket-mismatch" background="base06" underline="true"/>
  <style name="css:at-rules" foreground="base0E"/>
  <style name="css:color" foreground="base02"/>
  <style name="css:keyword" foreground="base0A"/>
  <style name="current-line" background="base06"/>
  <style name="cursor" foreground="base04"/>
  <style name="def:base-n-integer" foreground="base09"/>
  <style name="def:boolean" foreground="base09"/>
  <style name="def:builtin" foreground="base09"/>
  <style name="def:character" foreground="base09"/>
  <style name="def:comment" foreground="base03"/>
  <style name="def:complex" foreground="base09"/>
  <style name="def:decimal" foreground="base09"/>
  <style name="def:doc-comment" foreground="base03"/>
  <style name="def:doc-comment-element" foreground="base03"/>
  <style name="def:error" foreground="base07" background="base08"/>
  <style name="def:floating-point" foreground="base09"/>
  <style name="def:function" foreground="base0D"/>
  <style name="def:identifier" foreground="base08"/>
  <style name="def:keyword" foreground="base0E"/>
  <style name="def:note" foreground="base03"/>
  <style name="def:number" foreground="base09"/>
  <style name="def:operator" foreground="base0C"/>
  <style name="def:preprocessor" foreground="base09"/>
  <style name="def:reserved" foreground="base0E"/>
  <style name="def:shebang" foreground="base03"/>
  <style name="def:special-char" foreground="base09"/>
  <style name="def:special-constant" foreground="base09"/>
  <style name="def:statement" foreground="base0E"/>
  <style name="def:string" foreground="base0B"/>
  <style name="def:type" foreground="base0A"/>
  <style name="draw-spaces" foreground="base05"/>
  <style name="html:dtd" foreground="base0B"/>
  <style name="html:tag" foreground="base08"/>
  <style name="js:function" foreground="base0D"/>
  <style name="line-numbers" foreground="base01" background="base06"/>
  <style name="perl:builtin" foreground="base0D"/>
  <style name="perl:include-statement" foreground="base0E"/>
  <style name="perl:special-variable" foreground="base09"/>
  <style name="perl:variable" foreground="base08"/>
  <style name="php:string" foreground="base0B"/>
  <style name="python:builtin-constant" foreground="base0E"/>
  <style name="python:builtin-function" foreground="base0D"/>
  <style name="python:module-handler" foreground="base0E"/>
  <style name="python:special-variable" foreground="base0E"/>
  <style name="ruby:attribute-definition" foreground="base0E"/>
  <style name="ruby:builtin" foreground="base08"/>
  <style name="ruby:class-variable" foreground="base08"/>
  <style name="ruby:constant" foreground="base08"/>
  <style name="ruby:global-variable" foreground="base0D"/>
  <style name="ruby:instance-variable" foreground="base08"/>
  <style name="ruby:module-handler" foreground="base0E"/>
  <style name="ruby:predefined-variable" foreground="base09"/>
  <style name="ruby:regex" foreground="base08"/>
  <style name="ruby:special-variable" foreground="base0E"/>
  <style name="ruby:symbol" foreground="base0B"/>
  <style name="rubyonrails:attribute-definition" foreground="base0E"/>
  <style name="rubyonrails:block-parameter" foreground="base09"/>
  <style name="rubyonrails:builtin" foreground="base08"/>
  <style name="rubyonrails:class-inherit" foreground="base0B"/>
  <style name="rubyonrails:class-name" foreground="base0A"/>
  <style name="rubyonrails:class-variable" foreground="base08"/>
  <style name="rubyonrails:complex-interpolation" foreground="base09"/>
  <style name="rubyonrails:constant" foreground="base08"/>
  <style name="rubyonrails:global-variable" foreground="base0D"/>
  <style name="rubyonrails:instance-variable" foreground="base08"/>
  <style name="rubyonrails:module-handler" foreground="base0E"/>
  <style name="rubyonrails:module-name" foreground="base0A"/>
  <style name="rubyonrails:predefined-variable" foreground="base09"/>
  <style name="rubyonrails:rails" foreground="base08"/>
  <style name="rubyonrails:regex" foreground="base08"/>
  <style name="rubyonrails:simple-interpolation" foreground="base09"/>
  <style name="rubyonrails:special-variable" foreground="base0E"/>
  <style name="rubyonrails:symbol" foreground="base0B"/>
  <style name="search-match" background="base06" bold="true" underline="true"/>
  <style name="selection" foreground="base01" background="base02"/>
  <style name="text" foreground="base01" background="base07"/>
  <style name="xml:attribute-name" foreground="base08"/>
  <style name="xml:doctype" foreground="base08"/>
  <style name="xml:element-name" foreground="base08"/>
  <style name="xml:namespace" foreground="base08"/>
  <style name="xml:tag" foreground="base08"/>
  
</style-scheme>

