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

Commit

Permalink
Make command name bold.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-shatskyi committed Aug 25, 2017
1 parent 5865837 commit f252e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monaco/PromptTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ monaco.editor.defineTheme("upterm-prompt-theme", {
rules: [
{token: "string", foreground: colors.green.slice(1)},
{token: "string.invalid", foreground: colors.red.slice(1)},
{token: "command-name", foreground: colors.green.slice(1)},
{token: "command-name", foreground: colors.green.slice(1), fontStyle: "bold"},
{token: "word", foreground: textColor.slice(1)},
{token: "pipe", foreground: colors.yellow.slice(1)},
{token: "semicolon", foreground: colors.yellow.slice(1)},
Expand Down

0 comments on commit f252e31

Please sign in to comment.