|
// |
|
// 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 |
|
}, |
|
] |
|
}, |
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.