An open API service indexing awesome lists of open source software.

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 🌈

Awesome Lists containing this project

README

          


HardHacker


HardHacker Theme for Emacs

![](./media/preview.jpeg)

## 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)
```