stylesheets/_theme.sass
80a70068
 // Link Colors
 !link_color = #165B94
 
d8d51719
 // Main Section Colors
 !body_color = #333
69379ab0
 !light_text = #999
d8d51719
 !body_bg = #323232
77bb406a
 
d8d51719
 !header_bg = #323232
 !header_border = #181818
77bb406a
 !title_color = #ddd
 
 !nav_color = #555
 !nav_color_hover = #000
 !nav_bg = #e8e8e8
 !nav_border_top = #fff
 !nav_border_bottom = #aaa
80a70068
 !nav_border_left = #ccc
 !nav_border_right = #fff
77bb406a
 
80a70068
 !page_border_sides = #ccc
77bb406a
 !page_bg = #f0f0f0
80a70068
 
 // Blog 
77bb406a
 !article_border = #eee
80a70068
 !blog_bg = #fff
77bb406a
 
d8d51719
 !footer_color = #999
 !footer_bg = #444
 
 // Form Colors
80a70068
 !fieldset_bg = #ececec
d8d51719
 !fieldset_border = #c3c3c3
 
 !textinput_color = #333
 !textinput_bg = #f4f4f4
 !textinput_bg_focus = #fefeee
 
 !textinput_border_top = #aaa
 !textinput_border_bottom = #c6c6c6
 !textinput_border_left = #c3c3c3
 !textinput_border_right = #c3c3c3
 !textinput_border_focus = #989898
 
 !cancel_link = #555
 
 // Button Colors
 !default_button_text_color = #fff
 !default_button_bg = yellow
80a70068
 !blue_btn = desaturate(adjust_hue(!default_button_bg, -16), 25)