summaryrefslogtreecommitdiffstats
path: root/gtkrc
diff options
context:
space:
mode:
authorOliver Burger <obgr_seneca@mageia.org>2012-04-15 17:43:11 +0000
committerOliver Burger <obgr_seneca@mageia.org>2012-04-15 17:43:11 +0000
commitb5b042fdcf6f81cf7665351031c2f0569165b39e (patch)
tree9757617df4693a09dadaf6f268d358e041f320b6 /gtkrc
downloadtheme-dm-b5b042fdcf6f81cf7665351031c2f0569165b39e.tar
theme-dm-b5b042fdcf6f81cf7665351031c2f0569165b39e.tar.gz
theme-dm-b5b042fdcf6f81cf7665351031c2f0569165b39e.tar.bz2
theme-dm-b5b042fdcf6f81cf7665351031c2f0569165b39e.tar.xz
theme-dm-b5b042fdcf6f81cf7665351031c2f0569165b39e.zip
- added Mageia lxdm theme
Diffstat (limited to 'gtkrc')
-rw-r--r--gtkrc50
1 files changed, 50 insertions, 0 deletions
diff --git a/gtkrc b/gtkrc
new file mode 100644
index 0000000..d50ca65
--- /dev/null
+++ b/gtkrc
@@ -0,0 +1,50 @@
+style "back"
+{
+ engine "pixmap"
+ {
+ image
+ {
+ function = FLAT_BOX
+ shadow=NONE
+ state = NORMAL
+ file="wave.svg"
+ stretch=TRUE
+ detail = "base"
+ }
+ }
+}
+
+style "time"
+{
+ fg[NORMAL]="#ffffff"
+ font_name="Sans 12"
+}
+
+style "prompt"
+{
+ fg[NORMAL]="#ffffff"
+ font_name="Sans Bold 22"
+}
+
+# Normally this won't paint an invisible event box, but we did some hacks in greeter.c.
+style "bottom"
+{
+ font_name="Sans 12"
+ fg[NORMAL] = "#9E9D9B"
+ engine "pixmap"
+ {
+ image
+ {
+ function = FLAT_BOX
+ file="shade.png"
+ stretch=TRUE
+ detail="eventbox"
+ }
+ }
+}
+
+widget "lxdm" style "back"
+widget "lxdm.*.time" style "time"
+widget "lxdm.*.prompt" style "prompt"
+widget "lxdm.*.bottom_pane" style "bottom"
+widget_class "GtkWindow.*.GtkEventBox.*.<GtkLabel>" style "bottom"