Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 946 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 946 Bytes

Weyland Yutani Emacs Theme



An emacs theme based on the Alien movie franchise.

Loading the theme:

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"))