73 lines
1.7 KiB
Plaintext
73 lines
1.7 KiB
Plaintext
xscreensaver.Dialog.headingFont: -*-fixed-bold-r-*-*-*-100-*-*-*-*-iso8859-1
|
|
|
|
/* URxvt */
|
|
URxvt*termName: rxvt
|
|
URxvt*allow_bold: true
|
|
URxvt*depth: 32
|
|
URxvt*foreground: white
|
|
URxvt*background: black
|
|
URxvt.background: [95]#000000
|
|
URxvt*shading: 10
|
|
URxvt*tint: black
|
|
URxvt.cursorColor: #008C00
|
|
URxvt*scrollBar: false
|
|
URxvt*saveLines: 10000
|
|
URxvt*perl-ext-common: default,matcher,tabbed,clipboard,font-size
|
|
URxvt*url-launcher: firefox
|
|
URxvt*colorUL: #3465A4
|
|
URxvt*matcher.button: 3
|
|
URxvt*tabbed.tabbar-fg: 10
|
|
URxvt*tabbed.tabbar-bg: 8
|
|
URxvt*tabbed.tab-fg: 14
|
|
URxvt*tabbed.tab-bg: 8
|
|
URxvt.geometry: 90x25
|
|
URxvt.font: xft:Monospace:size=11
|
|
|
|
|
|
! do not scroll with output
|
|
URxvt*scrollTtyOutput: false
|
|
|
|
! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
|
|
URxvt*scrollWithBuffer: true
|
|
|
|
! scroll back to the bottom on keypress
|
|
URxvt*scrollTtyKeypress: true
|
|
|
|
URxvt.keysym.Control-Right: \033[1;5C
|
|
URxvt.keysym.Control-Left: \033[1;5D
|
|
|
|
URxvt.keysym.Shift-PageUp: command:\033]720;1\007
|
|
URxvt.keysym.Shift-PageDown: command:\033]721;1\007
|
|
|
|
URxvt.keysym.C-Up: perl:clipboard:copy
|
|
URxvt.keysym.C-Down: perl:clipboard:paste
|
|
|
|
URxvt.keysym.C-0x2b: perl:font-size:increase
|
|
URxvt.keysym.C-0x2d: perl:font-size:decrease
|
|
|
|
! black
|
|
! URxvt*color0 : #424242
|
|
! URxvt*color8 : #000000
|
|
! ! red
|
|
! URxvt*color1 : #CC0000
|
|
! URxvt*color9 : #EF2929
|
|
! ! green
|
|
! URxvt*color2 : #4E9A06
|
|
! URxvt*color10 : #1CB500
|
|
! ! yellow
|
|
! URxvt*color3 : #C4A000
|
|
! URxvt*color11 : #FCE94F
|
|
! ! blue
|
|
! URxvt*color4 : #3465A4
|
|
! URxvt*color12 : #729FCF
|
|
! ! magenta
|
|
! URxvt*color5 : #75507B
|
|
! URxvt*color13 : #AD7FA8
|
|
! ! cyan
|
|
! URxvt*color6 : #06989A
|
|
! URxvt*color14 : #00F3FF
|
|
! ! white
|
|
! URxvt*color7 : #D3D7CF
|
|
! URxvt*color15 : #EEEEEC
|
|
|