Replies: 1 comment 4 replies
-
|
Thanks! I'm happy to hear that and I'm also a fan haha. Right now, toggling transparency can only be done through the config settings. You can click the The config piece that turns transparency on is: -- Oasis
{
"uhs-robert/oasis.nvim",
lazy = false,
priority = 1000,
config = function()
require("oasis").setup({
transparent = true,
})
end,
},Note Each style in Oasis uses unique syntax colors to fit the primary color theme of that style and pass AAA WCAG compliance. So, with a transparent background, play around to see which flavor looks/works best with your terminal background. Or are you asking for a way to toggle mid-session? If so... I have to ask why 😆. The good news is that it wouldn't be hard to implement, but I've never thought to do that, so I'm curious. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I love this color scheme. Is there a way to toggle transparency at will?
Beta Was this translation helpful? Give feedback.
All reactions