|
@@ -7,62 +7,56 @@
|
7
|
7
|
|
8
|
8
|
! --- special colors ---
|
9
|
9
|
|
10
|
|
-*background: #e0e0e0
|
11
|
|
-*foreground: #000000
|
|
10
|
+URxvt.background: #e0e0e0
|
|
11
|
+URxvt.foreground: #000000
|
12
|
12
|
|
13
|
13
|
! --- standard colors ---
|
14
|
14
|
|
15
|
15
|
! black
|
16
|
|
-*color0: #000000
|
|
16
|
+URxvt.color0: #000000
|
17
|
17
|
|
18
|
18
|
! bright_black
|
19
|
|
-*color8: #454545
|
|
19
|
+URxvt.color8: #454545
|
20
|
20
|
|
21
|
21
|
! red
|
22
|
|
-*color1: #7c3c54
|
|
22
|
+URxvt.color1: #7c3c54
|
23
|
23
|
|
24
|
24
|
! bright_red
|
25
|
|
-*color9: #b66785
|
|
25
|
+URxvt.color9: #b66785
|
26
|
26
|
|
27
|
27
|
! green
|
28
|
|
-*color2: #547c3c
|
|
28
|
+URxvt.color2: #547c3c
|
29
|
29
|
|
30
|
30
|
! bright_green
|
31
|
|
-*color10: #85b667
|
|
31
|
+URxvt.color10: #85b667
|
32
|
32
|
|
33
|
33
|
! yellow
|
34
|
|
-*color3: #7c633c
|
|
34
|
+URxvt.color3: #7c633c
|
35
|
35
|
|
36
|
36
|
! bright_yellow
|
37
|
|
-*color11: #b69867
|
|
37
|
+URxvt.color11: #b69867
|
38
|
38
|
|
39
|
39
|
! blue
|
40
|
|
-*color4: #3c547c
|
|
40
|
+URxvt.color4: #3c547c
|
41
|
41
|
|
42
|
42
|
! bright_blue
|
43
|
|
-*color12: #6785b6
|
|
43
|
+URxvt.color12: #6785b6
|
44
|
44
|
|
45
|
45
|
! magenta
|
46
|
|
-*color5: #633c7c
|
|
46
|
+URxvt.color5: #633c7c
|
47
|
47
|
|
48
|
48
|
! bright_magenta
|
49
|
|
-*color13: #9867b6
|
|
49
|
+URxvt.color13: #9867b6
|
50
|
50
|
|
51
|
51
|
! cyan
|
52
|
|
-*color6: #3c7c63
|
|
52
|
+URxvt.color6: #3c7c63
|
53
|
53
|
|
54
|
54
|
! bright_cyan
|
55
|
|
-*color14: #67b698
|
|
55
|
+URxvt.color14: #67b698
|
56
|
56
|
|
57
|
57
|
! white
|
58
|
|
-*color7: #e0e0e0
|
|
58
|
+URxvt.color7: #e0e0e0
|
59
|
59
|
|
60
|
60
|
! bright_white
|
61
|
|
-*color15: #ffffff
|
62
|
|
-
|
63
|
|
-
|
64
|
|
-! ------------------------------------------------------------------------------
|
65
|
|
-! --- end of terminal colors section -------------------------------------------
|
66
|
|
-! ------------------------------------------------------------------------------
|
67
|
|
-
|
|
61
|
+URxvt.color15: #ffffff
|
68
|
62
|
|