Skip to content

Commit

Permalink
remove DefaultSettingsProvider.getDefaultStyle implementation ident…
Browse files Browse the repository at this point in the history
…ical to `UserSettingsProvider.getDefaultStyle`
  • Loading branch information
segrey committed Apr 10, 2024
1 parent f946167 commit 3a56844
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,6 @@ public float getTerminalFontSize() {
return 14;
}

@Override
public TextStyle getDefaultStyle() {
return new TextStyle(TerminalColor.BLACK, TerminalColor.WHITE);
// return new TextStyle(TerminalColor.WHITE, TerminalColor.rgb(24, 24, 24));
}

@Override
public @NotNull TextStyle getSelectionColor() {
return new TextStyle(TerminalColor.WHITE, TerminalColor.rgb(82, 109, 165));
Expand Down

0 comments on commit 3a56844

Please sign in to comment.