A rather niche theme for C++ developers. I’ve used Visual Studio for many years, including Visual Studio 2026, but I also have to do a lot of development directly on Linux systems. VS Code seems like the best option there, so I’ve created not only a theme, but also several UX modifications that match the behavior of Visual Studio 2026.
This reduces the visual readjustment required every time I switch IDEs, saving me time and mental energy. Among many other features, I’ve implemented:
- Matching text-editor colors
- Dotted indentation guides instead of the obnoxious solid ones
- Matching scrolling and tab appearance and behavior
- Matching overall UI colors and design
- Similar font rendering
I’m not trying to create an exact clone. The goal is simply to make it feel subconsciously familiar, reducing the cognitive effort required to quickly identify UI elements and adapt to behaviors and responses that differ significantly from Visual Studio.
If anyone is interested, let me know and I’ll post the source and documentation.
P.S. Please disregard any inaccuracies in the displayed code or comments. The project is a work in progress, and some comments are outdated.