diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-19 18:42:22 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-19 18:42:22 -0200 |
commit | 1399da8a60d684a802effc055be6351d1b87612a (patch) | |
tree | bb43e1e49c34a4565f5db8aa87297f62fc48e0b2 | |
parent | 8f1476657baae54dcca998c01bd4ffe0233a6ba2 (diff) |
Add a simple Viewres-color file
Only grayscale values used.
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | app-defaults/Viewres-color | 24 |
2 files changed, 26 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a13ad72..eeca47c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,8 +36,8 @@ DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults appdefaultdir = @appdefaultdir@ dist_appdefault_DATA = \ - app-defaults/Viewres - + app-defaults/Viewres \ + app-defaults/Viewres-color appmandir = $(APP_MAN_DIR) diff --git a/app-defaults/Viewres-color b/app-defaults/Viewres-color new file mode 100644 index 0000000..3030d80 --- /dev/null +++ b/app-defaults/Viewres-color @@ -0,0 +1,24 @@ +#include "Viewres" + +*background: gray95 +*foreground: gray30 +*borderColor: gray80 +*showGrip: False +*Font: XtDefaultFont +*buttonbox*ShapeStyle: rectangle +*internalBorderWidth: 0 +*buttonbox.backgroundPixmap: gradient:vertical?dimension=4&start=gray95&end=gray90 +*buttonbox.displayList: foreground gray70;line 0,-1,-1,-1;foreground gray95;line 0,0,-1,0 +*treeform.porthole.tree.backgroundPixmap:gradient:vertical?dimension=4&start=gray85&end=gray90 +*Tree*List.BorderWidth: 0 +*Tree.foreground: gray75 +*Tree.lineWidth: 7 +*List.backgroundPixmap: gradient:vertical?dimension=4&start=gray95&end=gray90 +*List.displayList: foreground gray50;line 0,-1,-1,-1;foreground white;line 0,0,-1,0 +*Porthole*Box.BorderWidth: 1 +*Panner.BorderWidth: 1 +*Panner.background: gray70 +*Panner.foreground: gray80 +*Panner.shadowColor: gray50 +*Panner*backgroundStipple: hlines2 +*SimpleMenu.backgroundPixmap: gradient:vertical?dimension=4&start=gray92&end=gray98 |