Skip to content

Instantly share code, notes, and snippets.

@azet
Last active June 9, 2021 15:24
Show Gist options
  • Save azet/a5b79ae70c761b6e12d61b240addcf9d to your computer and use it in GitHub Desktop.
Save azet/a5b79ae70c761b6e12d61b240addcf9d to your computer and use it in GitHub Desktop.
'Tango Flush' for Windows Terminal (https://github.com/microsoft/terminal): Modified "Tango Dark" Color Scheme for use with my userland utility color settings.

Tango Flush - an alternative 'Windows Terminal' color scheme

Screenshot:

img

How to use or Build:

Seriously? Well copy what you like into your settings.yaml (accessible via the Windows Terminal Settings, too). If you take the color scheme, you might want to take a look at the WSL2 Debian profile as well. I'm most likely writing this for no-one.

License & author contact:

CC0 1.0 Universal: Public Domain (https://creativecommons.org/publicdomain/zero/1.0/legalcode)

https://github.com/azet

"schemes":
[
{
"background": "#000000",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#C2CC22",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#ABABAB",
"brightYellow": "#FFFF00",
"cursorColor": "#6CD61D",
"cyan": "#06989A",
"foreground": "#D3D7CF",
"green": "#76E00A",
"name": "Tango Flush",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#F8BAFF"
},
// here go other color schemes obviously...
// and the rest of the configuration file.
//
// contains two profiles from the Windows Terminal `settings.json`:
// 1. PowerShell (different color scheme, I like for it & as comparison)
// 2. WSL Debian (includes the "Tango Flush" Color scheme + settings for a few font-,
// bg image & opacity-, anti-aliasing as well as the "acryllic"-effect.)
//
"profiles":
{
"defaults": {},
"list":
[
{
"acrylicOpacity": 0.62,
"antialiasingMode": "aliased",
"backgroundImage": "desktopWallpaper",
"backgroundImageAlignment": "center",
"backgroundImageOpacity": 0.20000000000000001,
"backgroundImageStretchMode": "fill",
"bellStyle":
[
"window",
"taskbar"
],
"colorScheme": "Tango Dark",
"commandline": "powershell.exe",
"cursorHeight": 25,
"cursorShape": "filledBox",
"fontFace": "OCR A",
"fontSize": 10,
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"historySize": 1000000,
"name": "Windows PowerShell",
"padding": "6",
"scrollbarState": "visible",
"useAcrylic": true
},
{
"acrylicOpacity": 0.56000000000000005,
"antialiasingMode": "cleartype",
"backgroundImage": "desktopWallpaper",
"backgroundImageOpacity": 0.26000000000000001,
"backgroundImageStretchMode": "fill",
"bellStyle":
[
"window",
"taskbar"
],
"colorScheme": "Tango Flush",
"cursorHeight": 14,
"cursorShape": "vintage",
"experimental.retroTerminalEffect": false,
"fontFace": "Cascadia Mono",
"fontSize": 9,
"fontWeight": 206,
"guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
"hidden": false,
"historySize": 1000000,
"name": "Debian",
"padding": "6",
"source": "Windows.Terminal.Wsl",
"useAcrylic": true
},
]
},
@azet
Copy link
Author

azet commented Jun 9, 2021

Probably not that useful to anyone else. If you use the grml-etc-core it works just great, though. so might be useful after all for someone.

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