diff options
Diffstat (limited to 'dot_config/wezterm/wezterm.lua')
| -rw-r--r-- | dot_config/wezterm/wezterm.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua index 14cd800..6837541 100644 --- a/dot_config/wezterm/wezterm.lua +++ b/dot_config/wezterm/wezterm.lua @@ -7,7 +7,7 @@ local wezterm = require("wezterm") local keys = require("keys") -local tabs = require("tabs") +-- local tabs = require("tabs") local chezmoi = require("chezmoi") local font = wezterm.font_with_fallback({ @@ -25,13 +25,13 @@ local config = { initial_cols = width, initial_rows = length, -- TODO: Create custom color scheme in separate module (colors.lua) - color_scheme = "Gruvbox dark, medium (base16)", + color_scheme = "rose-pine", -- window_background_opacity = 0.9, use_fancy_tab_bar = false, show_tabs_in_tab_bar = true, show_new_tab_button_in_tab_bar = false, - tab_bar_style = tabs.tab_bar_style, + -- tab_bar_style = tabs.tab_bar_style, default_prog = { chezmoi.shell }, |
