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 = 'Monokai Pro Ristretto (Gogh)'
-- config.color_scheme = 'Afterglow'
-- config.colors = {
-- background = "#111111",
-- tab_bar = {
-- background = "#111111",
-- inactive_tab = {
-- fg_color = "#444444",
-- bg_color = "#111111"
-- }
-- }
-- }
config.colors = {
background = "#111111"
}
-- config.background = {
-- {
-- source = {
-- Color = '#111111'
-- },
-- width = "100%",
-- height = "100%",
-- opacity = 1
-- }
-- }
config.background = {
{
source = {
Color = '#111111'
},
width = "100%",
height = "100%",
opacity = 1
}
}
config.check_for_updates = false
config.window_decorations = "RESIZE"
config.window_padding = {
left = 6,
right = 6,
top = 6,
bottom = 6,
left = "6px",
right = "6px",
top = "6px",
bottom = "6px",
}
config.cursor_thickness = 2