We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am always on the lookout for nice dark/light themes. This one is extremely good and I love the minimalist look!
I just wanted to ask for easy configuration, typically the way we'd configure is like so (using bamboo theme as an example):
return { "ribru17/bamboo.nvim", lazy = false, enabled = true, cond = true, priority = 1000, config = function() require("bamboo").setup({ transparent = true, dim_inactive = true, term_colors = true, code_style = { comments = "none", conditionals = "none", keywords = "none", functions = "none", strings = "none", variables = "none", }, lualine = { transparent = true, }, highlights = { ["@comment"] = { fg = "$grey" }, }, }) vim.o.background = "dark" require("bamboo").load() end, }
It would be very useful if nano could support such configuration style.
The text was updated successfully, but these errors were encountered:
Thanks! Yes, it would be very nice to have.
Sorry, something went wrong.
No branches or pull requests
I am always on the lookout for nice dark/light themes. This one is extremely good and I love the minimalist look!
I just wanted to ask for easy configuration, typically the way we'd configure is like so (using bamboo theme as an example):
It would be very useful if nano could support such configuration style.
The text was updated successfully, but these errors were encountered: