I rate myself of being quite picky when it comes to code color themes. There were no existing color theme on marketplace that really works 100% to me.
That being said, this color theme is a mix of color configurations of the only two color themes that I feel satisfied with - Github theme and Atom One Dark.
This color theme is not published onto VSCode extension marketplace as apparanetly I am just mix and matching colors.
- Install
vsce
withnpm install @vscode/vsce
- Enable
code
CLI from VSCdoe settings:SHELL Command: Install 'code' command in PATH
cd github-one-dark-theme
vsce package --baseContentUrl "https://github.com/tysonwu/github-one-dark-theme"
code --install-extension github-one-dark-theme-0.0.1.vsix
The theme will be installed on .vscode/extensions
.