diff options
Diffstat (limited to 'dot_config')
| -rw-r--r-- | dot_config/wezterm/wezterm.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua index bdfcfcb..021ed51 100644 --- a/dot_config/wezterm/wezterm.lua +++ b/dot_config/wezterm/wezterm.lua @@ -8,10 +8,14 @@ local font = wezterm.font_with_fallback({ }) local font_size = 12 +local width = 120 +local length = 40 local config = { font = font, font_size = font_size, + initial_cols = width, + initial_rows = length, color_scheme = "Gruvbox dark, medium (base16)", -- TODO: Create custom color scheme in separate module (colors.lua) window_background_opacity = 0.9, |
