DEV Community

Custom Terminals and User Interface (UI) in Windows Terminal

Jeremy Likness ⚡️ on November 01, 2019

Windows Terminal is a brand-new terminal app that runs on Windows 10 and supports multiple configurations. It was first announced in May of 2019....
Collapse
 
redoxeon profile image
Michael Harding

Gotta say I agree with the last bit. I use Windows Terminal for everything when I'm not directly in VS Code. I made my terminal color scheme match my editor scheme (Dank Neon), and added some transparency and blur effects. I found that to do it, I just had to add the following to the profile I wanted to be transparent, and specify how transparent I wanted it to be:

"useAcrylic": true,
"acrylicOpacity": 0.6,