diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-03-27 20:08:08 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-03-27 20:08:08 -0700 |
commit | 0b12bb902e42ad3922f6ea6448f183dfd450d982 (patch) | |
tree | 18d837bf0bb6654dbe97e71f7358c45fd18b24d2 /app-defaults | |
parent | d904b9e532da45d1b31621f51e5d45553ae83d89 (diff) |
Build fix for file systems that are not case sensitive
Diffstat (limited to 'app-defaults')
-rw-r--r-- | app-defaults/Xmessage-color.ad | 44 | ||||
-rw-r--r-- | app-defaults/Xmessage.ad | 6 |
2 files changed, 50 insertions, 0 deletions
diff --git a/app-defaults/Xmessage-color.ad b/app-defaults/Xmessage-color.ad new file mode 100644 index 0000000..8d5f433 --- /dev/null +++ b/app-defaults/Xmessage-color.ad @@ -0,0 +1,44 @@ +! $XFree86$ + +#include "Xmessage" + +*background: gray85 +*foreground: gray15 + +*Scrollbar.thumb: vlines2 +*Scrollbar.width: 14 +*Scrollbar.foreground: rgb:a/5/5 +*Scrollbar.borderWidth: 0 +*Scrollbar.displayList:\ +foreground gray90;\ +lines 1,-1,-1,-1,-1,1;\ +foreground gray60;\ +lines -1,0,0,0,0,-1 + +*Text.?.cursorColor: rgb:d/5/5 +*Text.borderColor: gray80 +*Text*background: gray96 +*Text*Scrollbar.background: gray80 +*Text.displayList:\ +foreground gray90;\ +lines 1,-1,-1,-1,-1,1;\ +foreground gray60;\ +lines -1,0,0,0,0,-1 + +*Command.highlightThickness: 2 +*Command.internalWidth: 5 +*Command.internalHeight: 3 +*Command.borderColor: gray40 +*Command.shapeStyle: Rectangle +*Command.background: gray80 +*Command.displayList:\ +foreground gray60;\ +lines 1,-1,-1,-1,-1,1;\ +foreground gray90;\ +lines -1,0,0,0,0,-1 + +*Form.displayList:\ +foreground gray60;\ +lines 1,-1,-1,-1,-1,1;\ +foreground gray90;\ +lines -1,0,0,0,0,-1 diff --git a/app-defaults/Xmessage.ad b/app-defaults/Xmessage.ad new file mode 100644 index 0000000..1028ed2 --- /dev/null +++ b/app-defaults/Xmessage.ad @@ -0,0 +1,6 @@ +! $XConsortium: Xmessage.ad,v 1.3 94/07/26 20:23:17 gildea Exp $ +*baseTranslations: #override :<Key>Return: default-exit() +*message.scrollVertical: Always +*message.scrollHorizontal: Never +*Command.shapeStyle: oval +*Command.highlightThickness: 1 |