-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.Xdefaults
76 lines (76 loc) · 1.44 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
! ~/.Xdefaults - X default resource settings
*geometry: 130x60
!Rxvt*borderColor: Blue
!Rxvt*scrollColor: Blue
!Rxvt*troughColor: Gray
*scrollBar: True
*scrollBar_right: True
!
! for cygwin use -fn arg for Courier
!*font: Lucida Console-12
!*font: 9x15
*font:xft:Inconsolata
!
*SaveLines: 10000
*loginShell: True
! VIM-like colors
!Rxvt*background: black
!Rxvt*foreground: gray
!Rxvt*color0: #000000
!Rxvt*color1: #FFFFFF
!Rxvt*color2: #00A800
!Rxvt*color3: #FFFF00
!Rxvt*color4: #0000A8
!Rxvt*color5: #A800A8
!Rxvt*color6: #00A8A8
!Rxvt*color7: #D8D8D8
!Rxvt*color8: #000000
!Rxvt*color9: #FFFFFF
!Rxvt*color10: #00A800
!Rxvt*color11: #FFFF00
!Rxvt*color12: #0000A8
!Rxvt*color13: #A800A8
!Rxvt*color14: #00A8A8
!Rxvt*color15: #D8D8D8
!
!.background: #000000
!.foreground: #D3D2D3
!.color0: #000000
!.color1: #FF7768
!.color2: #ABFA68
!.color3: #FFFD88
!.color4: #98D0FE
!.color5: #FF85FD
!.color6: #CACBFE
!.color7: #EFEFEF
!.color8: #848484
!.color9: #FFBCB5
!.color10: #D1FCB1
!.color11: #FFFDD0
!.color12: #BADFFF
!.color13: #FFA9FE
!.color14: #E2E3FE
!.color15: #FFFFFF
!
! easy on the eyes
*color0: #000010
*color1: #9e1828
*color2: #aece92
*color3: #968a38
*color4: #414171
*color5: #963c59
*color6: #418179
*color7: #bebebe
*color8: #666666
*color9: #cf6171
*color10: #c5f779
*color11: #fff796
*color12: #4186be
*color13: #cf9ebe
*color14: #71bebe
*color15: #ffffff
*background: 0
*foreground: 15
*cursorColor: magenta
!
! eof