Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 866 Bytes

README.md

File metadata and controls

56 lines (33 loc) · 866 Bytes

License GPL 3 MELPA

Cloud

Light theme for Emacs

elisp

Screenshot

helm

Helm

ivy

ivy

swiper

swiper

modeline

modeline

cypher-mode

cypher-mode

whitespace-mode

whitespace-mode

Installation

Melpa

Manual

    M-x package-install RET cloud-theme
    (load-theme 'cloud-theme t)

Via use-package

    (use-package cloud-theme
        :ensure t
        :config
        (load-theme 'cloud t))