small style tweaks
This commit is contained in:
parent
db603ea0a8
commit
88c784ebf8
1 changed files with 17 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue