updates wezsterm theme and pre-commit bash

Signed-off-by: Menno van Leeuwen <menno@vleeuwen.me>
This commit is contained in:
2024-08-24 01:53:57 +02:00
parent b1d4e97af9
commit 3241f0f63f
5 changed files with 27 additions and 31 deletions

View File

@@ -61,7 +61,7 @@ config.keys = { -- Ctrl+K for to clear the terminal
-- Use default titlebar instead of the one provided by wezterm
config.window_frame = {
inactive_titlebar_bg = '#353535',
inactive_titlebar_bg = '#2b2042',
active_titlebar_bg = '#2b2042',
inactive_titlebar_fg = '#cccccc',
active_titlebar_fg = '#ffffff',
@@ -81,5 +81,7 @@ config.default_cursor_style = "BlinkingUnderline"
config.initial_rows = 30
config.initial_cols = 120
config.color_scheme = 'Galizur'
-- and finally, return the configuration to wezterm
return config