From ec35f1cb1e6b1edb6a781cb2fb23acd0e494d687 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 31 Mar 2025 21:05:44 +0300 Subject: [PATCH] chore(config): wezterm font and config tweaks Signed-off-by: Ismo Vuorinen --- config/wezterm/wezterm.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/wezterm/wezterm.lua b/config/wezterm/wezterm.lua index 7fe37d7..827ee98 100644 --- a/config/wezterm/wezterm.lua +++ b/config/wezterm/wezterm.lua @@ -1,12 +1,16 @@ local wezterm = require 'wezterm' local config = wezterm.config_builder() +config.set_environment_variables = { + COLORTERM = 'truecolor', +} + -- Font and font size config.font_size = 14.0 config.font = wezterm.font_with_fallback { { family = 'Operator Mono', - weight = 'Light', + weight = 'Book', }, 'Operator Mono', 'JetBrainsMonoNL NFM Light',