We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1e003 commit 5e97c37Copy full SHA for 5e97c37
src/components/terminal/terminalDefaults.js
@@ -1,12 +1,12 @@
1
import appSettings from "lib/settings";
2
3
export const DEFAULT_TERMINAL_SETTINGS = {
4
- fontSize: 14,
+ fontSize: 12,
5
fontFamily: "MesloLGS NF Regular",
6
fontWeight: "normal",
7
cursorBlink: true,
8
cursorStyle: "block",
9
- cursorInactiveStyle: "underline",
+ cursorInactiveStyle: "outline",
10
scrollback: 1000,
11
theme: "dark",
12
tabStopWidth: 4,
0 commit comments