You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,21 @@
8
8
9
9
1.[Download and extract](https://raw.githubusercontent.com/waf/dracula-cmd/master/dist/ColorTool.zip) or [compile](https://github.com/Microsoft/console/tree/master/tools/ColorTool) ColorTool (from Microsoft).
10
10
1. Run `ColorTool.exe -b Dracula.itermcolors`. The Dracula.itermcolors file is an iterm theme modified to work for cmd.exe.
11
+
1. Right-click on the cmd.exe titlebar and choose `Properties`, then on the `Font` tab choose Consolas. Click `OK` to save.
11
12
1. Optionally, set the `prompt` environment variable to `$E[0;32;40m→ $E[0;36;40m$p$E[0;35;40m› $E[0;38;40m` to get the prompt in the screenshot.
13
+
- In the start menu, search for "Edit environment variables for your account."
14
+
- Add a new user variable named `prompt` with the above value.
12
15
13
-
## Explanation of prompt environment variable
16
+
###Explanation of prompt environment variable
14
17
15
18
The prompt value above can be broken down into the following [ANSI escape sequences](http://ascii-table.com/ansi-escape-sequences.php):
16
19
17
20
-`$E[0;32;40m` - normal text with a green foreground and black background
18
21
-`→ ` - unicode arrow and space
19
22
-`$E[0;36;40m` - normal text with a cyan foreground and black background
20
-
-`$p` - current drive and path. See `prompt /?` output for additional values.
23
+
-`$p` - current drive and path. See `prompt /?` output for additional values
21
24
-`$E[0;35;40m` - normal text with a magenta foreground and black background
22
-
-`› ` - uncode chevron and space
25
+
-`› ` - unicode chevron and space
23
26
-`$E[0;38;40m` - normal text with a default foreground and black background
0 commit comments