JetBrains: SearchBox: Wire up isLightTheme with the current theme setting
Created by: vdavid
Most of the search box uses the theme-light
class on <html>
, but the text input background uses this setting. Currently, this is just set to false
. We'll probably need to add the current theme to a React context, and use that for this field.