-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
57 lines (52 loc) · 1.72 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
! ---------------------------------------------------------------------+
! file: .Xresources +
! author: Ypnose - http://ywstd.fr +
! ---------------------------------------------------------------------+
! -- Fonts -------------------------------------------------------------
URxvt*font: xft:Iosevka Term Custom:style=Medium:size=10.5:antialias=true
URxvt*boldFont: xft:Iosevka Term Custom:style=Extrabold:size=10.5:antialias=true
xterm*font: -*-terminus-medium-*-*-*-16-*-*-*-*-*-*-*
xterm*boldFont: -*-terminus-bold-*-*-*-16-*-*-*-*-*-*-*
! -- URxvt -------------------------------------------------------------
URxvt*cursorBlink: true
URxvt*geometry: 80x24
URxvt*internalBorder: 10
URxvt.perl-ext: -confirm-paste
URxvt*perl-ext-common: default,matcher
URxvt*print-pipe: cat >>"/tmp/urxvt.out"
URxvt*saveLines: 200
URxvt*scrollBar: false
URxvt*termName: rxvt-unicode-256color
! -- XTerm -------------------------------------------------------------
xterm*cursorBlink: true
xterm*internalBorder: 10
xterm*locale: true
xterm*scrollBar: false
xterm*utf8: 2
! -- Colors ------------------------------------------------------------
*background: #EBE4D2
*foreground: #040404
! -- Black --
*color0: #080808
*color8: #404040
! -- Red --
*color1: #802E3B
*color9: #951D45
! -- Green --
*color2: #417531
*color10: #577022
! -- Yellow --
*color3: #945D2D
*color11: #873411
! -- Blue --
*color4: #38566C
*color12: #324461
! -- Magenta --
*color5: #523D5D
*color13: #4C3366
! -- Cyan --
*color6: #387A71
*color14: #006658
! -- White --
*color7: #CCB687
*color15: #FFE8BC