My custom modified theme Amber2 for Windows Terminal.
- Download
amber2.hlsl - In Windows Terminal, Open Settings, then select
Open JSON File. Open it with VS Code. - Set the value for
experimental.pixelShaderPathtoamber2.hlsl. - optional: Add keybindings for turning the shader on/off and focusmode
Please add the lines you need to your own config, this example config only show the values that you need to add.



{ "profiles": { "defaults": { // Add Amber2 "experimental.pixelShaderPath": "C:\\Users\\bhatia\\Downloads\\amber2.hlsl" } }, "keybindings": [ // It's recommended to add those two toggles for ease of use { "command": "toggleFocusMode", "keys": "shift+f11" }, { "command": "toggleShaderEffects", "keys": "shift+f10" } ] }