<!-- Please be sure to include a screenshot of your issue! === Reporting a LANGUAGE/SYNTAX issue? === Check the known_issues.md file first to make sure it's not out of our control. --> Default dark theme config: ```json { "workbench.colorCustomizations": { "editor.selectionBackground": "#f008" } } ```  Dracula config: ```json { "workbench.colorCustomizations": { "[Dracula]": { "editor.selectionBackground": "#bd93f980" } } } ``` 