Skip to content

vutran1710/Ayu-Theme-Emacs

Repository files navigation

Ayu-Theme Pack for Emacs

Content

Introduction

Refer to the original Ayu-theme. It’s truly an amazing set of theme and someone has to port it to Emacs eventually.

This repo currently provides 3 versions of Ayu-theme: the light, they grey & the dark. Refer to the files with correspondent names.

Screenshots

./img/light.png

./img/dark.png

./img/grey.png

Installing

Manual

Just copy the lisp files to your emacs config dir (ie: ~/.emacs.d) and load them…

Example

cp ayu-*.el ~/.emacs.d/themes

And somewhere, with a little lisp…

(setq custom-theme-directory "~/.emacs.d/themes")

Melpa

With use-package macro:

(use-package ayu-theme
  :config (load-theme 'ayu-dark t))

Quelpa

It’s possible to install them using Quelpa, though.

(use-package ayu-theme
  :quelpa
  (ayu-theme :repo "vutran1710/Ayu-Theme-Emacs" :fetcher github)
  :config
  (load-theme 'ayu-dark t))

License/Credit

All go to the original author of Ayu-theme.

I just did the copy works.

The colors might not be 100% accurate.