https://github.com/hardhackerlabs/theme-wezterm
🧑🏾🚀 HardHacker Theme for Wezterm 🌈
https://github.com/hardhackerlabs/theme-wezterm
Last synced: 12 months ago
JSON representation
🧑🏾🚀 HardHacker Theme for Wezterm 🌈
- Host: GitHub
- URL: https://github.com/hardhackerlabs/theme-wezterm
- Owner: hardhackerlabs
- License: apache-2.0
- Created: 2023-05-03T15:45:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T02:46:41.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T19:36:34.334Z (over 1 year ago)
- Homepage:
- Size: 1.18 MB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HardHacker Theme for wezterm

## Install
```shell
git clone https://github.com/hardhackerlabs/theme-wezterm
cp ./theme-wezterm/hardhacker.toml ~/.config/wezterm/colors/
```
And add the following configs into your wezterm.lua file
```
color_scheme = "hardhacker",
use_fancy_tab_bar = false,
window_decorations = "RESIZE",
```