Skip to content

Commit 5e97c37

Browse files
committed
change default font size and inactive style of terminal
1 parent fe1e003 commit 5e97c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/terminal/terminalDefaults.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import appSettings from "lib/settings";
22

33
export const DEFAULT_TERMINAL_SETTINGS = {
4-
fontSize: 14,
4+
fontSize: 12,
55
fontFamily: "MesloLGS NF Regular",
66
fontWeight: "normal",
77
cursorBlink: true,
88
cursorStyle: "block",
9-
cursorInactiveStyle: "underline",
9+
cursorInactiveStyle: "outline",
1010
scrollback: 1000,
1111
theme: "dark",
1212
tabStopWidth: 4,

0 commit comments

Comments
 (0)