feat: dynamic theming attempt
This commit is contained in:
parent
18c51ecc13
commit
2757c649b9
18 changed files with 120 additions and 30 deletions
dotfiles/neovim/lua/my
|
@ -33,7 +33,7 @@ function M.setup()
|
|||
helpers.global("mapleader", "<Space>")
|
||||
|
||||
-- Set theme
|
||||
require('github-theme').setup({theme_style = "light", dark_float = true})
|
||||
-- require('github-theme').setup({theme_style = "light", dark_float = true, transparent = true})
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue