Skip to content

jstaursky/weyland-yutani-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An emacs theme based on the Alien movie franchise

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published