@import 'jarvis-theme';

$blue: #0073aa;
$orange: #d54e21;
$black: #000000;
$white: #ffffff;
$gray: #808080;
$off-white: #eff8ff;

@include jarvis-theme( (
	hint-text: #969696,
	input-text: inherit,
	input-background: #ebebeb,
	loading-dot: $white,
	loading: $gray,
	menu-background: $white,
	modal-background: $white,
	overlay-background: rgba( $black, .7 ),
	suggestion-focus-background: $off-white,
	suggestion-focus-text: $blue,
	suggestion-hover-background: $off-white,
	suggestion-hover-text: $orange,
	suggestion-text: $blue,
) );