https://github.com/hardhackerlabs/theme-windows-terminal
🧑🏾🚀 HardHacker Theme for Windows Terminal 🌈
https://github.com/hardhackerlabs/theme-windows-terminal
Last synced: 4 months ago
JSON representation
🧑🏾🚀 HardHacker Theme for Windows Terminal 🌈
- Host: GitHub
- URL: https://github.com/hardhackerlabs/theme-windows-terminal
- Owner: hardhackerlabs
- License: apache-2.0
- Created: 2023-04-20T10:25:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-22T05:41:17.000Z (about 3 years ago)
- Last Synced: 2025-09-14T23:57:24.837Z (10 months ago)
- Size: 3.1 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HardHacker Theme for Windows Terminal

## Install
Copy `theme.json`'s content , paste to Windows terminal's settings.json `schemes` array,
and then change `profiles.colorScheme` to `Hardhacker`。
```json
...
"profiles": {
"colorScheme": "Hardhacker",
...
},
"schemes": [
{
"name": "Hardhacker",
...
}
]
```