2015-08-25 00:55:56 +02:00
|
|
|
!! COLORS
|
|
|
|
|
|
|
|
! special
|
2015-10-12 16:54:59 +02:00
|
|
|
*.foreground: #586e75
|
|
|
|
*.background: #fdf6e3
|
|
|
|
*.cursorColor: #586e75
|
2015-08-25 00:55:56 +02:00
|
|
|
|
|
|
|
! black
|
2015-10-12 16:54:59 +02:00
|
|
|
*.color0: #002b36
|
|
|
|
*.color8: #657b83
|
2015-08-25 00:55:56 +02:00
|
|
|
|
|
|
|
! red
|
2015-10-12 16:54:59 +02:00
|
|
|
*.color1: #dc322f
|
|
|
|
*.color9: #dc322f
|
2015-08-25 00:55:56 +02:00
|
|
|
|
|
|
|
! green
|
2015-10-12 16:54:59 +02:00
|
|
|
*.color2: #859900
|
|
|
|
*.color10: #859900
|
2015-08-25 00:55:56 +02:00
|
|
|
|
|
|
|
! yellow
|
2015-10-12 16:54:59 +02:00
|
|
|
*.color3: #b58900
|
|
|
|
*.color11: #b58900
|
2015-08-25 00:55:56 +02:00
|
|
|
|
|
|
|
! blue
|
2015-10-12 16:54:59 +02:00
|
|
|
*.color4: #268bd2
|
|
|
|
*.color12: #268bd2
|
2015-08-25 00:55:56 +02:00
|
|
|
|
|
|
|
! magenta
|
2015-10-12 16:54:59 +02:00
|
|
|
*.color5: #6c71c4
|
|
|
|
*.color13: #6c71c4
|
2015-08-25 00:55:56 +02:00
|
|
|
|
|
|
|
! cyan
|
2015-10-12 16:54:59 +02:00
|
|
|
*.color6: #2aa198
|
|
|
|
*.color14: #2aa198
|
2015-08-25 00:55:56 +02:00
|
|
|
|
|
|
|
! white
|
2015-10-12 16:54:59 +02:00
|
|
|
*.color7: #93a1a1
|
|
|
|
*.color15: #fdf6e3
|
2015-08-25 00:55:56 +02:00
|
|
|
|
|
|
|
!! STYLE
|
|
|
|
|
|
|
|
! scrollbars
|
|
|
|
URxvt*scrollBar: false
|
|
|
|
URxvt*scrollBar_right: false
|
|
|
|
URxvt*scrollstyle: rxvt
|
|
|
|
|
|
|
|
! border
|
|
|
|
URxvt*internalBorder: 18
|
|
|
|
|
|
|
|
! font
|
2015-10-11 12:33:36 +02:00
|
|
|
! *font: -gohu-gohufont-medium-r-normal--14-100-100-100-c-80-iso10646-1
|
|
|
|
*font: xft:DejaVu Sans Mono:size=12
|
2015-08-25 00:55:56 +02:00
|
|
|
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
|
|
|
|
|
2015-08-27 21:12:34 +02:00
|
|
|
URxvt.perl-lib: /usr/lib/urxvt/perl/
|
|
|
|
URxvt.perl-ext-common: default,matcher,clipboard,url-select,keyboard-select
|
2015-08-25 00:55:56 +02:00
|
|
|
|
|
|
|
! clipboard
|
2015-08-27 21:12:34 +02:00
|
|
|
URxvt.keysym.M-c: perl:clipboard:copy
|
|
|
|
URxvt.keysym.M-v: perl:clipboard:paste
|
|
|
|
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
|
2015-08-25 00:55:56 +02:00
|
|
|
|
|
|
|
! keyboard select text
|
2015-08-27 21:12:34 +02:00
|
|
|
URxvt.keysym.M-a: perl:keyboard-select:activate
|
|
|
|
URxvt.keysym.M-s: perl:keyboard-select:search
|
2015-08-25 00:55:56 +02:00
|
|
|
|
|
|
|
! url matcher
|
2015-08-27 21:12:34 +02:00
|
|
|
URxvt.url-launcher: /usr/bin/chromium
|
|
|
|
URxvt.matcher.button: 1
|