Skip to content

emacsorphanage/helm-themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

melpa badge melpa stable badge

helm-themes.el

CI

Introduction

helm-themes.el provides Emacs themes selection with helm interface.

You can set theme temporary by persistent action.

Screenshot

helm-themes-screenshot

Requirements

  • Emacs 24.3 or higher
  • helm 1.7.7 or higher

Caution

helm-themes.el reset to original theme if you cancel to set theme(Such as C-g). But helm-themes.el cannot reset original theme if you set your own color setting for some faces.

Basic Usage

Set themes with helm interface. This persistent action can set theme temporary.

M-x helm-themes

Sample Configuration

(require 'helm-config)
(require 'helm-themes)