The rendering of the quick panel is controlled by the theme (i.e., 'Theme - Default') rather than the colour scheme, the latter applies to the text views only.
If you open up the theme, (via Packages/Theme - Default/Default.sublime-theme), then the values that control the quick panel rendering are:
- Code: Select all
control.font.color black
control.backgroundColor #bbbbbb
Check that these are the values you're seeing. If you edit them and save the .sublime-theme file, they should be updated immediately.