diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-03-28 11:47:18 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-03-28 11:47:18 +0000 |
commit | 86a380810e288fedcc6ec8eea649f83ac81e9f39 (patch) | |
tree | 26f7439c2b6a36c934b3791e36b14c3fc5e459f7 /app | |
parent | c360d3946a05af236610349c4696c6185bc7721e (diff) |
missed files in update to 1.0.2
Diffstat (limited to 'app')
-rw-r--r-- | app/xlogo/app-defaults/XLogo | 4 | ||||
-rw-r--r-- | app/xlogo/app-defaults/XLogo-color | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/app/xlogo/app-defaults/XLogo b/app/xlogo/app-defaults/XLogo new file mode 100644 index 000000000..a70ff3c85 --- /dev/null +++ b/app/xlogo/app-defaults/XLogo @@ -0,0 +1,4 @@ +XLogo*iconPixmap: xlogo32 +XLogo*iconMask: xlogo32 +XLogo*baseTranslations: #override \ +<Key>q,<Key>Escape: quit() diff --git a/app/xlogo/app-defaults/XLogo-color b/app/xlogo/app-defaults/XLogo-color new file mode 100644 index 000000000..add98cca4 --- /dev/null +++ b/app/xlogo/app-defaults/XLogo-color @@ -0,0 +1,5 @@ +! $Xorg: XLogo-co.ad,v 1.3 2000/08/17 19:54:52 cpqbld Exp $ +#include "XLogo" +! MIT colors are Cardinal Red (Pantone 201c) and Silver Grey (Pantone 421c) +XLogo*background: rgb:d2/22/32 +XLogo*foreground: rgb:d7/d7/d7 |