diff options
author | Jens Grassel <jens@wegtam.com> | 2023-01-28 10:47:00 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-01-28 18:20:21 +0100 |
commit | 89f01264cd0b2f84f113772a3d7f2751a9ed222d (patch) | |
tree | 98bbf9442ae70984fd70fbc63afcb8183e852f44 /Makefile | |
parent | c3db57a194a5eba2a79c01ce4e10bd8ad33af491 (diff) | |
download | aerc-89f01264cd0b2f84f113772a3d7f2751a9ed222d.tar.gz |
stylesets: add solarized theme
This adds a styleset using the solarized theme to aerc which affects the
tui and the colorize wrapper.
Link: https://ethanschoonover.com/solarized/
Signed-off-by: Jens Grassel <jens@wegtam.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -155,6 +155,7 @@ install: $(DOCS) aerc wrap colorize install -m644 stylesets/nord $(DESTDIR)$(SHAREDIR)/stylesets/nord install -m644 stylesets/pink $(DESTDIR)$(SHAREDIR)/stylesets/pink install -m644 stylesets/blue $(DESTDIR)$(SHAREDIR)/stylesets/blue + install -m644 stylesets/solarized $(DESTDIR)$(SHAREDIR)/stylesets/solarized install -m644 contrib/aerc.desktop $(DESTDIR)$(PREFIX)/share/applications/aerc.desktop .PHONY: checkinstall |