!------------------------------------------------------------------------------ ! Global X/Motif setup !------------------------------------------------------------------------------ !! Make sure to adust this for your screen Xft.dpi: 86 !! Default variable width font for all Motif user interface elements *renderTable.variable.fontType: FONT_IS_XFT *renderTable.variable.fontName: Liberation Sans *renderTable.variable.fontSize: 10 *renderTable: variable !! Fixed width font, can optionally be enabled for text input widgets *renderTable.fixed.fontType: FONT_IS_XFT *renderTable.fixed.fontName: Liberation Mono *renderTable.fixed.fontSize: 10 ! *XmText*renderTable: fixed ! *XmTextField*renderTable: fixed !! Default background and highlight colors *background: #d2d2d2 *highlightColor: #5f8ba0 !! Lighter and somewhat saturated background for lists and text input widgets *XmList.background: #b6b6aa *XmText.background: #d3b5b5 *XmTextField.background: #d3b5b5 !! Tool tip appearance *TipLabel.background: antiquewhite *TipShell.borderColor: black *TipShell.borderWidth: 1 !! Some tweaks *multiClickTime: 260 *XmScrollBar.width: 14 *XmScrollBar.height: 14 !------------------------------------------------------------------------------ ! Window decorations !------------------------------------------------------------------------------ Emwm*client*background: #8C8C8C Emwm*client*activeBackground: #aba68c Emwm*icon*activeBackground: #aba68c !! Dithered frame borders (somewhat reminiscent of Indigo Magic) ! Emwm*client*topShadowPixmap: 1x1 ! Emwm*client*activeTopShadowPixmap: 1x1 !------------------------------------------------------------------------------ ! Client specific !------------------------------------------------------------------------------ NEdit*inactiveBackground: #b0b0b0 NEdit*inactiveForeground: #000000 XTerm*faceName: Liberation Mono XTerm*faceSize: 10 !------------------------------------------------------------------------------ ! CDE 2.0 Motif look defaults !------------------------------------------------------------------------------ *enableThinThickness: True *enableBtn1Transfer: button2_adjust *enableButtonTab: True *enableDefaultButton: True *enableEtchedInMenu: True *enableMenuInCascade: True *enableMultiKeyBindings: False *enableToggleColor: True *enableToggleVisual: False *enableDragIcon: False !------------------------------------------------------------------------------ ! CDE 2.0 bindings for text input widgets !------------------------------------------------------------------------------ *XmText*Translations:#override\n\ Ctrlu:delete-to-start-of-line()\n\ Ctrlk:delete-to-end-of-line()\n\ Ctrla:beginning-of-line()\n\ Ctrle:end-of-line()\n\ Ctrlp:process-up()\n\ Ctrlb:backward-character()\n\ Ctrln:process-down()\n\ Ctrlf:forward-character() *XmTextField*Translations:#override\n\ Ctrlu:delete-to-start-of-line()\n\ Ctrlk:delete-to-end-of-line()\n\ Ctrla:beginning-of-line()\n\ Ctrle:end-of-line()\n\ Ctrlb:backward-character()\n\ Ctrlf:forward-character() !----------------------------------- EOF -------------------------------------- ! $Id: Xresources-sample,v 1.6 2024/01/15 15:05:16 alx Exp alx $