diff options
author | noa@gaiwan.org | 2024-03-18 23:34:19 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-03-18 23:34:19 +0000 |
commit | d73eea18892a877433c8ae04f9514cd6f49c4e74 (patch) | |
tree | 45efe9fda58d69fe79e1f890ae01c42c286a9551 /xdm/Xresources |
Initial commit
Diffstat (limited to 'xdm/Xresources')
-rw-r--r-- | xdm/Xresources | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/xdm/Xresources b/xdm/Xresources new file mode 100644 index 0000000..4d7126d --- /dev/null +++ b/xdm/Xresources @@ -0,0 +1,23 @@ +Xcursor.theme: whiteglass + +xlogin.Login.greeting: +xlogin.Login.fail: Incorrect +xlogin.Login.namePrompt: Username: +xlogin.Login.passwdPrompt: Password: +xlogin.Login.echoPasswd: true + +xlogin.Login.face: Noto sans cjk sc-18 +xlogin.Login.greetFace: Noto sans cjk sc-18 +xlogin.Login.greetColor: black +xlogin.Login.promptFace: Noto sans cjk sc-18 +xlogin.Login.failFace: Noto sans cjk sc-18 +xlogin.Login.failColor: black + +! user input colours +xlogin.Login.background: #ffffe8 +xlogin.Login.foreground: #000000 + +xlogin.Login.borderWidth: 1 +xlogin.Login.frameWidth: 0 +xlogin.Login.innerFramesWidth: 0 +xlogin.Login.sepWidth: 0 |