Skip to content

JustusAdam/ample-theme

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 10 commits behind jordonbiondo:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Ample Themes

http://melpa.org/packages/ample-theme-badge.svg

  • A Triplet of themey goodness.
  • Full colored gui and modern 256 color terminal support only.

Installation

Ample Theme is on Melpa, ensure that Melpa is added to your package archives, then use M-x package-install ample-theme.

;; then in your init you can load all of the themes
;; without enabling theme (or just load one)
(load-theme 'ample t t)
(load-theme 'ample-flat t t)
(load-theme 'ample-light t t)
;; choose one to enable
(enable-theme 'ample)
;; (enable-theme 'ample-flat)
;; (enable-theme 'ample-light)

;; Or, if you use `use-package', do something like this:
(use-package ample-theme
  :init (progn (load-theme 'ample t t)
               (load-theme 'ample-flat t t)
               (load-theme 'ample-light t t)
               (enable-theme 'ample-flat))
  :defer t
  :ensure t)

If you get ugly colors in terminal:

# throw this in your ~/.bash_profile
export TERM="xterm-256color"

All Three Themes:

http://i.imgur.com/WZjJty6.png

Old Screenshots:

Ample-theme in Emacs.app on osx

http://i.imgur.com/5AYS8EA.png

Ample-theme in Terminal.app on osx

http://i.imgur.com/p15i1QM.png

About

A theme for Emacs providing dark, light, and flat versions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%