<?xml version="1.0" encoding="UTF-8"?>
<!--
     This color scheme is based on the light Solarized color scheme,
     originally created by Ethan Schoonover:

     http://ethanschoonover.com/solarized/
-->
<style-scheme version="1.0" name="Solarized Light">
  <style name="Text" foreground="#657b83" background="#fdf6e3"/>
  <style name="Link" foreground="#6c71c4"/>
  <style name="Selection" foreground="#eee8d5" background="#93a1a1"/>
  <style name="LineNumber" foreground="#93a1a1" background="#eee8d5"/>
  <style name="SearchResult" background="#eee8d5"/>
  <style name="SearchScope" background="#073642"/>
  <style name="Parentheses" foreground="#dc322f" background="#93a1a1" bold="true"/>
  <style name="ParenthesesMismatch" foreground="#ffff00" background="#ff00ff" bold="true"/>
  <style name="AutoComplete" foreground="#000080" background="#c0c0ff"/>
  <style name="CurrentLine" background="#e0dbcb"/>
  <style name="CurrentLineNumber" foreground="#556058" bold="true"/>
  <style name="Occurrences" background="#93a1a1"/>
  <style name="Occurrences.Unused" foreground="#719e07"/>
  <style name="Occurrences.Rename" background="#e0dbcb"/>
  <style name="Number" foreground="#2aa198"/>
  <style name="String" foreground="#2aa198"/>
  <style name="Type" foreground="#b58900"/>
  <style name="Local" foreground="#657b83"/>
  <style name="Global"/>
  <style name="Field" foreground="#268bd2"/>
  <style name="Static" foreground="#b58900" italic="true"/>
  <style name="VirtualMethod" foreground="#657b83" italic="true"/>
  <style name="Function" foreground="#657b83"/>
  <style name="Keyword" foreground="#709d06"/>
  <style name="PrimitiveType" foreground="#808000"/>
  <style name="Operator" foreground="#657b83"/>
  <style name="Preprocessor" foreground="#cb4b16"/>
  <style name="Label" foreground="#268bd2" bold="true"/>
  <style name="Comment" foreground="#93a1a1" italic="true"/>
  <style name="Doxygen.Comment" foreground="#93a1a1" italic="true"/>
  <style name="Doxygen.Tag" foreground="#93a1a1"/>
  <style name="VisualWhitespace" foreground="#eee8d5"/>
  <style name="QmlLocalId" foreground="#657b83" italic="true"/>
  <style name="QmlExternalId" foreground="#2aa198" italic="true"/>
  <style name="QmlTypeId" foreground="#b58900"/>
  <style name="QmlRootObjectProperty" foreground="#657b83" italic="true"/>
  <style name="QmlScopeObjectProperty" foreground="#657b83" italic="true"/>
  <style name="QmlExternalObjectProperty" foreground="#2aa198" italic="true"/>
  <style name="JsScopeVar" foreground="#6c71c4" italic="true"/>
  <style name="JsImportVar" foreground="#268bd2" italic="true"/>
  <style name="JsGlobalVar" foreground="#268bd2" italic="true"/>
  <style name="QmlStateName" foreground="#657b83" italic="true"/>
  <style name="Binding" foreground="#cb4b16"/>
  <style name="DisabledCode" foreground="#93a1a1" background="#eee8d5"/>
  <style name="AddedLine" foreground="#709d06"/>
  <style name="RemovedLine" foreground="#dc322f"/>
  <style name="DiffFile" foreground="#268bd2"/>
  <style name="DiffLocation" foreground="#b58900"/>
  <style name="DiffFileLine" background="#ffff00"/>
  <style name="DiffContextLine" background="#afd7e7"/>
  <style name="DiffSourceLine" background="#ffdfdf"/>
  <style name="DiffSourceChar" background="#ffafaf"/>
  <style name="DiffDestLine" background="#dfffdf"/>
  <style name="DiffDestChar" background="#afffaf"/>
  <style name="LogChangeLine" foreground="#c00000"/>
  <style name="Warning" underlineColor="#b58900" underlineStyle="SingleUnderline"/>
  <style name="WarningContext" underlineColor="#b58900" underlineStyle="DotLine"/>
  <style name="Error" underlineColor="#dc322f" underlineStyle="SingleUnderline"/>
  <style name="ErrorContext" underlineColor="#dc322f" underlineStyle="DotLine"/>
  <style name="Declaration"/>
</style-scheme>
