Skip to content

Instantly share code, notes, and snippets.

@nlowe
Created May 22, 2019 00:44
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 nlowe/9ef2df60b34a1af1246bc32dbd42e9d8 to your computer and use it in GitHub Desktop.
Save nlowe/9ef2df60b34a1af1246bc32dbd42e9d8 to your computer and use it in GitHub Desktop.
OpenConsole Dracula Theme

OpenConsole Dracula Theme

This is my attempt at a Dracula Theme for OpenConsole

Installing

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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment