Is is possible to assign a keyboard shortcut for switching between themes in VSCode?
I like Monokai or Monokai Seti for coding, but for writing documentation in Markdown I think light themes give better readability. I think this is because documentation text is mostly one color, whereas code is color highlighted for visibility.
To me it's most important to have a light theme for Markdown preview. It would be great if the MD preview pane could have a light theme while the actual MD code is Monokai or whatever.
There is only the hotkey to trigger the theme selection drop down, nothing else (alt + cmd + T on macOS, alt + ctrl + T otherwise).
An alternative shortcut is cmd + K + T / ctrl + K + T.