-
Notifications
You must be signed in to change notification settings - Fork 22
/
.Xresources
80 lines (71 loc) · 2 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
*.foreground: #A9B1D6
*.background: #1A1B26
*.cursorColor: #A9B1D6
*.highlightColor:#3A3F4B
!*fading: 40
!*fadeColor: S_base03
!*pointerColorBackground: S_base01
!*pointerColorForeground: S_base1
! Normal Bright
! -------- -------
! 0 Black 8 Black
! 1 Red 9 Red
! 2 Yellow 10 Yellow
! 3 Green 11 Green
! 4 Blue 12 Blue
! 5 Magenta 13 Magenta
! 6 Cyan 14 Cyan
! 7 White 15 White
! Black colours
*.color0: #1A1B26
*.color8: #4E5173
! Red colours
*.color1: #F7768E
*.color9: #E06C75
! Yellow colours
*.color2: #E0AF68
*.color10: #D19A66
! Green colours
*.color3: #9ECE6A
*.color11: #98C379
! Blue colours
*.color4: #7AA2F7
*.color12: #61AFEF
! Magenta (pink, !green) colours
*.color5: #9A7ECC
*.color13: #C678DD
! Cyan (blue + green)
*.color6: #4ABAAF
*.color14: #56B6C2
! White colours
*.color7: #ACB0D0
*.color15: #ABB2BF
! xterm.vt100.faceName: Terminus:style=Regular:size=10
! xterm.vt100.faceNameDoublesize: Cyberbit:style=Regular:size=10
XTerm.vt100.bellIsUrgent: true
XTerm.vt100.alternateScroll: true
XTerm.vt100.selectToClipboard: true
URxvt.scrollBar: false
URxvt.perl-ext-common: default,selection-to-clipboard
URxvt.clipboard.autocopy: true ! sync primary and clipboard buffers
URxvt.secondaryScreen: 1
URxvt.secondaryScroll: 0
URxvt.secondaryWheel: 1
URxvt*urgentOnBell: true
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true
URxvt*scrollTtyKeypress: true
URxvt.font: xft:Consolas:pixelsize=12, xft:Segoe UI Symbol:style=Regular:pixelsize=12, xft:Unifont:pixelsize=12
URxvt.letterSpace : -2 ! Put characters slightly closer together
URxvt.termName : rxvt-unicode-256color
!Urxvt*termName: screen-256color
URxvt.iso14755 : false
URxvt.iso14755_52: false
! transparency in i3
!URxvt.transparent: true
!URxvt.shading:20
Xft.dpi: 96
Xft.Hinting: 1
Xft.RGBA: rgb
Xft.HintStyle: hintslight
Xft.Antialias: 1