Created
October 14, 2019 16:10
-
-
Save nathonius/6b0b0803b5788aeb185415285b2c34c3 to your computer and use it in GitHub Desktop.
Alloy for Windows Terminal
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
{ | |
"background": "#282828", | |
"black": "#333333", | |
"blue": "#919CC6", | |
"brightBlack": "#666666", | |
"brightBlue": "#B5C3FF", | |
"brightCyan": "#97E0EF", | |
"brightGreen": "#B5E25A", | |
"brightPurple": "#CEB5FF", | |
"brightRed": "#F95793", | |
"brightWhite": "#f7f7f7", | |
"brightYellow": "#E2E25A", | |
"cyan": "#7CB3BC", | |
"foreground": "#f7f7f7", | |
"green": "#93B54F", | |
"name": "Alloy", | |
"purple": "#A391C6", | |
"red": "#C44C76", | |
"white": "#e2e2e2", | |
"yellow": "#B5B54F" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment