Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.19 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.19 KB

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)