Skip to content

Commit

Permalink
Merge pull request #1908 from linuswagner/main
Browse files Browse the repository at this point in the history
Remove black color from Rascal prompt
  • Loading branch information
jurgenvinju authored Jan 15, 2024
2 parents adb3e12 + bd26194 commit 5b6c301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/rascalmpl/repl/BaseREPL.java
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ protected void stackTraceRequested() {
}

private String previousPrompt = "";
public static final String PRETTY_PROMPT_PREFIX = Ansi.ansi().reset().bold().fg(Color.BLACK).toString();
public static final String PRETTY_PROMPT_PREFIX = Ansi.ansi().reset().bold().toString();
public static final String PRETTY_PROMPT_POSTFIX = Ansi.ansi().boldOff().reset().toString();

protected void updatePrompt() {
Expand Down

0 comments on commit 5b6c301

Please sign in to comment.