blob: 27700a41a969da1b9281b8b7de48e710d598cd37 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
--- metal/Theme/gtk/gtkrc.orig Fri Feb 12 05:16:41 1999
+++ metal/Theme/gtk/gtkrc Wed Feb 17 01:23:21 1999
@@ -1,3 +1,7 @@
+#module_path "%%PREFIX%%/lib/gtk/themes"
+
+pixmap_path "%%PREFIX%%/share/themes/Metal/gtk"
+
style "default"
{
font = "-b&h-lucida-bold-r-normal-sans-12-*-*-*-p-*-iso8859-1"
--- notif/Theme/gtk/gtkrc.orig Sun Jan 31 03:05:48 1999
+++ notif/Theme/gtk/gtkrc Sun Jan 31 03:11:41 1999
@@ -13,9 +13,9 @@
# testgtkrc2 sets all the buttons in the main window to blue by default
#include "testgtkrc2"
-#module_path ".:/home/raster/themes"
+#module_path "%%PREFIX%%/lib/gtk/themes"
-pixmap_path ".:/home/raster/themes"
+pixmap_path "%%PREFIX%%/share/themes/Notif/gtk"
style "default"
{
--- pixmap/Theme/gtk/gtkrc.orig Thu Dec 17 01:05:37 1998
+++ pixmap/Theme/gtk/gtkrc Sun Jan 31 03:09:55 1999
@@ -13,7 +13,9 @@
# testgtkrc2 sets all the buttons in the main window to blue by default
#include "testgtkrc2"
-#module_path ".:/home/raster/themes"
+#module_path "%%PREFIX%%/lib/gtk/themes"
+
+pixmap_path "%%PREFIX%%/share/themes/Pixmap/gtk"
style "eventbox" {
bg_pixmap[NORMAL] = "<parent>"
--- redmond95/Theme/gtk/gtkrc.orig Sun Jan 31 03:10:29 1999
+++ redmond95/Theme/gtk/gtkrc Sun Jan 31 03:11:23 1999
@@ -13,9 +13,9 @@
# testgtkrc2 sets all the buttons in the main window to blue by default
#include "testgtkrc2"
-#module_path ".:/home/raster/themes"
+#module_path "%%PREFIX%%/lib/gtk/themes"
-pixmap_path ".:/home/raster/themes"
+pixmap_path "%%PREFIX%%/share/themes/Redmond95/gtk"
style "default"
{
|