12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- #include "/etc/X11/app-defaults/XTerm"
- ! $OpenBSD: dot.Xdefaults,v 1.3 2014/07/10 10:22:59 jasper Exp $
-
- XTerm*loginShell: true
- XTerm*ScrollBar: true
- XTerm*dynamicColors: true
- XTerm*locale: utf8
- XTerm*saveLines: 4096
- XTerm*autoWrap: true
- XTerm*eightBitInput: false
- XTerm*eightBitOutput: true
-
- *VT100*colorMode: on
- *VT100*boldColors: on
- *VT100*dynamicColors: on
-
- *VT100*underLine: off
-
- XTerm*background: #3b4456
- XTerm*foreground: white
- XTerm*VT100*color0: Black
- XTerm*VT100*color1: DarkRed
- XTerm*VT100*color2: Green
- XTerm*VT100*color3: Yellow
- XTerm*VT100*color4: CornflowerBlue
- XTerm*VT100*color5: Magenta
- XTerm*VT100*color6: Cyan
- XTerm*VT100*color7: White
- XTerm*VT100*colorBD: White
- XTerm*VT100*colorBDMode: true
- XTerm*VT100*colorUL: Yellow
- XTerm*VT100*colorULMode: true
- XTerm*VT100*cursorColor: Beige
-
-
- urxvt.scrollBar: false
- urxvt.perl-ext-common: default,matcher
- urxvt.url-launcher: /usr/local/bin/seamonkey
- urxvt.matcher.button: 1
- urxvt.colorUL: #4682B4
- urxvt.scrollTtyOutput: false
- urxvt.scrollWithBuffer: true
- urxvt.scrollTtyKeypress: true
|