Configure terminal further

This commit is contained in:
Charlotte Van Petegem 2023-02-15 10:52:18 +01:00
parent 30cc274c9c
commit b69c522501
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -17,8 +17,16 @@
font = "Hack:size=9";
dpi-aware = "no";
};
bell = {
urgent = true;
notify = true;
};
scrollback.lines = 10000;
cursor.blink = true;
cursor = {
blink = true;
color = "ffffff 777777";
};
mouse.hide-when-typing = true;
colors = {
foreground = "000000";
background = "ffffff";
@ -30,6 +38,14 @@
regular5 = "721045";
regular6 = "00538b";
regular7 = "f8f8f8";
bright0 = "000000";
bright1 = "972500";
bright2 = "315b00";
bright3 = "70480f";
bright4 = "2544bb";
bright5 = "8f0075";
bright6 = "30517f";
bright7 = "ffffff";
};
};
};