Created
March 26, 2020 09:45
-
-
Save spitfire05/881d86267be53c6b53b3e196789b0d2d to your computer and use it in GitHub Desktop.
Dracula at night - Windows Terminal | based on https://github.com/bceskavich/dracula-at-night
This file contains hidden or 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
{ | |
"name" : "Dracula at night", | |
"background" : "#0E1419", | |
"black" : "#21222C", | |
"blue" : "#BD93F9", | |
"brightBlack" : "#6272A4", | |
"brightBlue" : "#D6ACFF", | |
"brightCyan" : "#A4FFFF", | |
"brightGreen" : "#69FF94", | |
"brightPurple" : "#FF92DF", | |
"brightRed" : "#FF6E6E", | |
"brightWhite" : "#FFFFFF", | |
"brightYellow" : "#FFFFA5", | |
"cyan" : "#8BE9FD", | |
"foreground" : "#F8F8F2", | |
"green" : "#50FA7B", | |
"purple" : "#BD93F9", | |
"red" : "#FF5555", | |
"white" : "#FFFFFF", | |
"yellow" : "#F1FA8C" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment