Skip to content

Welding-Torch/Amber2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Amber2

My custom modified theme Amber2 for Windows Terminal.

Screenshot (3383) Screenshot (3395) image

How to use

  • Download amber2.hlsl
  • In Windows Terminal, Open Settings, then select Open JSON File. Open it with VS Code.
  • Set the value for experimental.pixelShaderPath to amber2.hlsl.
  • optional: Add keybindings for turning the shader on/off and focusmode

Example Setting

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"
    }
  ]
}

About

My custom modified theme Amber2 for Windows Terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages