add falcon json theme file for Windows Terminal

This commit is contained in:
jantari 2021-10-24 22:05:10 +02:00
parent add9c03b03
commit b092e578b0

View File

@ -0,0 +1,28 @@
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"schemes":
[
{
"name": "falcon",
"background": "#020221",
"foreground": "#b4b4b9",
"black": "#000004",
"red": "#ff3600",
"green": "#718e3f",
"yellow": "#ffc552",
"blue": "#635196",
"purple": "#ff761a",
"cyan": "#34b5a4",
"white": "#b4b4b9",
"cursorColor": "#ffe8c0",
"brightBlack": "#020221",
"brightRed": "#ff8e78",
"brightGreen": "#b1bfb1",
"brightYellow": "#ffd392",
"brightBlue": "#99a4bc",
"brightPurple": "#ffb07b",
"brightCyan": "#8bccbf",
"brightWhite": "#f8f8ff"
}
]
}