Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 415 Bytes

File metadata and controls

16 lines (14 loc) · 415 Bytes

Windows Terminal

  1. Open settings.json from Windows Terminal.
  2. In the schemes section of the file, paste the contents of. ashen.scheme.json.
  3. Update colorScheme within the profiles section to use ashen.
{
    "profiles": {
        "defaults": {
            "colorScheme": "ashen"
        }
    }
}