Last active
August 23, 2019 00:18
-
-
Save st0le/f4c5117d6f4b5fd3ab2b1ff7777b16fd to your computer and use it in GitHub Desktop.
Windows Terminal Theme
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
{ | |
"background": "#282A36", | |
"black": "#21222C", | |
"blue": "#F1FA8C", | |
"brightBlack": "#6272A4", | |
"brightBlue": "#D6ACFF", | |
"brightCyan": "#A4FFFF", | |
"brightGreen": "#69FF94", | |
"brightPurple": "#FF92DF", | |
"brightRed": "#FF6E6E", | |
"brightWhite": "#000000", | |
"brightYellow": "#FFFFA5", | |
"cyan": "#8BE9FD", | |
"foreground": "#77F8F2", | |
"green": "#50FA7B", | |
"name": "Dracula Mod", | |
"purple": "#BD93F9", | |
"red": "#FF5555", | |
"white": "#F8F8F2", | |
"yellow": "#F1FA8C" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment