-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathXdefaults
More file actions
60 lines (54 loc) · 1.22 KB
/
Xdefaults
File metadata and controls
60 lines (54 loc) · 1.22 KB
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
Xft.rgba: rgb
Xft.hinting: 1
Xft.dpi: 96
Xft.hintstyle: hintslight
Xft.antialias: 1
Xft.lcdfilter: lcddefault
Xcursor.theme: Vanilla-DMZ
Xcursor.size: 22
! rxvt-unicode settings
URxvt.termName: rxvt-256color
URxvt.font: xft:DejaVu Sans Mono:size=10
URxvt.letterSpace: -1
URxvt.depth: 32
URxvt.background: black
URxvt.foreground: white
URxvt.saveLines: 32767
URxvt.scrollBar: false
URxvt.scrollBar_right: true
URxvt.urgentOnBell: true
! extensions
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
URxvt.url-select.launcher: /usr/bin/firefox
! terminal colors
! black
URxvt.color0: #000000
URxvt.color8: #555753
! red
URxvt.color1: #CC0000
URxvt.color9: #EF2929
! green
URxvt.color2: #4E9A06
URxvt.color10: #8AE234
! yellow
URxvt.color3: #C4A000
URxvt.color11: #FCE94F
! blue
URxvt.color4: #3465A4
URxvt.color12: #729FCF
! magenta
URxvt.color5: #75507B
URxvt.color13: #AD7FA8
! cyan
URxvt.color6: #06989A
URxvt.color14: #34E2E2
! white
URxvt.color7: #D3D7CF
URxvt.color15: #EEEEEC
! colored styles
URxvt.colorIT: #87AF5F
!URxvt.colorBD: #D7D7D7
URxvt.colorUL: #87AFD7