diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2015-03-14 20:05:25 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2015-03-15 17:56:22 +0100 |
commit | d0e32620bfb3bc8803bffcec3f0f3b1db6440d51 (patch) | |
tree | ac050fc6ad58fe3dd7bc3172a42e9b3a264f121d /config | |
parent | 6abf2827dd4f0dc1a4972c431131de94fb978199 (diff) |
Allow the greeter to set the input fields bg color
A new 'inpColor' resource is added for that.
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/Xresources.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/Xresources.cpp b/config/Xresources.cpp index 0a92270..c880db7 100644 --- a/config/Xresources.cpp +++ b/config/Xresources.cpp @@ -46,6 +46,7 @@ xlogin*innerFramesWidth: 2 xlogin*shdColor: grey30 xlogin*hiColor: grey90 xlogin*background: grey +xlogin*inpColor: grey80 !xlogin*foreground: darkgreen xlogin*greetColor: Blue3 xlogin*failColor: red |