Skip to content

Instantly share code, notes, and snippets.

@axis7818
Last active August 11, 2020 15:57
Show Gist options
  • Save axis7818/7123b985852f42c53506d043b4032934 to your computer and use it in GitHub Desktop.
Save axis7818/7123b985852f42c53506d043b4032934 to your computer and use it in GitHub Desktop.
VSCode Peacock Extension Dracula Colors
{
// 1. Install the Dracula Theme: https://marketplace.visualstudio.com/items?itemName=dracula-theme.theme-dracula
// 2. Install the Peacock Extension: https://marketplace.visualstudio.com/items?itemName=johnpapa.vscode-peacock
// 3. Add this snippet to your VSCode's settings.json fie.
"peacock.favoriteColors": [
{
"name": "Dracula",
"value": "#44475a",
},
{
"name": "Dracula - Dark",
"value": "#282a36",
},
{
"name": "Dracula - Light",
"value": "#f8f8f2",
},
{
"name": "Dracula - Comment",
"value": "#6272a4",
},
{
"name": "Dracula - Cyan",
"value": "#8be9fd",
},
{
"name": "Dracula - Green",
"value": "#50fa7b",
},
{
"name": "Dracula - Orange",
"value": "#ffb86c",
},
{
"name": "Dracula - Pink",
"value": "#ff79c6",
},
{
"name": "Dracula - Purple",
"value": "#bd93f9",
},
{
"name": "Dracula - Red",
"value": "#ff5555",
},
{
"name": "Dracula - Yellow",
"value": "#f1fa8c",
},
]
}
@axis7818
Copy link
Author

Dracula Cyan

Screen Shot 2020-08-11 at 8 51 28 AM

@axis7818
Copy link
Author

Dracula Green

Screen Shot 2020-08-11 at 8 51 53 AM

@axis7818
Copy link
Author

Dracula Orange

Screen Shot 2020-08-11 at 8 52 15 AM

@axis7818
Copy link
Author

Dracula Pink

Screen Shot 2020-08-11 at 8 52 33 AM

@axis7818
Copy link
Author

Dracula Purple

Screen Shot 2020-08-11 at 8 52 53 AM

@axis7818
Copy link
Author

Dracula Red

Screen Shot 2020-08-11 at 8 53 20 AM

@axis7818
Copy link
Author

Dracula Yellow

Screen Shot 2020-08-11 at 8 53 41 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment