blob: 14fc10e206b36abf0709e61552636a4f3ce4e0b4 (
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
|
URxvt*font: xft:Hack Nerd Font Mono:size=11:antialias=True,xft:JoyPixels:pixelsize=10
!! colors and stuff
URxvt.letterSpace: 0
URxvt.scrollBar: False
URxvt.depth: 32
URxvt.background: [90]#000000
URxvt.foreground: #ffffff
URxvt.externalBorder: 0
URxvt.internalBorder: 0
URxvt.backgroundBorder: 0
URxvt.borderLess: False
!! black
URxvt.color0: #000000
URxvt.color8: #343636
!! red
URxvt.color1: #e74c7c
URxvt.color9: #c26f6f
!! green
URxvt.color2: #6bb05d
URxvt.color10: #8dc776
!! yellow
URxvt.color3: #e59e67
URxvt.color11: #e7ac7e
!! indigo
URxvt.color4: #5b98a9
URxvt.color12: #7ab3c3
!! lavender
URxvt.color5: #b185db
URxvt.color13: #bb84e5
!! cyan
URxvt.color6: #51a39f
URxvt.color14: #6db0ad
!! white
URxvt.color7: #c4c4c4
URxvt.color15: #cccccc
!! perl extensions
URxvt.perl-ext-common: default,url-select,resize-font,selection-to-clipboard
URxvt.matcher.button: 1
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: /usr/bin/xdg-open
URxvt.url-select.underline: true
URxvt.iso14755: False
URxvt.iso14755_52: False
|