Skip to content

A comfortable light/dark theme for Emacs

License

Notifications You must be signed in to change notification settings

thornjad/aero-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aero-theme - A practical theme

Author: Jade Michael Thornton
Version: 1.3.0

The Aero themes are a pair of light and dark themes which balance elegance with practicality. They were originally part of Aero Emacs but were distilled for wider use. The light theme draws color from the vibrancy of northern Minnesota in Autumn, while the dark theme draws inspiration from my own ClearNight Retro for Atom.

Preview

Aero Theme

Aero Dark Theme

Installation

The Aero themes are not available on MELPA at this time, since they're still undergoing some tweaking, and I'm not sure MELPA really needs more themes right now.

The easiest method of installation, if you have it set up already, is with use-package (built-in to Emacs 29) and the fetcher of your choice. If you already have straight set up, here would be the recipe:

    (use-package aero-theme
      :straight (:host gitlab :repo "thornjad/aero-theme" :branch "main"))

Alternatively, this repository may be cloned into your Emacs's custom-theme-directory.

Either way, activate the theme with

    (load-theme 'aero)
    ;; or, for the dark variant:
    (load-theme 'aero-dark)

Converted from aero-theme.el by el2md.