94 lines
1.7 KiB
Plaintext
94 lines
1.7 KiB
Plaintext
!! COLORS
|
|
|
|
! special
|
|
*foreground: #9b9081
|
|
*background: #181b20
|
|
*cursorColor: #9b9081
|
|
|
|
! black
|
|
*color0: #353535
|
|
*color8: #5f5f5f
|
|
|
|
! red
|
|
*color1: #744b40
|
|
*color9: #785850
|
|
|
|
! green
|
|
*color2: #6d6137
|
|
*color10: #6f6749
|
|
|
|
! yellow
|
|
*color3: #765636
|
|
*color11: #776049
|
|
|
|
! blue
|
|
*color4: #61564b
|
|
*color12: #696057
|
|
|
|
! magenta
|
|
*color5: #6b4a49
|
|
*color13: #6f5a59
|
|
|
|
! cyan
|
|
*color6: #435861
|
|
*color14: #525f66
|
|
|
|
! white
|
|
*color7: #b3b3b3
|
|
*color15: #cdcdcd
|
|
|
|
|
|
!! STYLE
|
|
|
|
! scrollbars
|
|
URxvt*scrollBar: false
|
|
URxvt*scrollBar_right: false
|
|
URxvt*scrollstyle: rxvt
|
|
|
|
! border
|
|
URxvt*internalBorder: 18
|
|
|
|
! font
|
|
*font: -gohu-gohufont-medium-r-normal--14-100-100-100-c-80-iso10646-1
|
|
URxvt*LetterSpace: -1
|
|
|
|
! cursor
|
|
URxvt*cursorBlink: true
|
|
URxvt*cursorUnderline: true
|
|
|
|
|
|
!! TERMINAL
|
|
|
|
URxvt*loginShell: true
|
|
URxvt*termName: rxvt-256color
|
|
URxvt*backspacekey: \010
|
|
URxvt.urgentOnBell: true
|
|
|
|
! scroll in a pager
|
|
URxvt.secondaryScreen: 1
|
|
URxvt.secondaryScroll: 0
|
|
URxvt.keysym.C-k: command:\033c
|
|
|
|
! scroll behavior
|
|
URxvt*scrollTtyOutput: false
|
|
URxvt*scrollWithBuffer: true
|
|
URxvt*scrollTtyKeypress: true
|
|
|
|
!! SCRIPTS
|
|
|
|
URxvt.perl-lib: /usr/lib/urxvt/perl/
|
|
URxvt.perl-ext-common: default,matcher,clipboard,url-select,keyboard-select
|
|
|
|
! clipboard
|
|
URxvt.keysym.M-c: perl:clipboard:copy
|
|
URxvt.keysym.M-v: perl:clipboard:paste
|
|
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
|
|
|
|
! keyboard select text
|
|
URxvt.keysym.M-a: perl:keyboard-select:activate
|
|
URxvt.keysym.M-s: perl:keyboard-select:search
|
|
|
|
! url matcher
|
|
URxvt.url-launcher: /usr/bin/chromium
|
|
URxvt.matcher.button: 1
|