-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xdefaults
92 lines (78 loc) · 1.38 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
URxvt*font: xft:xos4Terminus:Bold:size=14
URxvt*depth: 32
URxvt.scrollBar: false
URxvt.cursorBlink: true
URxvt.underlineURLs: true
! URxvt.letterSpace: -1
URxvt.internalBorder: 10
*background: #272827
*foreground: #657b83
*fading: 15
*fadeColor: black
*cursorColor: #16A085
*pointerColorBackground:#2B2C2B
*pointerColorForeground:#16A085
!! special
!*.foreground: #bfbfbf
!*.background: #162025
!*.cursorColor: #bfbfbf
!
!! black
!*.color0: #0f1619
!*.color8: #365a5c
!
!! red
!*.color1: #393843
!*.color9: #662b37
!
!! green
!*.color2: #75404b
!*.color10: #193a48
!
!! yellow
!*.color3: #235964
!*.color11: #393843
!
!! blue
!*.color4: #0b4753
!*.color12: #75404b
!
!! magenta
!*.color5: #2a474a
!*.color13: #662b37
!
!! cyan
!*.color6: #662b37
!*.color14: #083842
!
!! white
!*.color7: #bfbfbf
!*.color15: #bfbfbf
special
*.foreground: #93a1a1
*.background: #141c21
*.cursorColor: #afbfbf
! black
*.color0: #263640
*.color8: #4a697d
! red
*.color1: #d12f2c
*.color9: #fa3935
! green
*.color2: #819400
*.color10: #a4bd00
! yellow
*.color3: #b08500
*.color11: #d9a400
! blue
*.color4: #2587cc
*.color12: #2ca2f5
! magenta
*.color5: #696ebf
*.color13: #8086e8
! cyan
*.color6: #289c93
*.color14: #33c5ba
! white
*.color7: #bfbaac
*.color15: #fdf6e3