landonAL / Flux-Light-Theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot

flux-light-theme

Installation

You can use built-in package manager (package.el) or do everything by your hands.

Using package manager

Link to MELPA

(require 'package)
(add-to-list 'package-archives
             '("melpa" . "http://melpa.milkbox.net/packages/") t)

I personally prefer MELPA, 'cause it hourly updates its packages from upstream source.

Then use M-x package-install RET flux-light-theme RET to install the theme. Use M-x customize-themes to change your current theme.

Manual old fashioned way

Download the theme to your local directory. You can do it through git clone command:

git clone git://github.com/convict-real/Flux-Light-Theme.git

Then add path to flux-light-theme to custom-theme-load-path list — add the following to your emacs config file somewhere (.emacs, init.el, whatever):

(add-to-list 'custom-theme-load-path
             "/path/to/flux-light-theme/")

Use M-x customize-themes to change your current theme.

About


Languages

Language:Emacs Lisp 100.0%