aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d/config/theme.el
blob: 6642f1ccf157d15c3bceec032570c0b3a10f1e1a (plain) (blame)
1
2
3
4
(when (display-graphic-p)
  (progn
    (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/monokai-emacs")
    (load-theme 'monokai t)))