diff --git a/src/base.toml b/src/base.toml index 29326bf..b17e045 100644 --- a/src/base.toml +++ b/src/base.toml @@ -1,6 +1,10 @@ [general] live_config_reload = true +[env] +# TERM = "xterm-256color" +TERM = "alacritty" + [bell] animation = "EaseOutExpo" duration = 0 diff --git a/src/default.toml b/src/default.toml index d3e5dc2..c3b5e60 100644 --- a/src/default.toml +++ b/src/default.toml @@ -22,9 +22,6 @@ yellow = "#e1a574" background = "#27292c" foreground = "#a9abaa" -[env] -TERM = "xterm-256color" - [font] size = 11.0 diff --git a/src/light-large.toml b/src/light-large.toml index 21a44ec..e0fcab2 100644 --- a/src/light-large.toml +++ b/src/light-large.toml @@ -26,9 +26,6 @@ yellow = "0x5f8700" background = "0xeeeeee" foreground = "0x878787" -[env] -TERM = "xterm-256color" - [font] size = 13.0 diff --git a/src/light-small.toml b/src/light-small.toml index 886b569..6ace2d0 100644 --- a/src/light-small.toml +++ b/src/light-small.toml @@ -26,9 +26,6 @@ yellow = "0x5f8700" background = "0xeeeeee" foreground = "0x878787" -[env] -TERM = "xterm-256color" - [font] size = 9.0 diff --git a/src/light.toml b/src/light.toml index fb94953..7dc1e3d 100644 --- a/src/light.toml +++ b/src/light.toml @@ -26,9 +26,6 @@ yellow = "0x5f8700" background = "0xeeeeee" foreground = "0x878787" -[env] -TERM = "xterm-256color" - [font] size = 11.0 diff --git a/src/small.toml b/src/small.toml index ba8b9c9..5bd2ab1 100644 --- a/src/small.toml +++ b/src/small.toml @@ -22,9 +22,6 @@ yellow = "#e1a574" background = "#27292c" foreground = "#a9abaa" -[env] -TERM = "xterm-256color" - [font] size = 9.0