summaryrefslogtreecommitdiff
path: root/themes/test2/test.ps
diff options
context:
space:
mode:
authorSteffen Winterfeldt <wfeldt@opensuse.org>2005-03-07 15:39:46 +0000
committerSteffen Winterfeldt <wfeldt@opensuse.org>2005-03-07 15:39:46 +0000
commit9c77323ee7c80ae6bebea55ebfff2282c8d7f855 (patch)
tree85d56ffa72319fbeb7c8e58cba840b356d26d0ad /themes/test2/test.ps
parentb4490ae794577bb0dc92ef0a1a90c057498f1775 (diff)
- new splash graphics
- fixed slow timeout (#66730) - enabled transparent menus
Diffstat (limited to 'themes/test2/test.ps')
-rw-r--r--themes/test2/test.ps11
1 files changed, 6 insertions, 5 deletions
diff --git a/themes/test2/test.ps b/themes/test2/test.ps
index ebd1781..f7cca46 100644
--- a/themes/test2/test.ps
+++ b/themes/test2/test.ps
@@ -92,15 +92,16 @@ white settextmodecolor
/w 100 def
/h 50 def
-100 y moveto w h savescreen /s0 exch def
+100 y moveto w h savescreen /s1 exch def
-gray setcolor
+black setcolor
100 y moveto w h fillrect
white setcolor "Text" show
-100 y moveto w h savescreen /s1 exch def
+100 y moveto w h savescreen /s0 exch def
-0 settransparency
-0 0 moveto s0 s1 blend
+10 settransparency
+0x00ff00 setcolor
+0 0 moveto s0 s1 blend2
300 y moveto s1 restorescreen