-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
55 lines (45 loc) · 1 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
! vim: set ft=xdefaults
! Set the font
URxvt*font: xft:UbuntuMono-R:size=13
URxvt*boldFont: xft:UbuntuMono-B:size=13
! Terminal window size
URxvt*geometry: 95x32
! Disable scrollbar
URxvt.scrollBar: false
! Set urxvt as login shell
URxvt*loginShell: true
! Set terminal padding
URxvt.internalBorder: 15
! Fade when focus is lost
URxvt*fading: 2
URxvt*fadeColor: white
! Set colors
URxvt*depth: 32
URxvt.background: [92]#232323
URxvt.foreground: #C0C0C0
*.highlightColor: #3A3F4B
! black
*.color0: #1E2127
*.color8: #5C6370
! red
*.color1: #E06C75
*.color9: #E06C75
! green
*.color2: #98C379
*.color10: #98C379
! yellow
*.color3: #D19A66
*.color11: #D19A66
! blue
*.color4: #61AFEF
*.color12: #61AFEF
! magenta
*.color5: #C678DD
*.color13: #C678DD
! cyan
*.color6: #56B6C2
*.color14: #56B6C2
! white
*.color7: #ABB2BF
*.color15: #FFFFFF
URxvt.iconFile: /usr/share/icons/mate/16x16/apps/utilities-terminal.png