From 865f8192df40e96cbb2802136dfad4ec3c2b14d0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 8 Dec 2010 00:10:53 +0000 Subject: flushed out sketch of plugin to make the menus match Ubuntu New Wave theme svn path=/trunk/scripts/guiplugins/simple_examples/; revision=14574 --- ubuntu_newwave_style-plugin.tcl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ubuntu_newwave_style-plugin.tcl diff --git a/ubuntu_newwave_style-plugin.tcl b/ubuntu_newwave_style-plugin.tcl new file mode 100644 index 0000000..bf9f492 --- /dev/null +++ b/ubuntu_newwave_style-plugin.tcl @@ -0,0 +1,10 @@ +# +# this plugin aims to make Pd's menubar and menus look like the Ubuntu New +# Wave theme. + +.menubar configure -borderwidth 0 -foreground white -background grey35 -font {Ubuntu 10} + +foreach menuname {file edit put find media window help} { + .menubar.$menuname configure -relief sunken -font {Ubuntu 10} -borderwidth 1 \ + -background "#f2f2f2" -activebackground "#F9B78D" +} -- cgit v1.2.1