Emacs Panda Theme Save

A superminimal, dark syntax theme for emacs

Project README

A superminimal, dark syntax theme for Emacs.

Based on the Panda color palette.

MELPA

Installation

Automatically with use-package

If you're using use-package add this snippet (taken from my personal config) to your init.el and panda theme will be installed and enabled.

(use-package panda-theme
  :ensure t
  :config
  (load-theme 'panda t))

Automatically using package.el

M-x package-refresh-contents then M-x package-install and choose panda-theme.

You'll now need to enable the theme, see instructions below.

Manually using package.el

Download the latest version or clone the repository to your location of choice, e.g.

git clone https://github.com/jamiecollinson/emacs-panda-theme.git

To install into Emacs use M-x package-install-file and select panda-theme.el from the download / clone location.

You'll now need to enable the theme, see instructions below.

Enabling the theme

To enable the theme either M-x load-theme then select panda, or add the following to your init.el:

(load-theme 'panda t)

To disable the theme M-x disable-theme then select panda.

Screenshots

Screenshot

Open Source Agenda is not affiliated with "Emacs Panda Theme" Project. README Source: jamiecollinson/emacs-panda-theme
Stars
28
Open Issues
0
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating