Skip to content

Why Github Dark Dimmed from github-vscode-theme colours much more? #309

Answered by tmillr
mloskot asked this question in Q&A
Discussion options

You must be logged in to vote

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:

package main

import "fmt"

func hello(name string) {
    message := fmt.Sprintf("Hi %v", name)
}

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…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tmillr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants