Last active
November 17, 2022 04:09
-
-
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
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":"#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" | |
} |
Speaking of nice themes... https://github.com/dracula/powershell
They have a Windows Terminal version here: https://github.com/dracula/powershell/blob/master/theme/Windows%2010%20Terminal%20Dracula%20Theme.json
Thanks! :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Copy this JSON into the
schemes
list inprofiles.json
for Windows Terminal.Color Scheme: