This is my attempt at a Dracula Theme for OpenConsole
Open your profiles.json
and add the snippet below to the schemes
list. Then,
update your profiles
to set the colorscheme
property to Dracula
.
This is my attempt at a Dracula Theme for OpenConsole
Open your profiles.json
and add the snippet below to the schemes
list. Then,
update your profiles
to set the colorscheme
property to Dracula
.
{ | |
"name": "Dracula", | |
"foreground": "#F8F8F2", | |
"background": "#282A36", | |
"black": "#575757", | |
"red": "#FF6E67", | |
"green": "#5AF78E", | |
"yellow": "#F4F99D", | |
"blue": "#CAA9FA", | |
"purple": "#FF92D0", | |
"cyan": "#9AEDFE", | |
"white": "#F8F8F2", | |
"brightBlack": "#4D4D4D", | |
"brightRed": "#FF5555", | |
"brightGreen": "#50FA7B", | |
"brightYellow": "#F1FA8C", | |
"brightBlue": "#BD93F9", | |
"brightPurple": "#FF79C6", | |
"brightCyan": "#8BE9FD", | |
"brightWhite": "#BFBFBF" | |
} |