Skip to content

Instantly share code, notes, and snippets.

@ephdtrg
Created December 26, 2022 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ephdtrg/406946329c78a5de2f424c074fbd45b9 to your computer and use it in GitHub Desktop.
Save ephdtrg/406946329c78a5de2f424c074fbd45b9 to your computer and use it in GitHub Desktop.
Dracula colorscheme for Windows Terminal
[
{
"background": "#282A36",
"black": "#21222C",
"blue": "#BD93F9",
"brightBlack": "#6272A4",
"brightBlue": "#D6ACFF",
"brightCyan": "#A4FFFF",
"brightGreen": "#69FF94",
"brightPurple": "#FF92DF",
"brightRed": "#FF6E6E",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFFA5",
"cursorColor": "#F8F8F2",
"cyan": "#8BE9FD",
"foreground": "#F8F8F2",
"green": "#50FA7B",
"name": "Dracula",
"purple": "#FF79C6",
"red": "#FF5555",
"selectionBackground": "#44475A",
"white": "#F8F8F2",
"yellow": "#F1FA8C"
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment