forked from dusnm/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
83 lines (70 loc) · 1.8 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: true
Xft.hintstyle: hintfull
Xft.lcdfilter: lcdfilter
URxvt*imLocale: en_UK.UTF-8
URxvt*termName: rxvt-unicode-256color
Urxvt*buffered: false
URxvt.intensityStyles: false
URxvt.font: xft:UbuntuMono Nerd Font:size=13, \
xft:Inconsolata Nerd Font Mono:size=11, \
xft:DejaVuSansMono Nerd Font:size=11, \
xft:DroidSansMono Nerd Font:size=11, \
xft:FuraMono Nerd Font:size=11, \
xft:RobotoMono Nerd Font:size=11, \
xft:Noto Sans Mono:size=11, \
xft:Monospace:style=Medium:antialias=false
URxvt.saveLines: 2000
URxvt.scrollBar: false
URxvt.cursorColor: white
URxvt.internalBorder: 20
!! Fake transparency
URxvt*transparent: true
URxvt*shading: 20
!! Extensions
URxvt.perl-ext-common: default,matcher,url-select,keyboard-select,clipboard
URxvt.colorUL: #4682B4
!! url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: urxvt -e firefox
URxvt.url-select.underline: true
!! keyboard-select:
URxvt.keysym.M-Escape: perl:keyboard-select:activate
!!launher
URxvt.url-launcher: urxvt -e firefox
URxvt.matcher.button: 1
!!clipboard
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt*depth: 32
! special
*.foreground: #a39e9b
*.background: #2e2e2e
*.cursorColor: #a39e9b
! black
*.color0: #2f1e2e
*.color8: #776e71
! red
*.color1: #ef6155
*.color9: #ef6155
! green
*.color2: #48b685
*.color10: #48b685
! yellow
*.color3: #fec418
*.color11: #fec418
! blue
*.color4: #06b6ef
*.color12: #06b6ef
! magenta
*.color5: #815ba4
*.color13: #815ba4
! cyan
*.color6: #5bc4bf
*.color14: #5bc4bf
! white
*.color7: #a39e9b
*.color15: #e7e9db