Skip to content

Instantly share code, notes, and snippets.

@light-traveller
Last active May 16, 2023 04:09
Show Gist options
  • Save light-traveller/73e9db0bb49b2c9c5849717b3f1615d0 to your computer and use it in GitHub Desktop.
Save light-traveller/73e9db0bb49b2c9c5849717b3f1615d0 to your computer and use it in GitHub Desktop.
/*
1. Make sure you have the Transparency Effects enabled in Windows.
2. Make sure you're not running on the battery saver mode.
From https://zimmergren.net/enable-transparent-background-in-windows-terminal/
*/
// Open settings.json (ctrl+,)
// cropped...
"defaults":
{
"font":
{
"face": "Cascadia Code PL"
},
"startingDirectory": "%SystemDrive%/code/",
"opacity": 65,
"useAcrylic": false
},
// cropped...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment