const themes = { textmate: "textmate", monokai: "monokai", xcode: "xcode", twilight: "twilight", terminal: "terminal", github: "github", tomorrow: "tomorrow", kuroir: "kuroir", solarized_dark: "solarized_dark", solarized_light: "solarized_light", }; export const SelectTheme = ({ listObj = themes, onChange, value }) => { return ( ); };