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 = '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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue