From 88c784ebf8abea7b8b2f9de6ad324f65480273b6 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Sun, 9 Feb 2025 23:02:57 -0500 Subject: [PATCH] small style tweaks --- .../dotfiles/dot_config/wezterm/wezterm.lua | 41 ++++++++----------- 1 file changed, 17 insertions(+), 24 deletions(-) diff --git a/homes/emenel/dotfiles/dot_config/wezterm/wezterm.lua b/homes/emenel/dotfiles/dot_config/wezterm/wezterm.lua index 4056e4e..6bb1c93 100644 --- a/homes/emenel/dotfiles/dot_config/wezterm/wezterm.lua +++ b/homes/emenel/dotfiles/dot_config/wezterm/wezterm.lua @@ -52,36 +52,29 @@ config.color_scheme = 'One Half Black (Gogh)' -- config.color_scheme = 'Adventure' -- config.color_scheme = 'Monokai Pro Ristretto (Gogh)' -- config.color_scheme = 'Afterglow' --- config.colors = { - -- background = "#111111", - -- tab_bar = { - -- background = "#111111", - -- inactive_tab = { - -- fg_color = "#444444", - -- bg_color = "#111111" - -- } - -- } --- } +config.colors = { + background = "#111111" +} --- config.background = { --- { --- source = { --- Color = '#111111' --- }, --- width = "100%", --- height = "100%", --- opacity = 1 --- } --- } +config.background = { + { + source = { + Color = '#111111' + }, + width = "100%", + height = "100%", + opacity = 1 + } +} config.check_for_updates = false config.window_decorations = "RESIZE" config.window_padding = { - left = 6, - right = 6, - top = 6, - bottom = 6, + left = "6px", + right = "6px", + top = "6px", + bottom = "6px", } config.cursor_thickness = 2