emacs icon indicating copy to clipboard operation
emacs copied to clipboard

🍄 Soothing pastel theme for Emacs

Results 21 emacs issues
Sort by recently updated
recently updated
newest added

This PR should fix the issue [127](https://github.com/catppuccin/emacs/issues/127) I've been using this byte-compiled for a long time now without any issues. Results on my machine (See the load times): Without byte-compile:...

Before catppuccin I was using material-theme where those colors are different and it's rather convenient

enhancement
good first issue

The theme is really slow to load/enable. It takes almost twice as much to enable as Zenburn and what feels like thrice as much to take to usable GUI. Elpaca,...

enhancement

#125 touches upon this, and we already have an unimplemented section here: https://github.com/catppuccin/emacs/blob/3d93abaa33e95f19b4a8b0e1e9bef1e3e68dd994/catppuccin-theme.el#L628-L657 It'd be nice to have helm supported. And if someone can point me to how I could...

enhancement
new faces

See: https://github.com/tarsius/outline-minor-faces

My `init.el` looks like this ```lisp (load-theme 'catppuccin t ) (setq catppuccin-flavor 'latte) (catppuccin-reload) ``` The following error appears after reloading config: `Symbol's function definition is void: catppuccin-reload` If `catppuccin-reload`...

bug

As for the title, when text in italics should be shown it is underlined instead. I am using the theme with doomemacs on emacs 29 with pgtk on NixOS 23.11....

bug
help wanted

Thank you for creating the latte theme. I am generating the html version of an org-file. The command org-html-htmlize-generate-css fails with the following message ``` Invalid-face: markdown-blockquote-face ``` I have...

bug

OS: Arch PKM: pacman emacs Version: 28.2 Steps to Reproduce Uninstall any preexisting emacs install and files `sudo pacman -R emacs` `sudo rm -r ~/.emacs.d` `sudo rm ~/.emacs` Install emacs...

The cyan when viewing cherries in magit, is very hard to read when using latte

bug
good first issue