Add Osaka Jade theme to default theme set. (#514)

* Add Osaka Jade Theme

* Use jpg for bg for lower size with no quality difference

---------

Co-authored-by: Justin Lowry <j.lowry@hey.com>
Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
Justin Lowry
2025-08-06 05:28:08 -06:00
committed by GitHub
parent 41249a271a
commit 1d29c32fe5
11 changed files with 168 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
return {
"ribru17/bamboo.nvim",
lazy = false,
priority = 1000,
config = function()
require("bamboo").setup({})
require("bamboo").load()
end,
}