Skip to content

Commit 8abf31f

Browse files
committed
Changed terminal/prompt/file colors.
1 parent 1824d03 commit 8abf31f

File tree

3 files changed

+123
-103
lines changed

3 files changed

+123
-103
lines changed

Xresources

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,30 @@ URxvt.scrollBar_right: False
3636
URxvt.scrollTtyOutput: False
3737
URxvt.scrollWithBuffer: True
3838
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

dircolors

Lines changed: 94 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -85,108 +85,98 @@ STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
8585
OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
8686
STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
8787

88-
# This is for files with execute permission:
89-
EXEC 01;32
88+
#files with execute permission
89+
EXEC 0;31
9090

9191
# List any file extensions like '.gz' or '.tar' that you would like ls
9292
# to colorize below. Put the extension, a space, and the color init string.
9393
# (and any comments you want to add after a '#')
9494

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
135124

136125
# 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
185174

186175
# Document files
187-
*README 00;32
176+
*README* 00;32
188177
.pdf 00;32
189178
.ps 00;32
179+
.chm 00;32
190180
.txt 00;32
191181
.patch 00;32
192182
.diff 00;32
@@ -214,11 +204,16 @@ EXEC 01;32
214204
.xspf 00;36
215205

216206
# 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

zsh/prompt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ setprompt () {
5353
local upper_bar='$PR_SET_CHARSET$PR_BLUE$PR_SHIFT_IN$PR_ULCORNER$PR_RED$PR_HBAR\
5454
$PR_SHIFT_OUT(%U$PR_GREEN%(!.%SROOT%s.%n)$PR_GREEN@%m%u$PR_RED)$PR_SHIFT_IN\
5555
$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<...<%~%<<\
5757
$PR_RED)$PR_SHIFT_IN$PR_HBAR$PR_BLUE$PR_URCORNER$PR_SHIFT_OUT'
5858

5959
PROMPT="$upper_bar
@@ -63,10 +63,8 @@ if [[ $SSH_CLIENT = *.* || $REMOTEHOST = *.* ]]; then
6363
RPROMPT='%F{red}$SSH_CLIENT%f$PR_SHIFT_IN$PR_HBAR$PR_BLUE$PR_LRCORNER$PR_SHIFT_OUT$PR_RESET'
6464
else
6565
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'
6767
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'
7068

7169
PS2='$PR_BLUE$PR_SHIFT_IN$PR_HBAR$PR_SHIFT_OUT\
7270
$PR_RED$PR_SHIFT_IN$PR_HBAR$PR_SHIFT_OUT(\

0 commit comments

Comments
 (0)