Skip to content

Commit 376b440

Browse files
author
Niklas Kirschall
committed
chore: update readme
1 parent 498644a commit 376b440

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ Install the theme with your preferred package manager:
6464
"nkxxll/ghostty-default-style-dark.nvim",
6565
lazy = false,
6666
priority = 1000,
67-
opts = function()
68-
return require("ghostty-default-style-dark.config").options
69-
end,
67+
config = function()
68+
require("ghostty-default-style-dark").setup({})
69+
vim.cmd.colorscheme("ghostty-default-style-dark")
70+
end
7071
}
7172
```
7273

0 commit comments

Comments
 (0)