Version: NextThemesChange the theme#Currently LIGHT and DARK themes are available.DEFAULTLIGHTDARKtheme="DARK"CopyTypeDefaultstringLIGHTChange the default theme#DropDownPicker.setTheme("DARK");CopyAdd a theme#Please see the LIGHT theme styles as a starting point.const myTheme = require("./my-theme"); DropDownPicker.addTheme("MyThemeName", myTheme);DropDownPicker.setTheme("MyThemeName");CopySee themes/light/index.js