Allow truecolor in terminal
This commit is contained in:
parent
be47076928
commit
4f21c610a5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ let theme = config.theme; in {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
term = "xterm";
|
term = "xterm-256color";
|
||||||
enable_audio_bell = false;
|
enable_audio_bell = false;
|
||||||
scrollback_lines = 5000000;
|
scrollback_lines = 5000000;
|
||||||
background = "#${theme.background.minor}";
|
background = "#${theme.background.minor}";
|
||||||
|
|
Loading…
Reference in a new issue