An emacs theme based on the Alien movie franchise.
Download weyland-yutani-theme.el
and put it under ~/.emacs.d/themes/
(or ~/.config/emacs/themes/
), then add these lines to your init.el
:
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
# or
(add-to-list 'custom-theme-load-path "~/.config/emacs/themes/")
(load-theme `weyland-yutani t)
Also if you use highlight-parentheses (spacemacs does) I recommend using the following setting to put in your init file:
(setq hl-paren-colors '("#000000"))
(setq hl-paren-background-colors '("#B376D2"))