Catppuccin Emacs Save

πŸ„ Soothing pastel theme for Emacs

Project README

Logo
Catppuccin for Emacs

About

This Emacs theme was made with the Dracula theme as a base.

Previews

🌻 Latte
πŸͺ΄ FrappΓ©
🌺 Macchiato
🌿 Mocha

Installation

catppuccin-theme is available on the MELPA package repository.

Emacs

  1. Make sure to have MELPA enabled by adding it to the package-archives, or that your package manager of choice has MELPA as a repository.
  2. You can then install the package from the list-packages interface, accessible from M-x list-packages.
  3. Alternatively, you can install the package using your package manager of choice, such as straight
(straight-use-package 'catppuccin-theme)
  1. Then, you can enable it by adding the following to your init.el file
(load-theme 'catppuccin :no-confirm)

Doom Emacs

  1. Add the following to your package.el
(package! catppuccin-theme)
  1. Add the following to your config.el
(setq doom-theme 'catppuccin)

Configuration

The default flavour is Mocha, to change the flavor, place the following in your init.el or config.el after loading the theme

(setq catppuccin-flavor 'frappe) ;; or 'latte, 'macchiato, or 'mocha
(catppuccin-reload)

The theme can also be customzied further by changing individual colors. Doom users must call (load-theme 'catppuccin t t) before being able to call any of the catppuccin-* functions.

(catppuccin-set-color 'base "#000000") ;; change base to #000000 for the currently active flavor
(catppuccin-set-color 'crust "#222222" 'frappe) ;; change crust to #222222 for frappe
(catppuccin-reload)

[!NOTE] If you are using emacsclient and rustic, you should add (add-hook 'server-after-make-frame-hook #'catppuccin-reload) to your config to avoid this issue

πŸ’ Thanks to

Β 

Copyright Β© 2021-present Catppuccin Org

Open Source Agenda is not affiliated with "Catppuccin Emacs" Project. README Source: catppuccin/emacs
Stars
235
Open Issues
12
Last Commit
2 weeks ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating