small style tweaks

This commit is contained in:
Matt Nish-Lapidus 2025-02-09 23:02:57 -05:00
parent db603ea0a8
commit 88c784ebf8

View file

@ -52,36 +52,29 @@ config.color_scheme = 'One Half Black (Gogh)'
-- config.color_scheme = 'Adventure' -- config.color_scheme = 'Adventure'
-- config.color_scheme = 'Monokai Pro Ristretto (Gogh)' -- config.color_scheme = 'Monokai Pro Ristretto (Gogh)'
-- config.color_scheme = 'Afterglow' -- config.color_scheme = 'Afterglow'
-- config.colors = { config.colors = {
-- background = "#111111", background = "#111111"
-- tab_bar = { }
-- background = "#111111",
-- inactive_tab = {
-- fg_color = "#444444",
-- bg_color = "#111111"
-- }
-- }
-- }
-- config.background = { config.background = {
-- { {
-- source = { source = {
-- Color = '#111111' Color = '#111111'
-- }, },
-- width = "100%", width = "100%",
-- height = "100%", height = "100%",
-- opacity = 1 opacity = 1
-- } }
-- } }
config.check_for_updates = false config.check_for_updates = false
config.window_decorations = "RESIZE" config.window_decorations = "RESIZE"
config.window_padding = { config.window_padding = {
left = 6, left = "6px",
right = 6, right = "6px",
top = 6, top = "6px",
bottom = 6, bottom = "6px",
} }
config.cursor_thickness = 2 config.cursor_thickness = 2