robb0wen / synthwave-vscode

Synthwave inspired colour theme for VS Code 🌅🕶
MIT License
5.14k stars 1.18k forks source link

Jupyter notebook cell highlighting only works on mouse hover, not using keyboard #306

Open glokta1 opened 6 months ago

glokta1 commented 6 months ago

See recording: https://github.com/robb0wen/synthwave-vscode/assets/71697384/42aafb97-8da0-4ff2-b31d-03e4e3cf1606

Also, I'd propose also changing the highlight color to something more prominent -- I always need a second look to see which cell is in focus.

glokta1 commented 6 months ago

Since the project is unmaintained, I decided to tweak the settings myself to resemble "expected behavior":

"workbench.colorCustomizations": {
        "[SynthWave '84]": {
            "notebook.focusedCellBorder": "#880088",
            "notebook.focusedEditorBorder": "#880088",
        }
}

I've set it to the same color as the bottom border of the active tab. You can change it to whatever you prefer

https://github.com/robb0wen/synthwave-vscode/assets/71697384/e51b2b5d-9d60-44d5-ad39-b4a6ed0cbe3b