source/stylesheets/partials/main/_theme.sass
d8d51719
 // Main Section Colors
 !body_color = #333
 !body_bg = #323232
 !test = darken(!body_bg, 20)
 !header_bg = #323232
 !header_border = #181818
 !header_nav = #ddd
 !header_nav_hover = #fff
 !page_border = #fff
 !page_bg = #ececec
 !footer_color = #999
 !footer_bg = #444
 !subnav_bg = #fff
 !subnav_border = #ccc
 !subnav_link_color = #333
 !subnav_logout_color = #777
 
 // Link Colors
 !link_color = #165B94
 
 // Form Colors
 !fieldset_bg = #fff
 !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
 !blue_btn = desaturate(adjust_hue(!default_button_bg, -16), 25)
 
 // Flash Message Colors
 !flash_notice   	= #00529B
 !flash_notice_bg  = #BDE5F8
 !flash_success    = #4F8A10
 !flash_success_bg = #DFF2BF
 !flash_warning    = #FBF4BD
 !flash_warning_bg = #FBF4BD
 !flash_error      = #D8000C
 !flash_error_bg   = #FFD9DA