Skip to content

Instantly share code, notes, and snippets.

@t-eckert
Last active November 17, 2022 04:09
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t-eckert/9fd7c587c470e8312f07d8e65182644f to your computer and use it in GitHub Desktop.
Save t-eckert/9fd7c587c470e8312f07d8e65182644f to your computer and use it in GitHub Desktop.
Flat UI Color Scheme V1 implemented as Windows Terminal color scheme. https://flatuicolors.com/palette/defo
{
"background":"#000000",
"black":"#000000",
"blue":"#2980b9",
"brightBlack":"#7f8c8d",
"brightBlue":"#3498db",
"brightCyan":"#1abc9c",
"brightGreen":"#2ecc71",
"brightPurple":"#9b59b6",
"brightRed":"#e74c3c",
"brightWhite":"#ecf0f1",
"brightYellow":"#f1c40f",
"cyan":"#16a085",
"foreground":"#ecf0f1",
"green":"#27ae60",
"name":"flat-ui-v1",
"purple":"#8e44ad",
"red":"#c0392b",
"white":"#ecf0f1",
"yellow":"#f39c12"
}
@t-eckert
Copy link
Author

Copy this JSON into the schemes list in profiles.json for Windows Terminal.

Color Scheme:
flat-ui-v1

@Arcitec
Copy link

Arcitec commented Dec 6, 2019

@fadeevab
Copy link

Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment