integrate tabbar with theme
This commit is contained in:
parent
62f983c53b
commit
64dbe8d5df
10
home.nix
10
home.nix
|
@ -331,13 +331,21 @@ fish_vi_key_bindings
|
|||
return {
|
||||
font = wezterm.font("Comic Mono"),
|
||||
font_size = 12.0,
|
||||
color_scheme = "Tomorrow Night",
|
||||
color_scheme = "Catppuccin Mocha",
|
||||
hide_mouse_cursor_when_typing = false,
|
||||
window_decorations = "INTEGRATED_BUTTONS | RESIZE",
|
||||
integrated_title_button_style = "Gnome",
|
||||
integrated_title_buttons = { 'Close' },
|
||||
initial_cols = 86,
|
||||
initial_rows = 28,
|
||||
window_frame = {
|
||||
inactive_titlebar_bg = '#1e1e2e',
|
||||
active_titlebar_bg = '#1e1e2e',
|
||||
font = wezterm.font {
|
||||
family = "Comic Mono",
|
||||
weight = "Regular",
|
||||
},
|
||||
},
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue