Skip to content

Instantly share code, notes, and snippets.

@Nyalab
Last active March 15, 2019 10:31
Show Gist options
  • Save Nyalab/fe6e48e86eeaa76dc30c9ef4d411c9b4 to your computer and use it in GitHub Desktop.
Save Nyalab/fe6e48e86eeaa76dc30c9ef4d411c9b4 to your computer and use it in GitHub Desktop.
VSCode Peacock Base16 Config
{
// ...
"peacock.affectActivityBar": true,
"peacock.affectStatusBar": true,
"peacock.affectTitleBar": false,
"peacock.favoriteColors": [
{"name": "Base16 Blue", "value": "#7cafc2"},
{"name": "Base16 Pink", "value": "#ba8baf"},
{"name": "Base16 Yellow", "value": "#f7ca88"},
{"name": "Base16 Red", "value": "#ab4642"},
{"name": "Base16 Brown", "value": "#a16946"},
{"name": "Base16 Green", "value": "#a1b56c"},
{"name": "Base16 Orange", "value": "#dc9656"},
{"name": "Base16 Light", "value": "#d8d8d8"},
{"name": "Base16 Dark", "value": "#585858"},
],
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment