aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJens Grassel <jens@wegtam.com>2023-01-28 10:47:00 +0100
committerRobin Jarry <robin@jarry.cc>2023-01-28 18:20:21 +0100
commit89f01264cd0b2f84f113772a3d7f2751a9ed222d (patch)
tree98bbf9442ae70984fd70fbc63afcb8183e852f44 /Makefile
parentc3db57a194a5eba2a79c01ce4e10bd8ad33af491 (diff)
downloadaerc-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3ac53e0a..cfcd0fe3 100644
--- a/Makefile
+++ b/Makefile
@@ -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