-
I'm comparing how the theme works in NeoVim (left) versus the GitHub' Dark Dimmed in VS Code (right), and as a NeoVim rookie I'm not quite clear: My .config/nvim/init.lua is (still) very minimal, so I assume nothing there should affect how the theme looks. I've read the theme's README.md here and I do not see any missing configuration in my setup. I'd appreciate if anyone could help me understand if and how to achieve the VS Code colouring of at least Go syntax :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
Currently this colorscheme closely follows the real/original GitHub themes visible here on the website UI, not vscode's approximation of it. Subjectively and objectively, I believe this is the right way to go.
Here's an example of what it looks like for Go:
The colorscheme is highly-configurable, so if you really want it to look more like vscode (as opposed to the actual GitHub theme here on the website), you are free to configure it that way locally (and it should be fairly straightforward, just make sure to read the docs). I can provide pointers and examples if you need help with configurat…