Skip to content

bvtuhan/yellowbeans-theme-emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yellowbeans-theme-emacs

Yellowbeans color theme originally created by gremble0 ported to Emacs.

rust-visual org-mode-with-org-fragotg

Installation

The package is currently not available in MELPA. You have to install it manually.

For vanilla Emacs:

git clone https://github.com/bvtuhan/yellowbeans-theme-emacs
cp yellowbeans-theme-emacs/yellowbeans-theme.el ~/.emacs.d/themes/
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
(load-theme 'yellowbeans t)

For Doom Emcas:

git clone https://github.com/bvtuhan/yellowbeans-theme-emacs
cp yellowbeans-theme-emacs/yellowbeans-theme.el ~/.config/doom/themes/
(setq doom-theme 'yellowbeans)

Acknowledgments

For modeling and styling, I used different themes as references, including:

Releases

No releases published

Packages

 
 
 

Contributors