Gtk-2.0: Revive missing rc files in 3.94.0 source
diff --git a/gtk/gtk-2.0/gtkrc b/gtk/gtk-2.0/gtkrc
new file mode 100644
index 0000000..7d42ad5
--- /dev/null
+++ b/gtk/gtk-2.0/gtkrc
@@ -0,0 +1,17 @@
+#
+# This file is part of adapta-gtk-theme
+#
+# Copyright (C) 2016-2018 Tista <tista.gma500@gmail.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+
+#
+# Imports
+#
+include "colors.rc"
+include "common.rc"
+include "3rd-party.rc"
diff --git a/gtk/gtk-2.0/gtkrc-dark b/gtk/gtk-2.0/gtkrc-dark
new file mode 100644
index 0000000..2723f90
--- /dev/null
+++ b/gtk/gtk-2.0/gtkrc-dark
@@ -0,0 +1,17 @@
+#
+# This file is part of adapta-gtk-theme
+#
+# Copyright (C) 2016-2018 Tista <tista.gma500@gmail.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+
+#
+# Imports
+#
+include "colors-dark.rc"
+include "common-dark.rc"
+include "3rd-party-dark.rc"
diff --git a/gtk/gtk-2.0/gtkrc-dark-eta b/gtk/gtk-2.0/gtkrc-dark-eta
new file mode 100644
index 0000000..faa82d9
--- /dev/null
+++ b/gtk/gtk-2.0/gtkrc-dark-eta
@@ -0,0 +1,17 @@
+#
+# This file is part of adapta-gtk-theme
+#
+# Copyright (C) 2016-2018 Tista <tista.gma500@gmail.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+
+#
+# Imports
+#
+include "colors-dark.rc"
+include "common-dark-eta.rc"
+include "3rd-party-dark-eta.rc"
diff --git a/gtk/gtk-2.0/gtkrc-eta b/gtk/gtk-2.0/gtkrc-eta
new file mode 100644
index 0000000..6a3ddce
--- /dev/null
+++ b/gtk/gtk-2.0/gtkrc-eta
@@ -0,0 +1,17 @@
+#
+# This file is part of adapta-gtk-theme
+#
+# Copyright (C) 2016-2018 Tista <tista.gma500@gmail.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+
+#
+# Imports
+#
+include "colors.rc"
+include "common-eta.rc"
+include "3rd-party-eta.rc"