Skip to content

Instantly share code, notes, and snippets.

@bpasero
bpasero / theme.md
Created June 9, 2017 08:22
Theming: New color keys introduced in VS Code 1.13

Theming

We received a lot of feedback for our workbench theming support and are happy to see more and more themes adopting the workbench colors! During this milestone, we added some new colors as well as did some tweaks to existing colors.

These colors can be set by themes or by the user with the workbench.colorCustomizations setting.

New workbench colors introduced:

Key Description
@piscisaureus
piscisaureus / pr.md
Created August 13, 2012 16:12
Checkout github pull requests locally

Locate the section for your github remote in the .git/config file. It looks like this:

[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = git@github.com:joyent/node.git

Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/* to this section. Obviously, change the github url to match your project's URL. It ends up looking like this: