sschneemelcher / catppuccin-emacs

Catppuccin theme for emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo
Catppuccin for Emacs

About

This is the port of catppuccin-theme for the Emacs text editor.

Usage

  1. Use either package.el or your choice of package manager to install from MELPA.

Using use-package

(use-package catppuccin-theme
 :config
 (setq catppuccin-height-title1 1.5))

For DOOM Emacs

  1. Use load-theme to load catppuccin theme

πŸ™‹ FAQ

  • Q: "Is it available on MELPA?"

A: Yes , it is available on melpa. You can install it using package-name catppuccin-theme

  • Q: "Can it be customized?"

A: Yes some customization variables are provided. Use M-x customize or using elisp.

Customizable variables include

  • catppuccin-alternate-mode-line-and-minibuffer
  • catppuccin-enlarge-headings
  • catppuccin-height-title{1,2,3}

And Many More..

πŸ’ Thanks to

 

Copyright Β© 2021-present Catppuccin Org

About

Catppuccin theme for emacs

License:MIT License


Languages

Language:Emacs Lisp 100.0%