There is a new feature introduced in version 4.0.6+ regarding Theme Options for Jupiter. If you reset Theme Options accidentally you can take steps below to bring back deleted information.
Recover Theme Options
define("THEME_OPTIONS", $options["theme_name"] . '_options' . $lang . '_backup');
define( 'THEME_OPTIONS', $options['theme_name'] . '_options' . $this->lang() );
That should do the trick for you and bring back accidentally deleted options.