Giter Site home page Giter Site logo

emacs-panda-theme's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.