Tweak transparency
This commit is contained in:
parent
5b8d1da3f3
commit
e45d208bab
|
@ -1,7 +1,7 @@
|
||||||
return {
|
return {
|
||||||
flavour = "macchiato",
|
flavour = "macchiato",
|
||||||
term_colors = true,
|
term_colors = true,
|
||||||
-- transparent_background = true,
|
transparent_background = true,
|
||||||
integrations = {
|
integrations = {
|
||||||
barbecue = {
|
barbecue = {
|
||||||
dim_dirname = true,
|
dim_dirname = true,
|
||||||
|
|
|
@ -9,7 +9,7 @@ require "navigator"
|
||||||
return {
|
return {
|
||||||
audible_bell = "Disabled",
|
audible_bell = "Disabled",
|
||||||
font_size = 14,
|
font_size = 14,
|
||||||
window_background_opacity = 0.85,
|
window_background_opacity = 0.90,
|
||||||
color_scheme = scheme_name,
|
color_scheme = scheme_name,
|
||||||
use_fancy_tab_bar = false,
|
use_fancy_tab_bar = false,
|
||||||
tab_max_width = 79,
|
tab_max_width = 79,
|
||||||
|
|
Loading…
Reference in a new issue