diff options
Diffstat (limited to 'rc')
-rw-r--r-- | rc/Makefile.am | 2 | ||||
-rw-r--r-- | rc/gtk.css | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/rc/Makefile.am b/rc/Makefile.am new file mode 100644 index 0000000..6587d3c --- /dev/null +++ b/rc/Makefile.am @@ -0,0 +1,2 @@ +styleconfdir=$(prefix)/share/themes/tdegtk/gtk-3.0 +styleconf_DATA = gtk.css diff --git a/rc/gtk.css b/rc/gtk.css new file mode 100644 index 0000000..5aa547e --- /dev/null +++ b/rc/gtk.css @@ -0,0 +1,7 @@ +/* This file is part of the Gtk TQt Theme Engine */ + +* { + engine:tdegtk; +} + +@import "tdegtk.css"; |