-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXdefaults
More file actions
55 lines (50 loc) · 1.13 KB
/
Xdefaults
File metadata and controls
55 lines (50 loc) · 1.13 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
Xft.antialias: true
Xft.dpi: 92
Xft.autohint: false
Xft.hinting: false
Xft.lcdfilter: lcdlegacy
Xft.rgba: rgb
urxvt.font: xft:Inconsolata-11:antialias=false
urxvt.boldfont: xft:Inconsolata-11:bold:antialias=false
urxvt.termName: rxvt
urxvt.imLocale: en_US.utf8
!urxvt.depth: 32
urxvt.inheritPixmap: false
urxvt.saveLines: 32767
urxvt.scrollTtyKeypress:true
urxvt.scrollWithBuffer: false
urxvt.scrollTtyOutput: false
urxvt.scrollBar: false
urxvt.loginShell: true
urxvt.perl-ext-common: default,clipboard
urxvt.iso14755: false
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
! terminal colors
*foreground:#f8f8f2
*background:#080808
! urxvt colors
!black
*color0: #000000
*color8: #373737
!red
*color1: #BB0000
*color9: #FF5555
!green
*color2: #3CC600
*color10: #55FF55
!yellow
*color3: #FFF615
*color11: #FFFD03
!blue
*color4: #1142DF
*color12: #0B8BFF
!magenta
*color5: #BB00BB
*color13: #FF55FF
!cyan
*color6: #00D9DF
*color14: #55FFFF
!white
*color7: #FFFFFF
*color15: #FFFFFF