Skip to content

ayu-themes for emacs, colors changed to be more accurate to the vim version, also including the darker edit by k4yt3x

License

Notifications You must be signed in to change notification settings

averycoolbean/Ayu-for-Emacs-Darker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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")

Quelpa

It’s possible to install it using Quelpa.

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

License/Credit

All go to the original author of Ayu-theme and it’s emacs port i guess.

About

ayu-themes for emacs, colors changed to be more accurate to the vim version, also including the darker edit by k4yt3x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%