mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
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:
9
themes/osaka-jade/neovim.lua
Normal file
9
themes/osaka-jade/neovim.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
"ribru17/bamboo.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
require("bamboo").setup({})
|
||||
require("bamboo").load()
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user