-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
60 lines (47 loc) · 1.5 KB
/
Xresources
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
60
URxvt*font: xft:Dejavu Sans Mono for Powerline:style=Regular:size=12
Xft.dpi: 96
URxvt*scrollBar: false
URxvt*borderLess: false
URxvt*internalBorder: 10
URxvt*depth: 32
URxvt*perl-lib: /home/haron/.config/urxvt/perl
URxvt*perl-ext-common: default,clipboard,url-select,resize-font
URxvt*iso14755: false
URxvt*iso14755_52: false
URxvt*keysym.Control-Shift-C: perl:clipboard:copy
URxvt*keysym.Control-Shift-V: perl:clipboard:paste
URxvt*url-select.launcher: /usr/bin/xdg-open
URxvt*url-launcher: /usr/bin/xdg-open
URxvt*underlineURLs: true
URxvt*urgentOnBell: true
URxvt*.buffered: false
! special
URxvt*.foreground: #ffffff
URxvt*.background: [60]#000000
URxvt*.cursorColor: #b7b8b9
! black
URxvt*.color0: #0c0d0e
URxvt*.color8: #737475
URxvt.resize-font.smaller : C-j
URxvt.resize-font.bigger : C-k
! red
URxvt*.color1: #e31a1c
URxvt*.color9: #e31a1c
! green
URxvt*.color2: #31a354
URxvt*.color10: #31a354
! yellow
URxvt*.color3: #dca060
URxvt*.color11: #dca060
! blue
URxvt*.color4: #3182bd
URxvt*.color12: #3182bd
! magenta
URxvt*.color5: #756bb1
URxvt*.color13: #756bb1
! cyan
URxvt*.color6: #80b1d3
URxvt*.color14: #80b1d3
! white
URxvt*.color7: #b7b8b9
URxvt*.color15: #fcfdfe