<%
# zathurarc-light
%>

set default-bg                  "#<%= @base["06"]["hex"] %>"
set default-fg                  "#<%= @base["01"]["hex"] %>"

set statusbar-fg                "#<%= @base["02"]["hex"] %>"
set statusbar-bg                "#<%= @base["04"]["hex"] %>"

set inputbar-bg                 "#<%= @base["00"]["hex"] %>"
set inputbar-fg                 "#<%= @base["02"]["hex"] %>"

set notification-error-bg       "#<%= @base["08"]["hex"] %>"
set notification-error-fg       "#<%= @base["06"]["hex"] %>"

set notification-warning-bg     "#<%= @base["08"]["hex"] %>"
set notification-warning-fg     "#<%= @base["06"]["hex"] %>"

set highlight-color             "#<%= @base["0A"]["hex"] %>"
set highlight-active-color      "#<%= @base["08"]["hex"] %>"

set completion-highlight-fg     "#<%= @base["05"]["hex"] %>"
set completion-highlight-bg     "#<%= @base["0C"]["hex"] %>"

set completion-bg               "#<%= @base["05"]["hex"] %>"
set completion-fg               "#<%= @base["0C"]["hex"] %>"

set notification-bg             "#<%= @base["0B"]["hex"] %>"
set notification-fg             "#<%= @base["07"]["hex"] %>"

set recolor-lightcolor          "#<%= @base["06"]["hex"] %>"
set recolor-darkcolor           "#<%= @base["02"]["hex"] %>"
set recolor                     "true"

# setting recolor-keephue true will keep any color your pdf
# has.  If it is set to false, it will just be shades of
# gray.  (lol 50 shades of gray)
set recolor-keephue             "true"

# Rest of your configs go here:
