Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 549 Bytes

File metadata and controls

25 lines (18 loc) · 549 Bytes

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)