File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ prompt_overrideSvnStatusOptIn = false
4848-- Colors: https://github.com/cmderdev/cmder/wiki/Customization#list-of-colors
4949-- Effects: https://github.com/cmderdev/cmder/wiki/Customization#list-of-effects
5050--
51- -- Green: "\x1b[1;33 ;49m"
52- -- Yellow: "\x1b[1;32 ;49m"
51+ -- Green: "\x1b[1;32 ;49m"
52+ -- Yellow: "\x1b[1;33 ;49m"
5353-- Light Grey: "\x1b[1;30;49m"
5454
5555-- Prompt Element Colors
56- uah_color = "\x1b[1;33;49m" -- Green = uah = [user]@[hostname]
57- cwd_color = "\x1b[1;32;49m" -- Yellow cwd = Current Working Directory
56+ uah_color = "\x1b[1;33;49m" -- Yellow uah = [user]@[hostname]
57+ cwd_color = "\x1b[1;32;49m" -- Green cwd = Current Working Directory
5858lamb_color = "\x1b[1;30;49m" -- Light Grey = Lambda Color
5959clean_color = "\x1b[37;1m"
6060dirty_color = "\x1b[33;3m" -- Yellow, Italic
6161conflict_color = "\x1b[31;1m" -- Red, Bold
62- unknown_color = "\x1b[37;1m" -- White = No VCS Status Branch Color
62+ unknown_color = "\x1b[37;1m" -- White, Bold = No VCS Status Branch Color
Original file line number Diff line number Diff line change 8282 test ! -f " $c " ||
8383 . " $c "
8484 done
85- fi
85+ fi
You can’t perform that action at this time.
0 commit comments