summaryrefslogtreecommitdiff
path: root/themes/Solarized/Makefile.am
blob: 3df6e8b7f8aac077ebf201bc3aa0505d4a488dd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

GTK3_CSS =								\
	palette.css							\
	tokens-light.css					\
	tokens-dark.css						\
	widgets-light.css					\
	widgets-dark.css

solarized.ctm: gresource.xml $(GTK3_CSS)
	glib-compile-resources --target=$@ --sourcedir=$(srcdir) gresource.xml

css_DATA = solarized.ctm

cssdir = $(themesdir)

EXTRA_DIST = $(css_DATA) gresource.xml

CLEANFILES = $(css_DATA)