-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
76 lines (55 loc) · 1.28 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
! Google Material Design
#define bg_color #303030
#define fg_color #eceff1
! #include "/run/current-system/sw/share/X11-fonts"
*background : bg_color
*foreground : fg_color
! black
*color0 : #000000
*color8 : #212121
! red
*color1 : #F44336
*color9 : #FF5722
! green
*color2 : #4CAF50
*color10 : #CDDC39
! yellow
*color3 : #FFC107
*color11 : #FFEB3B
! blue
*color4 : #3F51B5
*color12 : #2196F3
! magenta
*color5 : #673AB7
*color13 : #9C27B0
! cyan
*color6 : #009688
*color14 : #00BCD4
! white
*color7 : #9E9E9E
*color15 : #FFFFFF
! #*font: ttf:Hack:pixelsize=10
Xft*antialias: true
! rxvt-unicode specific settings
URxvt*scrollBar: True
URxvt*scrollColor: #212121
URxvt*scrollBar_floating: true
URxvt*thickness: 1
URxvt*scrollstyle: plain
URxvt*saveLines: 65535y
URxvt*scrollBar_right: true
URxvt*cursorBlink: true
! URxvt*cursorUnderline: true
URxvt*depth: 32
URxvt*intensityStyles: True
URxvt*.font: xft:Hack:size=8
URxvt.depth: 32
! URxvt.background: [90]#000000
urxvt*transparent: true
urxvt*shading: 30
! Sane defaults for dzen2
! dzen2.font: xft:Share Tech:pixelsize=10
dzen2.foreground: #22EE11
dzen2.background: black
! Xft.dpi: 144
Xft.dpi: 96