Skip to content

mswift42/busybee-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

busybee-theme

port of vim's busybee theme.

Screenshot

Install via Melpa Package Manager.

Installation Instructions

add the following lines to your init.el (only if you have not done so already):

(setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/")
                         ("marmalade" . "http://marmalade-repo.org/packages/")
                         ("melpa" . "https://melpa.org/packages/")))

(package-initialize)

This will add the gnu, marmalade and melpa repos to your emacs setup.

To install the theme

M-x package-install busybee-theme

To use the busybee theme when starting emacs, add this to your init.el:

(load-theme 'busybee)

Credits

This is a port of the [vim theme]((http://www.vim.org/scripts/script.php?script_id=2549) by Patrick Anderson.

About

port of vim's busybee theme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published