/theme-emacs

🧑🏾‍🚀 HardHacker Theme for Eamcs 🌈

Primary LanguageEmacs LispApache License 2.0Apache-2.0

HardHacker

HardHacker Theme for Emacs

Install

Manually

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.

(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
(load-theme 'hardhacker t)