ANSI terminal color scheme inspired by sailorhg's fairyfloss editor theme.
Additonal colors
| Color name | Value |
|---|---|
| Background | #5A5475 rgb(90, 84, 117) |
| Foreground | #F8F8F2 rgb(248, 248, 242) |
| Cursor | #F8F8F0 rgb(248, 248, 240) |
ANSI terminal color scheme inspired by sailorhg's fairyfloss editor theme.
Additonal colors
| Color name | Value |
|---|---|
| Background | #5A5475 rgb(90, 84, 117) |
| Foreground | #F8F8F2 rgb(248, 248, 242) |
| Cursor | #F8F8F0 rgb(248, 248, 240) |
Add following to schemes array in Windows Terminal settings.json:
{
"background": "#5A5475",
"black": "#464258",
"blue": "#8C7899",
"brightBlack": "#C0BDD1",
"brightBlue": "#EBC9FF",
"brightCyan": "#C2FFDF",
"brightGreen": "#C9E7D5",
"brightPurple": "#CEC3FF",
"brightRed": "#FFB8D1",
"brightWhite": "#F8F8F2",
"brightYellow": "#F9F158",
"cursorColor": "#F8F8F0",
"cyan": "#AFECAD",
"foreground": "#F8F8F2",
"green": "#A3CAC0",
"name": "\u2728fairyfloss",
"purple": "#958DB8",
"red": "#FF857F",
"selectionBackground": "#F8F8F2",
"white": "#FFEFFF",
"yellow": "#E6C000"
}