Configure terminal further
This commit is contained in:
parent
30cc274c9c
commit
b69c522501
1 changed files with 17 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue