A superminimal, dark syntax theme for Emacs.
Based on the Panda color palette.
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))
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.
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.
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
.