Use different font for temrinal
This commit is contained in:
parent
73872b507a
commit
83aa587e9c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
dynamicTitle = true;
|
dynamicTitle = true;
|
||||||
mouseAutohide = true;
|
mouseAutohide = true;
|
||||||
scrollOnKeystroke = false;
|
scrollOnKeystroke = false;
|
||||||
font = "Source Code Pro 12";
|
font = "Fira Code 12";
|
||||||
|
|
||||||
backgroundColor = "#002b36";
|
backgroundColor = "#002b36";
|
||||||
foregroundColor = "#839496";
|
foregroundColor = "#839496";
|
||||||
|
|
Loading…
Reference in a new issue