Last active
August 11, 2020 15:57
-
-
Save axis7818/7123b985852f42c53506d043b4032934 to your computer and use it in GitHub Desktop.
VSCode Peacock Extension Dracula Colors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// 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", | |
}, | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dracula Yellow