https://github.com/hardhackerlabs/theme-emacs
🧑🏾🚀 HardHacker Theme for Eamcs 🌈
https://github.com/hardhackerlabs/theme-emacs
Last synced: 4 months ago
JSON representation
🧑🏾🚀 HardHacker Theme for Eamcs 🌈
- Host: GitHub
- URL: https://github.com/hardhackerlabs/theme-emacs
- Owner: hardhackerlabs
- License: apache-2.0
- Created: 2023-04-24T05:40:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T08:41:36.000Z (about 3 years ago)
- Last Synced: 2025-02-28T01:48:17.507Z (over 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 3.3 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HardHacker Theme for Emacs

## Install
### Manually
```bash
git clone https://github.com/hardhackerlabs/theme-emacs.git
cp ./theme-emacs/hardhacker-theme.el ~/.emacs.d/themes/
```
Add the following configuration to your `init.el`, then restart emacs.
```lisp
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
(load-theme 'hardhacker t)
```