-
Notifications
You must be signed in to change notification settings - Fork 4
/
.Xdefaults
59 lines (55 loc) · 1.51 KB
/
.Xdefaults
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
! Jellybeans Terminal Colours
*.background: #151515
*.foreground: #ffffff
! black
*.color0: #222222
*.color8: #525252
! red
*.color1: #cf4a40
*.color9: #ff8880
! green
*.color2: #5cb058
*.color10: #b3e6b1
! yellow
*.color3: #faef7a
*.color11: #fffcd9
! blue
*.color4: #3346a6
*.color12: #a6b5ff
! magenta
*.color5: #ac61b0
*.color13: #df5ce6
! cyan
*.color6: #3fc0cc
*.color14: #00d2e6
! white
*.color7: #cccccc
*.color15: #ffffff
! URxvt settings
URxvt.termName : rxvt-256color
URxvt.font : xft:Inconsolata:size=16
URxvt.letterSpace : 1
!-*- Perl extensions -*-
URxvt.perl-ext-common : default,selection-to-clipboard,matcher,resize-font
URxvt.keysym.M-u : perl:url-select:select_next
URxvt.url-launcher : /opt/bin/browser-select
URxvt.underlineURLs : True
URxvt.matcher.button : 1
URxvt.keysym.Shift-Control-V : eval:paste_clipboard
URxvt.keysym.Shift-Control-C : eval:selection_to_clipboard
! Comment this if you dont want copy when text is selected
! URxvt.clipboard.autocopy : true
URxvt.scrollBar : false
URxvt.scrollstyle : plain
URxvt.borderColor : #000030
URxvt.internalBorder : 1
URxvt.iso14755 : False
!! Keycode fixes for Ctrl+direction in Vim
URxvt.keysym.C-Up : \033[1;5A
URxvt.keysym.C-Down : \033[1;5B
URxvt.keysym.C-Right : \033[1;5C
URxvt.keysym.C-Left : \033[1;5D
URxvt.keysym.C-Prior : \033[5;5~
URxvt.keysym.C-Next : \033[6;5~
URxvt.keysym.C-Home : \033[7;5~
URxvt.keysym.C-End : \033[8;5~