-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xdefaults
71 lines (61 loc) · 2.35 KB
/
.Xdefaults
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
! URXVT GEOMETRY
!------------------------------------------------
URxvt*geometry: 64X22
! URXVT FONTS
!------------------------------------------------
URxvt*font: xft:Ubuntu\ Sans\ Mono\ for\Powerline:bold:size=12
URxvt*boldFont: xft:Ubuntu\ Sans\ Mono\ for\ Powerline:bold:size=12
URxvt*letterSpace: -3
URxvt*allow_bold: true
! URXVT SCROLLBAR AND CURSOR STYLE
!------------------------------------------------
! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
URxvt*scrollWithBuffer: true
URxvt*saveLines: 300000
URxvt.scrollBar: false
!URxvt*scrollstyle: plain
URxvt*cursorBlink: true
URxvt*cursorUnderline: true
URxvt*cursorColor: #F5F5F5
! URXVT TABS
!------------------------------------------------
URxvt.tabbedex.autohide: yes
URxvt.tabbedex.tabbar-fg: 2
URxvt.tabbedex.tabbar-bg: 0
URxvt.tabbedex.tab-fg: 10
URxvt.tabbedex.tab-bg: 0
URxvt.tabbedex.title: yes
URxvt.tabbedex.new-button: no
! URXVT ICON
!------------------------------------------------
URxvt.iconFile: /usr/share/icons/Peppermix/apps/scalable/terminal.svg
! URXVT COLORS
!------------------------------------------------
*background: [75]#51403e
*foreground: #F5F5F5
urxvt*depth: 32
urxvt*shading: 50
!black
*color0: #000000
*color8: #444444
!red
*color1: #641818
*color9: #870000
!green
*color2: #027F02
*color10: #25F925
!yellow
*color3: #4d1717
*color11: #5c1515
!blue
*color4: #0b0b61
*color12: #000093
!magenta
*color5: #0d3c76
*color13: #2e66ac
!cyan
*color6: #5f87ff
*color14: #207a87
!white
*color7: #F5F5F5
*color15: #CCCCCC