mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
update wezterm
This commit is contained in:
@ -7,13 +7,13 @@
|
|||||||
local config = {}
|
local config = {}
|
||||||
|
|
||||||
config.window_close_confirmation = 'NeverPrompt'
|
config.window_close_confirmation = 'NeverPrompt'
|
||||||
config.color_scheme = 'Gruvbox Material (Gogh)'
|
config.color_scheme = 'Oxocarbon Dark (Gogh)'
|
||||||
config.colors = {
|
-- config.colors = {
|
||||||
background = "#0f0f0f"
|
-- background = "#0f0f0f"
|
||||||
}
|
-- }
|
||||||
config.enable_tab_bar = false
|
config.enable_tab_bar = false
|
||||||
config.font = wezterm.font_with_fallback {
|
config.font = wezterm.font_with_fallback {
|
||||||
'FiraCode Nerd Font',
|
'JetBrainsMono Nerd Font',
|
||||||
}
|
}
|
||||||
config.font_size = 16.0
|
config.font_size = 16.0
|
||||||
config.window_background_opacity = 1
|
config.window_background_opacity = 1
|
||||||
|
Reference in New Issue
Block a user