Can i add wordpress editor to my custom theme option? [closed]

ok if you use vafpress framework as you say
so you only have small change 🙂
just use wpeditor instate of textarea 🙂

    array(
        'type' => 'codeeditor',
        'name' => 'booking',
        'label' => __('Booking Code !', 'machan'),
        'description' => __('Add Booking Code for front-end display !', 'machan'),
        'mode' => 'html',
    ),