Last active
May 16, 2023 04:09
-
-
Save light-traveller/73e9db0bb49b2c9c5849717b3f1615d0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/* | |
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