Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit f252e31

Browse files
committed
Make command name bold.
1 parent 5865837 commit f252e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/monaco/PromptTheme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ monaco.editor.defineTheme("upterm-prompt-theme", {
66
rules: [
77
{token: "string", foreground: colors.green.slice(1)},
88
{token: "string.invalid", foreground: colors.red.slice(1)},
9-
{token: "command-name", foreground: colors.green.slice(1)},
9+
{token: "command-name", foreground: colors.green.slice(1), fontStyle: "bold"},
1010
{token: "word", foreground: textColor.slice(1)},
1111
{token: "pipe", foreground: colors.yellow.slice(1)},
1212
{token: "semicolon", foreground: colors.yellow.slice(1)},

0 commit comments

Comments
 (0)