File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ prompt_overrideSvnStatusOptIn = false
48
48
-- Colors: https://github.com/cmderdev/cmder/wiki/Customization#list-of-colors
49
49
-- Effects: https://github.com/cmderdev/cmder/wiki/Customization#list-of-effects
50
50
--
51
- -- Green: "\x1b[1;33 ;49m"
52
- -- Yellow: "\x1b[1;32 ;49m"
51
+ -- Green: "\x1b[1;32 ;49m"
52
+ -- Yellow: "\x1b[1;33 ;49m"
53
53
-- Light Grey: "\x1b[1;30;49m"
54
54
55
55
-- 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
58
58
lamb_color = "\x1b[1;30;49m" -- Light Grey = Lambda Color
59
59
clean_color = "\x1b[37;1m"
60
60
dirty_color = "\x1b[33;3m" -- Yellow, Italic
61
61
conflict_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
You can’t perform that action at this time.
0 commit comments