<option value="catppuccin_frappe">Catppuccin Frappe</option> <option value="catppuccin_macchiato">Catppuccin Macchiato</option> <option value="catppuccin_mocha">Catppuccin Mocha</option> <option value="ubuntu">Ubuntu</option> <option value="tokyo_night">Tokyo Night</option>"; if (!isset($opts->theme)) { $theme = $default; } $theme = $opts->theme; $themes = str_replace($theme . """, $theme . "" selected", $themes); echo $themes; ?> </select> </div> </div> <div class="settings-textbox-container"> <?php foreach($opts->frontends as $frontend => $data) { echo "<div>"; echo "<a " . (($category_index == $opts->type) ? "class="active" " : "") . ">Any</option>"; foreach ($languages as $lang_code => $language) { $name = $language["name"]; $selected = $opts->language == $lang_code ?