-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xresources
64 lines (50 loc) · 1.23 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
URxvt.termName: screen-256color
! Xft settings
Xft.dpi: 128
Xft.antialias: true
! Font
URxvt.font: xft:Source Code Pro:size=8
URxvt.boldFont: xft:Source Code Pro:bold:size=8
URxvt.italicFont: xft:Source Code Pro:italic:size=8
URxvt.boldItalicFont: xft:Source Code Pro:bolditalic:size=8
URxvt.letterSpace: -1
! Look
URxvt*scrollBar: false
URxvt*fading: 30
URxvt*visualBell: true
URxvt*cursorUnderline: true
URxvt*cursorBlink: true
URxvt*background: #1C1C1C
URxvt*foreground: #C5C8C6
URxvt*geometry: 89x47
URxvt*transparent: true
URxvt*shading: 15
! Extensions
URxvt*perl-ext-common: font-size
! font-size extionsion
URxvt*keysym.C-Up: font-size:increase
URxvt*keysym.C-Down: font-size:decrease
! black
*color0: #2D3C46
*color8: #425059
! red
*color1: #A54242
*color9: #CC6666
! green
*color2: #8C9440
*color10: #B5BD68
! yellow
*color3: #DE935F
*color11: #F0C674
! blue
*color4: #5F819D
*color12: #81A2BE
! magenta
*color5: #85678F
*color13: #B294BB
! cyan
*color6: #5E8D87
*color14: #8ABEB7
! white
*color7: #6C7A80
*color15: #C5C8C6