summaryrefslogtreecommitdiff
path: root/.Xresources
blob: 9d299c3bb1d5edfba9a3a12a1f2c6ef02ffdd149 (plain)
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
*.background: #080808
*.foreground: #ebebeb
*.cursor: #9e9e9e
*.color0: #323437
*.color1: #ff5454
*.color2: #8cc85f
*.color3: #e3c78a
*.color4: #80a0ff
*.color5: #d183e8
*.color6: #79dac8
*.color7: #c6c6c6
*.color8: #949494
*.color9: #ff5189
*.color10: #36c692
*.color11: #bfbf97
*.color12: #74b2ff
*.color13: #ae81ff
*.color14: #85dc85
*.color15: #dadada
*.selection_background: #b2ceee
*.selection_foreground: #080808

! URxvt config
URxvt.scrollBar: flase

URxvt.font: xft:TamzenForPowerline:pixelsize=15
URxvt.boldFont: xft:TamzenForPowerline:bold:pixelsize=15


URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down: command:\033]721;1\007
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.Control-Left: \033[1;5D

URxvt.iso14755: false

URxvt.keysym.Control-Meta-c: builtin-string:
URxvt.keysym.Control-Meta-v: builtin-string:
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard

URxvt.perl-lib: /usr/lib/urxvt/perl/
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select

URxvt.urlLauncher: firefox
URxvt.underlineURLs: true
URxvt.urlButton: 1

! vim: set filetype=xdefaults nomodeline: