summaryrefslogtreecommitdiffstats
path: root/common/bootsplash/config/gtkrc
diff options
context:
space:
mode:
Diffstat (limited to 'common/bootsplash/config/gtkrc')
-rw-r--r--common/bootsplash/config/gtkrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/common/bootsplash/config/gtkrc b/common/bootsplash/config/gtkrc
new file mode 100644
index 0000000..a16d755
--- /dev/null
+++ b/common/bootsplash/config/gtkrc
@@ -0,0 +1,13 @@
+pixmap_path "/tmp/"
+
+style "b"{
+ bg_pixmap[NORMAL] = "bootsplash.png"
+}class "GtkWindow" style "b"
+
+style "a"{
+ bg[NORMAL] = "#aaaaaa"
+}class "GtkFrame" style "a"
+
+style "a"{
+ bg[NORMAL] = "#aaaaaa"
+}class "GtkEventBox" style "a"