AutoYADM commit: 2025-01-04 01:15:02
This commit is contained in:
parent
622e8cbd3b
commit
e6734c6f01
2 changed files with 3 additions and 3 deletions
|
@ -10,12 +10,12 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
colors = {
|
colors = {
|
||||||
-- background = "#121212",
|
-- background = "#121212",
|
||||||
background = "#000000",
|
-- background = "#000000",
|
||||||
-- background = "#1e1d2d",
|
-- background = "#1e1d2d",
|
||||||
},
|
},
|
||||||
hl = {
|
hl = {
|
||||||
-- force_override = { Normal = { "#FFFFFF" } },
|
-- force_override = { Normal = { "#FFFFFF" } },
|
||||||
soft_override = { Normal = { "#FFFFFF" } },
|
-- soft_override = { Normal = { "#FFFFFF" } },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -48,6 +48,6 @@ return {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
require("trailblazer").setup(opts)
|
require("trailblazer").setup(opts)
|
||||||
-- require("ashen.plugins").setup("trailblazer")
|
require("ashen.plugins").setup("trailblazer")
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue