File tree Expand file tree Collapse file tree 3 files changed +123
-103
lines changed Expand file tree Collapse file tree 3 files changed +123
-103
lines changed Original file line number Diff line number Diff line change @@ -36,3 +36,30 @@ URxvt.scrollBar_right: False
36
36
URxvt.scrollTtyOutput: False
37
37
URxvt.scrollWithBuffer: True
38
38
URxvt.scrollTtyKeypress: True
39
+
40
+ *foreground: #DDDDDD
41
+ *background: #121212
42
+ !black
43
+ *color0: #151515
44
+ *color8: #333333
45
+ !red
46
+ *color1: #AE4747
47
+ *color9: #EE6363
48
+ !green
49
+ *color2: #556B2F
50
+ *color10: #9ACD32
51
+ !brown/yellow
52
+ *color3: #DAA520
53
+ *color11: #FFC125
54
+ !blue
55
+ *color4: #003399
56
+ *color12: #3300FF
57
+ !magenta
58
+ *color5: #8B7B8B
59
+ *color13: #D8BFD8
60
+ !cyan
61
+ *color6: #A7A15E
62
+ *color14: #F0E68C
63
+ !white
64
+ *color7: #DDDDDD
65
+ *color15: #FFFFFF
Original file line number Diff line number Diff line change @@ -85,108 +85,98 @@ STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
85
85
OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
86
86
STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
87
87
88
- # This is for files with execute permission:
89
- EXEC 01;32
88
+ #files with execute permission
89
+ EXEC 0;31
90
90
91
91
# List any file extensions like '.gz' or '.tar' that you would like ls
92
92
# to colorize below. Put the extension, a space, and the color init string.
93
93
# (and any comments you want to add after a '#')
94
94
95
- # If you use DOS-style suffixes, you may want to uncomment the following:
96
- .cmd 01;32 # executables (bright green)
97
- #.exe 01;32
98
- #.com 01;32
99
- #.btm 01;32
100
- #.bat 01;32
101
- # Or if you want to colorize scripts even if they do not have the
102
- # executable bit actually set.
103
- #.sh 01;32
104
- #.csh 01;32
105
-
106
- # archives or compressed (bright red)
107
- .tar 01;31
108
- .tgz 01;31
109
- .arj 01;31
110
- .taz 01;31
111
- .lzh 01;31
112
- .lzma 01;31
113
- .tlz 01;31
114
- .txz 01;31
115
- .zip 01;31
116
- .z 01;31
117
- .Z 01;31
118
- .dz 01;31
119
- .gz 01;31
120
- .xz 01;31
121
- .bz2 01;31
122
- .bz 01;31
123
- .tbz 01;31
124
- .tbz2 01;31
125
- .tz 01;31
126
- .deb 01;31
127
- .rpm 01;31
128
- .jar 01;31
129
- .rar 01;31
130
- .ace 01;31
131
- .zoo 01;31
132
- .cpio 01;31
133
- .7z 01;31
134
- .rz 01;31
95
+ # archives or compressed (bright yellow)
96
+ .tar 01;33
97
+ .tgz 01;33
98
+ .arj 01;33
99
+ .taz 01;33
100
+ .lzh 01;33
101
+ .lzma 01;33
102
+ .tlz 01;33
103
+ .txz 01;33
104
+ .zip 01;33
105
+ .z 01;33
106
+ .Z 01;33
107
+ .dz 01;33
108
+ .gz 01;33
109
+ .xz 01;33
110
+ .bz2 01;33
111
+ .bz 01;33
112
+ .tbz 01;33
113
+ .tbz2 01;33
114
+ .tz 01;33
115
+ .deb 01;33
116
+ .rpm 01;33
117
+ .jar 01;33
118
+ .rar 01;33
119
+ .ace 01;33
120
+ .zoo 01;33
121
+ .cpio 01;33
122
+ .7z 01;33
123
+ .rz 01;33
135
124
136
125
# image formats
137
- .jpg 01;35
138
- .jpeg 01;35
139
- .gif 01;35
140
- .bmp 01;35
141
- .pbm 01;35
142
- .pgm 01;35
143
- .ppm 01;35
144
- .tga 01;35
145
- .xbm 01;35
146
- .xpm 01;35
147
- .tif 01;35
148
- .tiff 01;35
149
- .png 01;35
150
- .svg 01;35
151
- .svgz 01;35
152
- .mng 01;35
153
- .pcx 01;35
154
- .mov 01;35
155
- .mpg 01;35
156
- .mpeg 01;35
157
- .m2v 01;35
158
- .mkv 01;35
159
- .ogm 01;35
160
- .mp4 01;35
161
- .m4v 01;35
162
- .mp4v 01;35
163
- .vob 01;35
164
- .qt 01;35
165
- .nuv 01;35
166
- .wmv 01;35
167
- .asf 01;35
168
- .rm 01;35
169
- .rmvb 01;35
170
- .flc 01;35
171
- .avi 01;35
172
- .fli 01;35
173
- .flv 01;35
174
- .gl 01;35
175
- .dl 01;35
176
- .xcf 01;35
177
- .xwd 01;35
178
- .yuv 01;35
179
-
180
- # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
181
- .axv 01;35
182
- .anx 01;35
183
- .ogv 01;35
184
- .ogx 01;35
126
+ .jpg 0;30;46
127
+ .jpeg 0;30;46
128
+ .gif 0;30;46
129
+ .bmp 0;30;46
130
+ .pbm 0;30;46
131
+ .pgm 0;30;46
132
+ .ppm 0;30;46
133
+ .tga 0;30;46
134
+ .xbm 0;30;46
135
+ .xpm 0;30;46
136
+ .tif 0;30;46
137
+ .tiff 0;30;46
138
+ .png 0;30;46
139
+ .svg 0;30;46
140
+ .svgz 0;30;46
141
+ .mng 0;30;46
142
+ .pcx 0;30;46
143
+
144
+ #videos
145
+ .mov 0;30;47
146
+ .mpg 0;30;47
147
+ .mpeg 0;30;47
148
+ .m2v 0;30;47
149
+ .mkv 0;30;47
150
+ .ogm 0;30;47
151
+ .mp4 0;30;47
152
+ .m4v 0;30;47
153
+ .mp4v 0;30;47
154
+ .vob 0;30;47
155
+ .qt 0;30;47
156
+ .nuv 0;30;47
157
+ .wmv 0;30;47
158
+ .asf 0;30;47
159
+ .rm 0;30;47
160
+ .rmvb 0;30;47
161
+ .flc 0;30;47
162
+ .avi 0;30;47
163
+ .fli 0;30;47
164
+ .flv 0;30;47
165
+ .gl 0;30;47
166
+ .dl 0;30;47
167
+ .xcf 0;30;47
168
+ .xwd 0;30;47
169
+ .yuv 0;30;47
170
+ .axv 0;30;47
171
+ .anx 0;30;47
172
+ .ogv 0;30;47
173
+ .ogx 0;30;47
185
174
186
175
# Document files
187
- *README 00;32
176
+ *README* 00;32
188
177
.pdf 00;32
189
178
.ps 00;32
179
+ .chm 00;32
190
180
.txt 00;32
191
181
.patch 00;32
192
182
.diff 00;32
@@ -214,11 +204,16 @@ EXEC 01;32
214
204
.xspf 00;36
215
205
216
206
# Development
217
- *Makefile 0;35
218
- *tags 00;32
219
- .c 01;33
220
- .h 01;33
221
- .cpp 01;33
222
- .cxx 01;33
223
- .c 01;33
224
-
207
+ *Makefile 0;34
208
+ *tags 0;34
209
+
210
+ .c 0;30;43
211
+ .h 0;30;43
212
+ .cpp 0;30;43
213
+ .cxx 0;30;43
214
+ .c 0;30;43
215
+ .py 0;30;43
216
+ .pyw 0;30;43
217
+ .ss 0;30;43
218
+ .scm 0;30;43
219
+ .hs 0;30;43
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ setprompt () {
53
53
local upper_bar='$PR_SET_CHARSET$PR_BLUE$PR_SHIFT_IN$PR_ULCORNER$PR_RED$PR_HBAR\
54
54
$PR_SHIFT_OUT(%U$PR_GREEN%(!.%SROOT%s.%n)$PR_GREEN@%m%u$PR_RED)$PR_SHIFT_IN\
55
55
$PR_HBAR$PR_BLUE$PR_HBAR${(e)PR_FILLBAR}$PR_RED$PR_HBAR$PR_SHIFT_OUT(\
56
- $PR_MAGENTA %$PR_PWDLEN<...<%~%<<\
56
+ $PR_YELLOW %$PR_PWDLEN<...<%~%<<\
57
57
$PR_RED)$PR_SHIFT_IN$PR_HBAR$PR_BLUE$PR_URCORNER$PR_SHIFT_OUT'
58
58
59
59
PROMPT="$upper_bar
@@ -63,10 +63,8 @@ if [[ $SSH_CLIENT = *.* || $REMOTEHOST = *.* ]]; then
63
63
RPROMPT='%F{red}$SSH_CLIENT%f$PR_SHIFT_IN$PR_HBAR$PR_BLUE$PR_LRCORNER$PR_SHIFT_OUT$PR_RESET'
64
64
else
65
65
RPROMPT=' $PR_BLUE$PR_SHIFT_IN$PR_HBAR$PR_RED$PR_HBAR$PR_SHIFT_OUT\
66
- ($PR_YELLOW %T$PR_RED)$PR_SHIFT_IN$PR_HBAR$PR_BLUE$PR_LRCORNER$PR_SHIFT_OUT$PR_RESET'
66
+ ($PR_CYAN %T$PR_RED)$PR_SHIFT_IN$PR_HBAR$PR_BLUE$PR_LRCORNER$PR_SHIFT_OUT$PR_RESET'
67
67
fi
68
- RPROMPT=' $PR_BLUE$PR_SHIFT_IN$PR_HBAR$PR_RED$PR_HBAR$PR_SHIFT_OUT\
69
- ($PR_YELLOW%T$PR_RED)$PR_SHIFT_IN$PR_HBAR$PR_BLUE$PR_LRCORNER$PR_SHIFT_OUT$PR_RESET'
70
68
71
69
PS2='$PR_BLUE$PR_SHIFT_IN$PR_HBAR$PR_SHIFT_OUT\
72
70
$PR_RED$PR_SHIFT_IN$PR_HBAR$PR_SHIFT_OUT(\
You can’t perform that action at this time.
0 commit comments