Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 572 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 572 Bytes

HardHacker

HardHacker Theme for Windows Terminal

Windows Terminal

Install

Copy theme.json's content , paste to Windows terminal's settings.json schemes array, and then change profiles.colorScheme to Hardhacker

...
"profiles": {
    "colorScheme": "Hardhacker",
    ...
},
"schemes": [
        {
            "name": "Hardhacker",
            ...
        }
]