Files
provision/config/xdm/Xresources
T
2026-01-22 20:54:36 -08:00

61 lines
1.5 KiB
Plaintext

! XDM Configuration with Dracula theme
! This file customizes the XDM login screen appearance
! Dracula color palette
#define Foreground #F8F8F2
#define Background #282A36
#define Selection #44475A
#define Comment #6272A4
#define Red #FF5555
#define Orange #FFB86C
#define Yellow #F1FA8C
#define Green #50FA7B
#define Purple #BD93F9
#define Cyan #8BE9FD
#define Pink #FF79C6
! Login screen background
xlogin*background: Background
xlogin*foreground: Foreground
! Greeting message
xlogin*greeting: CLIENTHOST
xlogin*greetFont: -adobe-helvetica-bold-r-normal--*-180-*-*-*-*-*-*
xlogin*greetColor: Cyan
! Login prompt
xlogin*namePrompt: \040\040\040\040\040\040\040Login:
xlogin*passwdPrompt: \040\040\040Password:
xlogin*promptFont: -adobe-helvetica-bold-r-normal--*-140-*-*-*-*-*-*
xlogin*promptColor: Purple
! Input field
xlogin*inputFont: -adobe-helvetica-medium-r-normal--*-140-*-*-*-*-*-*
xlogin*inputColor: Foreground
! Failure message
xlogin*fail: Login incorrect
xlogin*failFont: -adobe-helvetica-bold-r-normal--*-140-*-*-*-*-*-*
xlogin*failColor: Red
xlogin*failTimeout: 10
! Login box geometry
xlogin*geometry: 800x600
xlogin*borderWidth: 3
xlogin*frameWidth: 0
xlogin*innerFramesWidth: 0
! Cursor
xlogin*cursorColor: Pink
xlogin*pointerColor: Pink
! Logo (if you want to add one)
! xlogin*logoFileName: /usr/share/pixmaps/xdm-logo.xpm
! xlogin*logoPadding: 10
! Allow root login (change to false for security)
xlogin*allowRootLogin: true
! Session button
xlogin*allowShellResize: false