diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-03-15 17:20:42 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-03-15 17:20:42 +0000 |
commit | 2c4ef373affeb14ce75101011f3236b8ee52927e (patch) | |
tree | c7006898b221b9ce59d91ba5755de371a4bbd195 /app/xdm/config | |
parent | 68ffb6515643a3d1992cf4b17ae45d26d29c7825 (diff) |
Allow the greeter to set the input fields bg color
A new 'inpColor' resource is added for that.
Already commited upstream.
Diffstat (limited to 'app/xdm/config')
-rw-r--r-- | app/xdm/config/Xresources.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xdm/config/Xresources.cpp b/app/xdm/config/Xresources.cpp index aa3dac2b3..b52331e61 100644 --- a/app/xdm/config/Xresources.cpp +++ b/app/xdm/config/Xresources.cpp @@ -83,8 +83,8 @@ xlogin*shdColor: #384c70 xlogin*greetColor: #000000 XHASHif defined(bpp4) || defined(bpp8) || defined(bpp15) ! flood fill -!xlogin*background: #2559a5 xlogin*background: #5272b6 +xlogin*inpColor: #5272b6 XHASHendif xlogin*failColor: red |